LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-50572 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2025-50572Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.