In the Linux kernel, the following vulnerability has been resolved:
net/x25: Fix overflow when accumulating packets
Add a check to ensure that `x25_sock.fraglen` does not overflow.
The `fraglen` also needs to be resetted when purging `fragment_queue` in
`x25_clear_queues()`.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-04-13 14:16
Updated : 2026-07-14 13:18
NVD link : CVE-2026-31417
Mitre link : CVE-2026-31417
CVE.ORG link : CVE-2026-31417
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-191
Integer Underflow (Wrap or Wraparound)
