Bug 2418877 (CVE-2025-40264) - CVE-2025-40264 kernel: be2net: pass wrb_params in case of OS2BMC
Summary: CVE-2025-40264 kernel: be2net: pass wrb_params in case of OS2BMC
Keywords:
Status: NEW
Alias: CVE-2025-40264
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-04 17:02 UTC by OSIDB Bzimport
Modified: 2025-12-05 14:04 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-04 17:02:33 UTC
In the Linux kernel, the following vulnerability has been resolved:

be2net: pass wrb_params in case of OS2BMC

be_insert_vlan_in_pkt() is called with the wrb_params argument being NULL
at be_send_pkt_to_bmc() call site.  This may lead to dereferencing a NULL
pointer when processing a workaround for specific packet, as commit
bc0c3405abbb ("be2net: fix a Tx stall bug caused by a specific ipv6
packet") states.

The correct way would be to pass the wrb_params from be_xmit().


Note You need to log in before you can comment on or make changes to this bug.