CVE-2025-10995
BaseFortify
Publication date: 2025-09-26
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openbabel | open_babel | to 3.1.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Open Babel up to version 3.1.1, specifically in the function zlib_stream::basic_unzip_streambuf::underflow within the /src/zipstreamimpl.h library. It allows an attacker with local access to manipulate the function in a way that causes memory corruption. The vulnerability has been publicly disclosed and could potentially be exploited.
How can this vulnerability impact me? :
The vulnerability can lead to memory corruption, which may result in unauthorized access, data corruption, or denial of service. Since local access is required, an attacker would need to have some level of access to the system to exploit it. The impact includes potential compromise of confidentiality, integrity, and availability of the affected system.