LiveActive security incident?Get immediate response
CVE Record

CVE-2021-42375: An incorrect handling of a special element in Busybox's ash applet leads to denial of service when processi...

An incorrect handling of a special element in Busybox's ash applet leads to denial of service when processing a crafted shell command, due to the shell mistaking specific characters for reserved characters. This may be used for DoS under rare conditions of filtered command input.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

BusyBox ash can mishandle certain special characters in a crafted shell command and crash or deny service. This is not described as remote code execution or data theft. Business urgency is highest where BusyBox backs operational scripts, restricted shells, appliances, or systems where a local user can submit filtered command input.

Executive priority

Handle through normal vulnerability management, with higher priority for operational systems where local users or restricted interfaces can trigger BusyBox ash. There is no sourced evidence of active exploitation in the provided bundle.

Technical view

CVE-2021-42375 affects BusyBox's ash applet. The CVSS vector is local, low complexity, low privileges, no user interaction, unchanged scope, and high availability impact. The provided record lists unspecified BusyBox versions and describes denial of service under rare filtered-command-input conditions.

Likely exposure

Exposure depends on whether BusyBox ash is installed and whether local or constrained command input reaches it. The bundle does not provide exact affected versions, so validate through package data, SBOMs, firmware inventories, and vendor advisories.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Exploitation requires local low-privileged access or a pathway that passes crafted shell input to BusyBox ash under specific filtered-input conditions.

Researcher notes

Evidence is strongest for vulnerability class, impact, and CVSS characteristics. Version specificity is incomplete: affected versions are listed as unspecified. Avoid broad product claims beyond BusyBox and cited vendor advisories; use advisory-driven validation for downstream distributions and appliances.

Mitigation direction

  • Check BusyBox vendor and distribution advisories for fixed package versions.
  • Prioritize updates where ash processes user-controlled or filtered command input.
  • Use Fedora or product-vendor advisories to identify corrected packages.
  • Reduce local shell access and command-submission paths where practical.
  • Track appliance vendors such as NetApp for product-specific guidance.

Validation and detection

  • Inventory systems, containers, and firmware images that include BusyBox.
  • Confirm whether the BusyBox ash applet is present and enabled.
  • Map installed BusyBox versions against vendor advisory status.
  • Review restricted shells or wrappers that pass filtered input to ash.
  • Document exceptions where vendor version data is unavailable.
Prepared
Confidence
medium
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-159: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-42375 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2021-42375Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
busyboxbusyboxunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-159 · source CWE mapping

Improper Handling of Invalid Use of Special Elements

Improper Handling of Invalid Use of Special Elements represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.