CVE-2023-53535
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-04

Last updated on: 2026-03-23

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Add a check for oversized packets Occasionnaly we may get oversized packets from the hardware which exceed the nomimal 2KiB buffer size we allocate SKBs with. Add an early check which drops the packet to avoid invoking skb_over_panic() and move on to processing the next packet.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-04
Last Modified
2026-03-23
Generated
2026-06-16
AI Q&A
2025-10-04
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 7 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 4.15 (inc) to 4.19.276 (exc)
linux linux_kernel From 4.20 (inc) to 5.4.235 (exc)
linux linux_kernel From 5.5 (inc) to 5.10.173 (exc)
linux linux_kernel From 5.11 (inc) to 5.15.99 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.16 (exc)
linux linux_kernel From 6.2 (inc) to 6.2.3 (exc)
linux linux_kernel From 3.15 (inc) to 4.14.308 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability occurs in the Linux kernel's bcmgenet network driver where oversized packets from hardware can exceed the allocated 2KiB buffer size for socket buffers (SKBs). Without proper checks, these oversized packets can cause a panic in the kernel (skb_over_panic). The fix adds an early check to drop such oversized packets to prevent this panic and allow normal processing of subsequent packets.

Impact Analysis

If exploited or triggered, this vulnerability can cause the Linux kernel to panic due to oversized network packets, potentially leading to system instability or denial of service by crashing the kernel or disrupting network operations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53535. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart