Bug 2395344 (CVE-2022-50252) - CVE-2022-50252 kernel: igb: Do not free q_vector unless new one was allocated
Summary: CVE-2022-50252 kernel: igb: Do not free q_vector unless new one was allocated
Keywords:
Status: NEW
Alias: CVE-2022-50252
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 15:08 UTC by OSIDB Bzimport
Modified: 2025-09-19 16:40 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:08:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

igb: Do not free q_vector unless new one was allocated

Avoid potential use-after-free condition under memory pressure. If the
kzalloc() fails, q_vector will be freed but left in the original
adapter->q_vector[v_idx] array position.


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