CVE-2023-52435
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-fips
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-gcp-fips
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-oracle-6.8
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-nvidia-6.8
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel-devel
NoYesJan 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management