CVE-2025-64784
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-10
Assigner: Adobe Systems Incorporated
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| adobe | dng_sdk | 1.7.0 |
| adobe | dng_software_development_kit | to 1.7.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, avoid opening files from untrusted or unknown sources, as exploitation requires user interaction by opening a malicious file. Additionally, update the DNG SDK to a version later than 1.7.0 once a patch is available.
Can you explain this vulnerability to me?
This vulnerability is a heap-based buffer overflow in DNG SDK versions 1.7.0 and earlier. It occurs when a user opens a malicious file, which can cause the application to expose sensitive memory information or crash, leading to denial of service.
How can this vulnerability impact me? :
The vulnerability can lead to memory exposure, allowing an attacker to access sensitive information stored in memory. It can also cause the application to crash, resulting in denial of service. Exploitation requires user interaction by opening a malicious file.