CVE-2025-68302

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: fix potential NULL dereference in sxgbe_rx() Currently, when skb is null, the driver prints an error and then dereferences skb on the next line. To fix this, let's add a 'break' after the error message to switch to sxgbe_rx_refill(), which is similar to the approach taken by the other drivers in this particular case, e.g. calxeda with xgmac_rx(). Found during a code review.
Configurations

No configuration.

History

30 Jul 2026, 06:24

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5

16 Dec 2025, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2025-12-16 16:16

Updated : 2026-07-30 06:24


NVD link : CVE-2025-68302

Mitre link : CVE-2025-68302

CVE.ORG link : CVE-2025-68302


JSON object : View

Products Affected

No product.

CWE

No CWE.