LiveActive security incident?Get immediate response
CVE Record

CVE-2023-22999: In the Linux kernel before 5.16.3, drivers/usb/dwc3/dwc3-qcom.c misinterprets the dwc3_qcom_create_urs_usb_...

In the Linux kernel before 5.16.3, drivers/usb/dwc3/dwc3-qcom.c misinterprets the dwc3_qcom_create_urs_usb_platdev return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel reliability flaw in a Qualcomm USB driver path. A local low-privileged user could cause a high availability impact, likely a crash or denial of service, on systems running affected kernels. The sources do not show data theft, privilege escalation, or remote attack exposure.

Executive priority

Treat this as a moderate operational risk, not an emergency unless affected systems allow local untrusted users. Patch through normal kernel maintenance, with higher priority for shared, kiosk, lab, or embedded environments.

Technical view

Before Linux 5.16.3, drivers/usb/dwc3/dwc3-qcom.c expected a helper failure to return NULL, but it actually returns an error pointer. That CWE-476-style NULL/error-pointer handling flaw maps to CVSS 5.5: local access, low privileges, no user interaction, high availability impact only.

Likely exposure

Exposure is most plausible on Linux systems before 5.16.3 that use the Qualcomm DWC3 USB controller driver path. The source bundle does not identify specific distributions, appliances, Android builds, or vendor product versions.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not claim active exploitation. The CVSS vector indicates local, low-privileged access is required, with impact limited to availability.

Researcher notes

The source evidence is narrow: CVE metadata, Linux 5.16.3 changelog, and the upstream commit. It supports the bug class, affected upstream version boundary, and local availability impact, but not product-specific reachability or exploitation in the wild.

Mitigation direction

  • Update to Linux kernel 5.16.3 or a vendor kernel containing the referenced fix.
  • Check distribution or device-vendor advisories for backported kernel packages.
  • Prioritize systems where untrusted users can obtain local access.
  • Track embedded or appliance firmware separately when kernel updates are vendor-controlled.

Validation and detection

  • Inventory deployed kernel versions against the pre-5.16.3 affected range.
  • Confirm whether the kernel includes commit b52fe2dbb3e655eb1483000adfab68a219549e13 or an equivalent backport.
  • Check whether the Qualcomm DWC3 USB driver path is built or enabled.
  • Review vendor release notes for CVE-2023-22999 coverage in shipped kernels.
Prepared
Confidence
medium
Sources
4

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-476: 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-22999 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
3Source 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-2023-22999Attack 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
n/an/an/aListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.