CVE-2025-59729
BaseFortify
Publication date: 2025-10-06
Last updated on: 2025-10-06
Assigner: Google Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vendor | product | 8.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs when parsing the header of a DHAV file. An integer underflow in offset calculation causes the program to read the duration value from before the start of the allocated buffer. Specifically, if a DHAV file larger than the maximum buffer size is loaded, the code scans backwards looking for a tag and calculates an end position based on a 32-bit offset. The check to ensure this end position is within the copied buffer section fails to handle cases where the end position is within the file but before the copied buffer section, leading to an underflow and out-of-bounds read before the buffer allocation.
How can this vulnerability impact me? :
This vulnerability can lead to reading memory before the allocated buffer, which may cause crashes, data corruption, or potentially expose sensitive information from adjacent memory. It could be exploited to cause denial of service or information disclosure depending on how the DHAV file is processed.
What immediate steps should I take to mitigate this vulnerability?
The recommended immediate step to mitigate this vulnerability is to upgrade to version 8.0 or beyond.