CVE-2022-50651
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | ethtool | * |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference issue in the Linux kernel's ethtool component, specifically in the eeprom functionality. It occurs when the genl_info structure is null during a dump operation, which can cause the system to crash or behave unexpectedly. The fix involves ensuring that the code properly checks for null pointers before dereferencing them.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable if exploited, potentially leading to denial of service conditions on affected systems using ethtool's eeprom functionality.