CVE-2025-11465
BaseFortify
Publication date: 2025-10-29
Last updated on: 2025-11-04
Assigner: Zero Day Initiative
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ashlar | cobalt | 12.2.1204.97 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free flaw in Ashlar-Vellum Cobalt's CO file parsing. It occurs because the software does not check if an object exists before operating on it, which can be exploited by remote attackers to execute arbitrary code. Exploitation requires user interaction, such as visiting a malicious page or opening a malicious file.
How can this vulnerability impact me? :
If exploited, this vulnerability allows attackers to execute arbitrary code within the context of the affected process, potentially leading to full compromise of the system, including data theft, system manipulation, or further malware installation.