Bug 2298182 (CVE-2022-48841) - CVE-2022-48841 kernel: ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
Summary: CVE-2022-48841 kernel: ice: fix NULL pointer dereference in ice_update_vsi_tx...
Keywords:
Status: NEW
Alias: CVE-2022-48841
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 13:22 UTC by OSIDB Bzimport
Modified: 2024-08-30 12:05 UTC (History)
4 users (show)

Fixed In Version: kernel 5.16.17, kernel 5.17
Doc Type: If docs needed, set a value
Doc Text:
A NULL pointer dereference type of vulnerability was found in the Linux kernel in ice_update_vsi_tx_ring_stats(). This may lead to a crash.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-16 13:22:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()

It is possible to do NULL pointer dereference in routine that updates
Tx ring stats. Currently only stats and bytes are updated when ring
pointer is valid, but later on ring is accessed to propagate gathered Tx
stats onto VSI stats.

Change the existing logic to move to next ring when ring is NULL.


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