CVE-2025-11010
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 |
|---|---|---|
| vstakhov | libucl | * |
| vstakhov | libucl | 0.9.2 |
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. |
| 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
Can you explain this vulnerability to me?
This vulnerability exists in the vstakhov libucl library up to version 0.9.2, specifically in the function ucl_include_common within the file /src/ucl_util.c. It allows a local attacker to cause a heap-based buffer overflow by manipulating the function, potentially leading to memory corruption.
How can this vulnerability impact me? :
The vulnerability can lead to a heap-based buffer overflow, which may allow an attacker with local access to compromise the integrity, confidentiality, and availability of the affected system. This could result in partial data disclosure, modification, or denial of service.