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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-22 04:15
Updated : 2024-11-08 16:15
NVD link : CVE-2022-48938
Mitre link : CVE-2022-48938
CVE.ORG link : CVE-2022-48938
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound