CVE-2025-40053
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | dge-550t | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's D-Link network driver occurs because the driver does not properly handle the failure of the function netdev_alloc_skb_ip_align(), which allocates memory for network packets. If this allocation fails, the driver may dereference a NULL pointer (skb->protocol), leading to a NULL pointer dereference error.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause a NULL pointer dereference in the network driver, which may lead to a kernel crash or system instability, potentially resulting in denial of service.