Bug 2531353 (CVE-2026-88839) - CVE-2026-88839 busybox: busybox: passwd/group parser writes heap pointers out of bounds due to stale tokenize() endpoint
Summary: CVE-2026-88839 busybox: busybox: passwd/group parser writes heap pointers out...
Keywords:
Status: NEW
Alias: CVE-2026-88839
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-10 09:48 UTC by OSIDB Bzimport
Modified: 2026-09-23 16:44 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-10 09:48:23 UTC
A vulnerability exists in the BusyBox passwd and group file parser in libpwdgrp/pwd_grp.c. The tokenize() function trims trailing whitespace via overlapping_strcpy() but continues to reference the stale *end pointer, causing tokenize_end to be too large. This under-allocates in parse_common(), and convert_to_struct() then writes gr_mem[] pointers past the end of the heap allocation.

Triggering the vulnerability requires injecting malformed entries with whitespace before commas into /etc/group, then invoking any applet that calls getgrnam().


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