
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52435 is a vulnerability discovered in the Linux kernel's net/core/skbuff.c subsystem. The issue involves a potential overflow in the skb_segment() function where GSO_BY_FRAGS, a forbidden value, could be reached through a computation of mss = mss * partial_segs (where 65535 = 3 * 5 * 17 * 257), leading to kernel crashes (Kernel Patch).
The vulnerability exists in the skb_segment() function where the MSS (Maximum Segment Size) calculation could overflow due to multiplication with partial_segs. The issue occurs when GSO_BY_FRAGS, which is a forbidden value, can be reached through the calculation. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (MEDIUM) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
When exploited, this vulnerability can cause a kernel crash through a general protection fault, resulting in a denial of service condition. The crash occurs due to a null pointer dereference in a specific memory range (Kernel Patch).
The issue has been fixed by implementing a limit on segmentation to ensure the new mss value remains smaller than GSO_BY_FRAGS. The fix involves modifying the partial_segs calculation to use min(len, GSO_BY_FRAGS - 1U) / mss instead of the original len / mss calculation (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."