LiveActive security incident?Get immediate response
CVE Record

CVE-2023-4010: Kernel: usb: hcd: malformed usb descriptor leads to infinite loop in usb_giveback_urb()

A flaw was found in the USB Host Controller Driver framework in the Linux kernel. The usb_giveback_urb function has a logic loophole in its implementation. Due to the inappropriate judgment condition of the goto statement, the function cannot return under the input of a specific malformed descriptor file, so it falls into an endless loop, resulting in a denial of service.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-4010 is a Linux kernel USB handling flaw that can make a system hang by processing a malformed USB descriptor. The business impact is denial of service, not data theft. The risk is mainly to systems where an attacker can present untrusted USB input, which usually requires physical access or equivalent device-level control.

Executive priority

Treat this as a moderate availability risk. It is important for exposed endpoints, labs, kiosks, and operational systems where physical USB access is realistic, but it is not supported as a remote compromise or data-loss issue by the supplied sources.

Technical view

The flaw is in the Linux USB Host Controller Driver framework, specifically usb_giveback_urb(). A logic error around a goto condition can prevent the function from returning when given a specific malformed descriptor, causing an infinite loop. The mapped weakness is CWE-835, with CVSS 3.1 score 4.6 and vector AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Likely exposure

Exposure is most plausible on Linux systems accepting untrusted USB devices. The source bundle lists Red Hat Enterprise Linux 6 and 7 kernel packages with unknown default status, while Red Hat Enterprise Linux 8 and 9 kernel and kernel-rt packages are listed as unaffected.

Exploitation context

The CVE is not listed as KEV in the provided bundle, so active exploitation is not established here. The CVSS vector requires physical access. A public GitHub reference exists, but the supplied evidence does not prove broad exploitation or weaponized use.

Researcher notes

Key uncertainty is affected-version precision: the bundle lists RHEL 6 and 7 package status as unknown and RHEL 8 and 9 as unaffected. No specific patch version or workaround is provided in the supplied evidence, so remediation should be anchored to vendor advisories rather than inferred kernel versions.

Mitigation direction

  • Check Red Hat guidance for affected kernel versions and fixes.
  • Inventory RHEL 6 and RHEL 7 kernel and kernel-rt systems.
  • Limit untrusted USB device access on sensitive Linux hosts.
  • Apply vendor-provided kernel fixes when guidance identifies them.
  • Document RHEL 8 and RHEL 9 as unaffected only where package status matches.

Validation and detection

  • Confirm whether systems run RHEL 6 or RHEL 7 kernel packages.
  • Compare installed kernels against Red Hat CVE guidance.
  • Review physical and administrative controls for USB device insertion.
  • Prioritize validation on shared, kiosk, lab, and field-accessible systems.
  • Record compensating controls where patch guidance is unavailable.
Prepared
Confidence
medium
Sources
5

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-835: 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-2023-4010 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
4.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:P/AC:L/PR:N/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
4Source 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
4.6CVSS 3.1MediumCVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H0.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2023-4010Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:P/AC:L/PR:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 6kernelunknown
Red HatRed Hat Enterprise Linux 7kernelunknown
Red HatRed Hat Enterprise Linux 7kernel-rtunknown
Red HatRed Hat Enterprise Linux 8kernelunaffected
Red HatRed Hat Enterprise Linux 8kernel-rtunaffected
Red HatRed Hat Enterprise Linux 9kernelunaffected
Red HatRed Hat Enterprise Linux 9kernel-rtunaffected
Weakness

CWE details

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

CWE-835 · source CWE mapping

Loop with Unreachable Exit Condition ('Infinite Loop')

Loop with Unreachable Exit Condition ('Infinite Loop') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.