Bug 2511606 - CVE-2026-18743 popt: Short realloc in poptConfigFileToString [fedora-all]
Summary: CVE-2026-18743 popt: Short realloc in poptConfigFileToString [fedora-all]
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: popt
Version: 45
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Robert Scheck
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["8a6e4fa9-e074-4eba-a2b4-b...
Depends On:
Blocks: CVE-2026-18743
TreeView+ depends on / blocked
 
Reported: 2026-08-05 15:30 UTC by Charles Timko
Modified: 2026-08-17 15:47 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
fedora-admin-xmlrpc: mirror+


Attachments (Terms of Use)

Description Charles Timko 2026-08-05 15:30:39 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

Buffer growth maxargvlen*2 can under-allocate relative to accumulated argvlen, yielding small heap overflow (~11 bytes / ~9 attacker-chosen) on crafted config content.

Flow: Privileged or unprivileged host loads attacker-influenced popt config → poptConfigFileToString → realloc/strcat overflow → heap metadata corruption (reporter).

Earliest affected is `popt-1_11-release` tag in git. `poptConfigFileToString()` must be explicitly called in order for this to be reachable, which is not used by the internal source.

src/poptparse.c:191-224

Comment 1 Aoife Moloney 2026-08-17 15:47:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle.
Changing version to 45.


Note You need to log in before you can comment on or make changes to this bug.