CVE-2022-49029
Last modified
CVE-2022-49029 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not removed from list If ibmpex_find_sensors() fails in ibmpex_register_bmc(), data will be freed, but data->list will not be removed from driver_data.bmc_data, then list traversal may cause UAF. Fix by removeing it from driver_data.bmc_data before free().. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpex_register_bmc() warn: '&data->list' not removed from list If ibmpex_find_sensors() fails in ibmpex_register_bmc(), data will be freed, but data->list will not be removed from driver_data.bmc_data, then list traversal may cause UAF. Fix by removeing it from driver_data.bmc_data before free().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.24, < 4.9.335 | — |
| Linux | Linux Kernel | >= 4.10, < 4.14.301 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.268 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.226 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.158 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.82 | — |
| Linux | Linux Kernel | >= 5.16, < 6.0.12 | — |
| Linux | Linux Kernel | 6.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49029?
How severe is CVE-2022-49029?
How do I fix CVE-2022-49029?
Are you affected by CVE-2022-49029?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
