CVE-2023-53726
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.4.0-rc4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an out-of-bounds (OoB) access issue in the Linux kernel's arm64 checksum code. Specifically, the IP checksum function did not properly handle negative length values, which caused undefined behavior such as an out-of-bounds read. Although zero-length inputs were previously handled, negative lengths were not rejected, leading to potential memory safety issues. The fix extends the early return to also reject negative lengths, preventing this out-of-bounds access.
How can this vulnerability impact me? :
This vulnerability can lead to undefined behavior in the Linux kernel, including out-of-bounds memory reads. Such behavior can cause system instability, crashes, or potentially be exploited to leak sensitive information or escalate privileges, depending on the context in which the kernel is used.