VDB
DEBIAN-CVE-2025-68302
DEBIAN-CVE-2025-68302
PUBLISHED
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.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.106-3, 6.1.106-3 |
| Debian:11 | linux | 5.10.179-3, 5.10.179-2, 5.10.179-1 |
| Debian:12 | linux | 6.1.133-1, 0, 6.1.106-1 |
| Debian:13 | linux | 6.12.57-1, 6.12.63-1, 0 |
| Debian:14 | linux | 6.16.6-1, 6.16.5-1, 6.16.3-1 |
Exploit Intelligence
- 4081.3.7.yml (github-poc)
Timeline
- Dec 16, 2025 CVE Published
- Apr 28, 2026 CVE Updated