CVE-2026-32985: Xerte Online Toolkits <= 3.14 Unauthenticated Template Import Arbitrary File Upload Leading to Remote Code Execution
Xerte Online Toolkits versions 3.14 and earlier contain an unauthenticated arbitrary file upload vulnerability in the template import functionality that allows remote attackers to execute arbitrary code by uploading a crafted ZIP archive containing malicious PHP payloads. Attackers can bypass authentication checks in the import.php file to upload a template archive with PHP code in the media directory, which gets extracted to a web-accessible path where the malicious PHP can be directly accessed and executed under the web server context.
Security readout for executives and security teams
Plain-English summary
CVE-2026-32985 is a critical unauthenticated file upload issue in Xerte Online Toolkits 3.14 and earlier. A remote attacker could upload a crafted template archive that places PHP code in a web-accessible media path, potentially taking control under the web server account.
Executive priority
Treat this as urgent for any exposed Xerte deployment. The issue is remote, unauthenticated, and may allow server-side code execution, but active exploitation is not confirmed by the provided sources.
Technical view
The described flaw affects template import handling, where authentication checks in import.php can be bypassed. A crafted ZIP archive may be extracted into a web-accessible media directory, allowing uploaded PHP to execute. The CVSS 3.1 score is 9.8 with network, low-complexity, no-auth, no-user-interaction characteristics.
Likely exposure
Highest concern is internet-facing Xerte Online Toolkits deployments running version 3.14 or earlier, especially where template import routes are reachable. The bundle does not identify a fixed release.
Exploitation context
A Packet Storm entry is cited as an exploit reference, so public exploit information appears to exist. KEV is false, and the bundle provides no evidence of active exploitation in the wild.
Researcher notes
Evidence is strongest for the vulnerability description, CVSS severity, and public exploit listing. Evidence is incomplete for patch availability, affected-version metadata consistency, real-world exploitation, and vendor-confirmed mitigations.
Mitigation direction
Identify all Xerte Online Toolkits deployments and versions.
Check Xerte vendor guidance for fixed versions or official mitigations.
Restrict public access to template import functionality until resolved.
Disable template import if supported and operationally acceptable.
Monitor web-accessible media directories for unexpected PHP files.
Validation and detection
Confirm whether any deployment runs Xerte Online Toolkits 3.14 or earlier.
Verify whether template import functionality is reachable without authentication.
Review web server logs for suspicious template uploads or PHP access.
Inspect media directories for unexpected executable PHP content.
Confirm remediation against vendor guidance once available.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.