CVE-2022-48938: CDC-NCM: avoid overflow in sanity checking
In the Linux kernel, the following vulnerability has been resolved:
CDC-NCM: avoid overflow in sanity checking
A broken device may give an extreme offset like 0xFFF0
and a reasonable length for a fragment. In the sanity
check as formulated now, this will create an integer
overflow, defeating the sanity check. Both offset
and offset + len need to be checked in such a manner
that no overflow can occur.
And those quantities should be unsigned.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48938 is a Linux kernel flaw in CDC-NCM USB networking handling. A malformed or broken device can provide extreme fragment offsets that overflow a sanity check, allowing invalid data to pass checks. The source does not provide CVSS, impact details, or evidence of active exploitation.
Executive priority
Treat this as a kernel maintenance issue with higher priority for environments where users or attackers can connect USB networking devices. No active exploitation is cited, so urgency should be driven by exposure to untrusted peripherals and normal kernel patch cycles.
Technical view
The CDC-NCM code performed offset plus length validation in a way that could overflow, defeating bounds checking. The fix checks both offset and offset plus length without overflow and treats the quantities as unsigned. Affected Linux kernel versions are listed in the CVE data, but distribution backport status must be confirmed separately.
Likely exposure
Exposure is most likely on Linux systems using CDC-NCM USB network devices or modem-style networking. Risk depends on kernel version, whether the driver is present or loaded, and whether untrusted or faulty devices can be connected.
Exploitation context
The source describes a broken device supplying an extreme offset, not a remote network exploit. KEV is false, and the provided sources do not claim public exploitation, exploit availability, or real-world attacks.
Researcher notes
The evidence is limited to the CVE record and kernel stable commit references. The vulnerable condition is an integer overflow in CDC-NCM fragment sanity checking. No CWE, CVSS, exploit status, or concrete post-overflow impact is provided in the bundle.
Mitigation direction
Update to a vendor-supported kernel containing the referenced stable fixes.
Check distribution advisories for backported fixes before relying on upstream version numbers.
Limit use of untrusted CDC-NCM USB network devices until patched.
Disable or avoid loading CDC-NCM support where it is not operationally needed.
Validation and detection
Inventory Linux kernel versions across affected systems.
Check whether CDC-NCM USB networking is enabled, loaded, or required.
Confirm the kernel package includes one of the referenced stable fixes or a vendor backport.
Prioritize validation on systems accepting physical or peripheral device connections.
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.
cve · low confidence lookup
CVE-2022-48938 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.