CVE-2026-88370: Libconfini libconfini vulnerability

Published Sep 24, 2026
·
Updated

libconfini 1.16.4 contains a heap out-of-bounds write condition involving the bundled loadinibuffer.h utility and stripinicache(). The bundled utility allocates exactly inilength bytes, while stripinicache() unconditionally writes a NUL terminator at inisource[inilength], 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.

Affected Software

1 affected component
libconfini libconfini=1.16.4

Event History

Sep 24, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which applications are exposed to this issue?

Applications using libconfini 1.16.4's bundled load_ini_buffer.h utility with its bundled allocation pattern are exposed. The issue occurs when that utility allocates exactly ini_length bytes and the buffer is passed to strip_ini_cache().

2

What input is needed to trigger the memory corruption?

Any non-empty INI input can trigger the condition. strip_ini_cache() writes a NUL byte at index ini_length, which is one byte beyond the allocation made by the bundled utility.

3

What is the expected impact?

The described outcome is deterministic heap memory corruption that can result in denial of service.

4

What can be changed if the affected allocation pattern cannot immediately be removed?

Ensure the INI buffer has at least one additional writable byte beyond ini_length before strip_ini_cache() is called, so the terminating NUL write is within the allocation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203