CVE-2026-88370 Details
Description
libconfini 1.16.4 contains a heap out-of-bounds write condition involving the bundled load_ini_buffer.h utility and strip_ini_cache(). The bundled utility allocates exactly ini_length bytes, while strip_ini_cache() unconditionally writes a NUL terminator at ini_source[ini_length], requiring an additional writable byte. Applications using the bundled allocation pattern can trigger deterministic heap memory corruption when processing any non-empty INI input, resulting in denial of service.
A heap out-of-bounds write vulnerability has been identified in libconfini version 1.16.4. The issue arises in the strip_ini_cache() function, which writes a NUL terminator at a specific position without proper bounds checking. This flaw creates a condition where the function can overwrite memory outside the allocated buffer, leading to heap memory corruption. The vulnerability is triggered by the official example utility load_ini_buffer.h, which allocates an insufficient buffer size for INI data. As a result, applications processing non-empty INI input can experience deterministic heap corruption, causing a denial-of-service condition.
Users are advised to correct the buffer allocation in the load_ini_buffer utility to allocate ini_length + 1 bytes, and to add a length sanity check in the strip_ini_cache function before writing the NUL terminator.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 24, 2026CISA-ADP
Assessed Sep 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/madmurphy/libconfini/issues/20 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/madmurphy/libconfini/issues/20 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-122 | Heap-based Buffer Overflow | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| libconfini | 1.16.4 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 25, 2026 | CVE Modified | CISA-ADP |
| Sep 24, 2026 | New CVE Received | [email protected] |
Volerion