CVE-2025-64783
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-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Integer Overflow or Wraparound issue in DNG SDK versions 1.7.0 and earlier. It can be exploited when a user opens a malicious file, potentially allowing an attacker to execute arbitrary code with the privileges of the current user.
How can this vulnerability impact me? :
If exploited, this vulnerability can lead to arbitrary code execution, which means an attacker could run malicious code on your system with the same permissions as the current user. This could result in data loss, system compromise, or other harmful effects depending on the user's privileges.
What immediate steps should I take to mitigate this vulnerability?
Since exploitation requires user interaction by opening a malicious file, immediate mitigation steps include educating users to avoid opening suspicious or untrusted files and applying any available updates or patches from the vendor to the DNG SDK. Additionally, implementing security controls such as application whitelisting and sandboxing may help reduce risk.