CVE-2026-88832
Received Received - Intake

Heap Buffer Overflow in BusyBox romfs Volume Parsing

Vulnerability report for CVE-2026-88832, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: redhat-SADP

Description

BusyBox romfs volume ID parsing uses unbounded strlen on attacker-controlled metadata, causing a heap buffer overflow when processing crafted filesystem images.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
busybox busybox *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a heap buffer overflow in BusyBox's romfs filesystem volume ID parsing. It occurs when processing crafted filesystem images where an attacker-controlled volume name is parsed using an unbounded strlen. This leads to a memcpy operation that overflows a fixed-size buffer, corrupting adjacent heap memory.

Detection Guidance

Detecting this vulnerability requires checking for BusyBox installations and monitoring for processing of untrusted romfs filesystem images. Inspect BusyBox utilities like blkid or findfs using commands such as 'which blkid' or 'which findfs'. Check for recent filesystem image processing via system logs or audit trails. Note that exploitation requires user interaction to process malicious images.

Impact Analysis

A local attacker could exploit this by tricking a user into processing a malicious romfs filesystem image with BusyBox's blkid or findfs utilities. This may result in code execution, allowing the attacker to gain control over the affected system. The impact includes potential loss of confidentiality, integrity, and availability of data.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating confidentiality and integrity requirements in GDPR and HIPAA. Exploitation may result in data leaks or system compromise, potentially leading to regulatory penalties or non-compliance.

Mitigation Strategies

Avoid processing untrusted filesystem images with BusyBox's blkid or findfs utilities. Replace them with util-linux versions, which are the default on Fedora. Ensure users do not handle suspicious romfs images. Apply vendor patches if available. Monitor for unusual activity related to filesystem processing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88832. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart