CVE-2025-40264
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 in the Linux kernel involves the be2net driver where the function be_insert_vlan_in_pkt() is called with a NULL wrb_params argument at the be_send_pkt_to_bmc() call site. This can lead to a NULL pointer dereference when processing certain packets, specifically as part of a workaround for a specific IPv6 packet. The issue arises because the wrb_params should be passed correctly from be_xmit(), but it is not, causing potential kernel instability or crashes.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference in the Linux kernel's be2net driver, which may lead to kernel crashes or instability when processing specific packets. This can result in denial of service or system outages on affected systems using this driver.