Overview
The CVE-2025-32978 vulnerability poses a significant threat to users of the Quest KACE Systems Management Appliance (SMA). It allows unauthorized users to replace valid system licenses with expired or trial ones, potentially leading to system compromise or data leakage. This vulnerability affects specific versions of the appliance and could lead to a denial of service if exploited, highlighting the importance of immediate patching or implementation of temporary mitigation strategies.
Vulnerability Summary
CVE ID: CVE-2025-32978
Severity: High (7.5 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise, data leakage, denial of service
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
Quest KACE Systems Management Appliance (SMA) | 13.0.x before 13.0.385
Quest KACE Systems Management Appliance (SMA) | 13.1.x before 13.1.81
Quest KACE Systems Management Appliance (SMA) | 13.2.x before 13.2.183
Quest KACE Systems Management Appliance (SMA) | 14.0.x before 14.0.341 (Patch 5)
Quest KACE Systems Management Appliance (SMA) | 14.1.x before 14.1.101 (Patch 4)
How the Exploit Works
The exploit takes advantage of an unprotected web interface intended for license renewal. An attacker can manipulate this interface to replace valid system licenses with expired or trial ones, without needing to authenticate. This can cause a denial of service, as the system will cease to function correctly with an invalid license. It can also lead to a potential system compromise or data leakage.
Conceptual Example Code
Below is a conceptual example of how the vulnerability might be exploited using a malicious HTTP POST request.
POST /licenseRenewal HTTP/1.1
Host: target.example.com
Content-Type: application/json
{ "license_key": "EXPIRED_LICENSE_KEY" }
In this example, the attacker sends a POST request with an expired license key to the “/licenseRenewal” endpoint. The server, lacking proper authentication checks, accepts the new license key, thus causing a denial of service or potential system compromise.

