CVE-2026-33553
Cross-Site Scripting (XSS) in CFEngine Enterprise
Publication date: 2026-06-02
Last updated on: 2026-06-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| northern.tech | cfengine_enterprise | to 3.24.4 (exc) |
| northern.tech | cfengine_enterprise | to 3.27.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-33553 is a cross-site scripting (XSS) vulnerability found in the Mission Portal component of CFEngine Enterprise versions 3.24.3 before 3.24.4 and 3.27.0 before 3.27.1.
The vulnerability arises because certain API endpoints return an incorrect content-type HTTP header, causing browsers to interpret the returned content as executable JavaScript instead of plain data.
An attacker with a low-privilege Mission Portal account can exploit this by tricking an administrator into clicking a malicious link, which then executes JavaScript in the administrator's context, potentially escalating the attacker's privileges.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to escalate their access level from a low-privilege user to an administrator.
This escalation could grant the attacker administrative control over the CFEngine hub and the entire managed infrastructure, potentially compromising the security and integrity of the managed devices and systems.
Users of affected CFEngine Enterprise versions are strongly advised to upgrade to patched versions to mitigate this risk.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The vulnerability CVE-2026-33553 is a cross-site scripting (XSS) issue in the Mission Portal component of CFEngine Enterprise. Detection involves identifying if your system is running vulnerable versions (3.24.3 or earlier, 3.27.0 or earlier) and if the Mission Portal API endpoints return incorrect content-type HTTP headers that allow execution of malicious JavaScript.
Since the vulnerability exploits API endpoints returning incorrect content-type headers, you can detect it by inspecting HTTP responses from the Mission Portal API for suspicious content-type headers or unexpected JavaScript execution.
Specific commands are not provided in the available resources, but general approaches include using tools like curl or wget to query the API endpoints and examining the HTTP headers and response content. For example:
- curl -I https://<cfengine-mission-portal>/api/endpoint
- curl https://<cfengine-mission-portal>/api/endpoint -v
Look for content-type headers that incorrectly indicate executable JavaScript or other suspicious values instead of plain data.
Additionally, monitoring for unusual administrator activity triggered by clicking suspicious links could help detect exploitation attempts.
What immediate steps should I take to mitigate this vulnerability?
The primary and immediate mitigation step is to upgrade CFEngine Enterprise to the patched versions 3.24.4, 3.27.1, or later, which address this XSS vulnerability.
Until the upgrade can be performed, restrict access to the Mission Portal, especially limiting low-privilege user accounts from accessing or sharing API URLs that could be used in an attack.
Educate administrators to avoid clicking on suspicious or unexpected links, particularly those that appear to be API URLs.
Review and monitor logs for any suspicious activity that might indicate attempts to exploit this vulnerability.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability CVE-2026-33553 is a cross-site scripting (XSS) flaw that could allow an attacker to escalate privileges and gain administrative control over the CFEngine hub and managed infrastructure.
Such unauthorized access and privilege escalation could potentially lead to unauthorized data access or manipulation, which may impact compliance with data protection regulations like GDPR or HIPAA that require strict controls over access to sensitive data.
However, the provided information does not explicitly describe the direct impact of this vulnerability on compliance with specific standards or regulations.