CVE-2025-65084
Published: 25 November 2025
Summary
CVE-2025-65084 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Ashlar Argon. Its CVSS base score is 8.4 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-65084 is an Out-of-Bounds Write vulnerability (CWE-787) present in Ashlar-Vellum Cobalt, Xenon, Argon, Lithium, and Cobalt Share versions 12.6.1204.207 and prior. Published on 2025-11-25, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.
A remote, unauthenticated attacker can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation could allow the attacker to disclose sensitive information or execute arbitrary code on the affected system.
Mitigation details are provided in the CISA ICS Advisory ICSA-25-329-01, available at https://www.cisa.gov/news-events/ics-advisories/icsa-25-329-01.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-199612
Vulnerability details
An Out-of-Bounds Write vulnerability is present in Ashlar-Vellum Cobalt, Xenon, Argon, Lithium, and Cobalt Share versions 12.6.1204.216 and prior that could allow an attacker to disclose information or execute arbitrary code.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated network exploitation leading to arbitrary code execution or information disclosure directly maps to T1190: Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires timely remediation of known vulnerabilities such as this out-of-bounds write in Ashlar-Vellum products.
Enforces validation of all inputs to block the malformed data that triggers the out-of-bounds write (CWE-787).
Applies memory-protection mechanisms that can mitigate exploitation of the memory-corruption flaw even if input validation fails.