Linux Kernel 3com 3c59x Vortex Driver Null Dereference Vulnerability

Vulnerability

A null pointer dereference vulnerability has been identified in the Linux kernel's 3com 3c59x Ethernet driver. This issue arises in the 'vortex_probe1' function, where the 'pdev' (platform device) pointer can be null. As a result, the 'free_ring' function may be called with a null 'pdev', leading to a potential crash or undefined behavior.

Impact

Exploitation of this vulnerability can lead to a null pointer dereference, causing a crash or undefined behavior in the system.

Reproduction

The vulnerability can be reproduced by loading the 3com 3c59x Ethernet driver in the Linux kernel. When the 'vortex_probe1' function is called, if the 'pdev' pointer is null, the 'free_ring' function will attempt to free resources using the null pointer, causing a crash.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed. The patch is available in the Linux kernel stable tree.

Added: Jan 31, 2026, 12:30 PM
Updated: Jan 31, 2026, 12:30 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
3.4
remediation
7.7
relevance
2.5
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.