CVE-2025-50572: Archer 6.11.00204.10014 allows attackers to execute arbitrary code via crafted system inputs that would be...
Archer 6.11.00204.10014 allows attackers to execute arbitrary code via crafted system inputs that would be exported into the CSV and be executed after the user opened the file with compatible applications. NOTE: the Supplier does not accept this as a valid vulnerability report against their product.
Security readout for executives and security teams
Plain-English summary
This CVE describes CSV formula injection in Archer 6.11.00204.10014. An attacker could place crafted input that later appears in an exported CSV. If a user opens that CSV in a compatible spreadsheet application, the formula may execute there. The CVE is high severity, but the source bundle says the supplier disputes it as a valid product vulnerability.
Executive priority
Prioritize assessment for Archer environments that export data handled by many users or include external submissions. The business risk is user-mediated code execution through trusted reports, not direct server takeover. Because the supplier reportedly disputes the issue, track vendor guidance and apply compensating controls where exposure exists.
Technical view
The record maps to CWE-1236: improper neutralization of formula elements in CSV output. The reported attack path is network-reachable input, no privileges, and required user interaction when opening an export. Impact is rated high for confidentiality, integrity, and availability in CVSS 3.1, but affected CPEs and vendor-accepted remediation details are not provided.
Likely exposure
Potential exposure is limited to organizations using the specified Archer version and workflows where untrusted or attacker-controlled data can be exported to CSV and opened by users in spreadsheet applications.
Exploitation context
The bundle includes a public GitHub reference, but KEV is false and no cited source states active exploitation. Successful exploitation depends on crafted data reaching CSV export and a user opening the file in a compatible application.
Researcher notes
Evidence is incomplete: affected CPEs are n/a, no patch is named, and the supplier does not accept the report as a valid product vulnerability. The strongest source-grounded finding is CSV formula injection risk in the export-to-spreadsheet chain for the stated Archer build.
Mitigation direction
Check Archer vendor guidance for an accepted position, fixes, or compensating controls.
Restrict CSV export access to users with a business need.
Treat exported CSV files from untrusted data sources as potentially unsafe.
Use endpoint and spreadsheet hardening controls for formula execution risks.
Review whether exports can neutralize formula-leading characters safely.
Validation and detection
Inventory Archer deployments and confirm whether version 6.11.00204.10014 is present.
Identify CSV export workflows that include user-controlled or externally sourced fields.
Review exports for fields beginning with spreadsheet formula trigger characters.
Confirm whether users open these exports in compatible spreadsheet applications.
Document any vendor guidance or dispute status for risk acceptance decisions.
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 · low confidence lookup
CWE-1236: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
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
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: 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-1236 · source CWE mapping
Improper Neutralization of Formula Elements in a CSV File
Improper Neutralization of Formula Elements in a CSV File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.