Bug 2426247 (CVE-2022-50877) - CVE-2022-50877 kernel: net: broadcom: bcm4908_enet: update TX stats after actual transmission
Summary: CVE-2022-50877 kernel: net: broadcom: bcm4908_enet: update TX stats after act...
Keywords:
Status: NEW
Alias: CVE-2022-50877
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:19 UTC by OSIDB Bzimport
Modified: 2025-12-30 22:22 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:19:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: broadcom: bcm4908_enet: update TX stats after actual transmission

Queueing packets doesn't guarantee their transmission. Update TX stats
after hardware confirms consuming submitted data.

This also fixes a possible race and NULL dereference.
bcm4908_enet_start_xmit() could try to access skb after freeing it in
the bcm4908_enet_poll_tx().


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