CVE-2025-67289: An arbitrary file upload vulnerability in the Attachments module of Frappe Framework v15.89.0 allows attack...
An arbitrary file upload vulnerability in the Attachments module of Frappe Framework v15.89.0 allows attackers to execute arbitrary code via uploading a crafted XML file.
Security readout for executives and security teams
Plain-English summary
CVE-2025-67289 describes a critical file-upload issue in Frappe Framework v15.89.0. A crafted XML attachment may let an attacker run code on the server. The source bundle does not name a fixed version, patch, or confirmed exploitation, so urgency is high but response should be guided by vendor confirmation.
Executive priority
Treat this as urgent for any internet-facing Frappe deployment that allows attachments. Prioritize inventory and containment first, then apply vendor-confirmed remediation when available. Do not assume all Frappe versions are affected from this bundle alone.
Technical view
The record describes arbitrary file upload in the Attachments module, with crafted XML leading to arbitrary code execution. CVSS 3.1 is 9.6: network-accessible, low complexity, no privileges, user interaction required, changed scope, and high confidentiality, integrity, and availability impact. CWEs listed are CWE-434 and CWE-79.
Likely exposure
Organizations running Frappe Framework v15.89.0, including deployments exposing attachment upload workflows to untrusted or semi-trusted users, are the most likely exposure. The CVE record’s affected product metadata is incomplete, so validate actual framework versions rather than relying only on CPE matching.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates possible unauthenticated network attack with user interaction, but no public source in the bundle confirms exploitation in the wild.
Researcher notes
Evidence is thin: affected vendor/product fields are listed as n/a, and only one GitHub reference is provided. The description names Frappe Framework v15.89.0, but the bundle does not include patch status, commit evidence, exploit telemetry, or CPEs.
Mitigation direction
Inventory Frappe Framework deployments and identify any v15.89.0 instances.
Check official vendor guidance for fixed versions or mitigations.
Restrict attachment uploads to trusted users where feasible.
Limit or block XML attachment uploads pending vendor guidance.
Monitor upload activity and server logs for suspicious attachment handling.
Validation and detection
Confirm runtime and dependency versions for Frappe Framework.
Verify whether the Attachments module accepts XML uploads.
Review upload permissions for unauthenticated or low-trust users.
Inspect recent attachment logs for unusual XML upload events.
Check whether uploaded files can influence server-side execution paths.
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-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.
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
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.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.