CVE-2026-32775
Awaiting Analysis
Awaiting Analysis - Queue
Integer Underflow in libexif MakerNotes Causes Buffer Overwrite
Publication date: 2026-03-16
Last updated on: 2026-04-21
Assigner: MITRE
Description
Description
libexif through 0.6.25 has a flaw in decoding MakerNotes. If the exif_mnote_data_get_value function gets passed in a 0 size, the passed in-buffer would be overwritten due to an integer underflow.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| libexif_project | libexif | to 0.6.25 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-191 | The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result. |