First published: Thu Jun 20 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: phylib: fix potential use-after-free Commit bafbdd527d56 ("phylib: Add device reset GPIO support") added call to phy_device_reset(phydev) after the put_device() call in phy_detach(). The comment before the put_device() call says that the phydev might go away with put_device(). Fix potential use-after-free by calling phy_device_reset() before put_device().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.228 | 4.19.228 |
redhat/kernel | <5.4.176 | 5.4.176 |
redhat/kernel | <5.10.96 | 5.10.96 |
redhat/kernel | <5.15.19 | 5.15.19 |
redhat/kernel | <5.16.5 | 5.16.5 |
redhat/kernel | <5.17 | 5.17 |
Linux Kernel | >=4.16<4.19.228 | |
Linux Kernel | >=4.20<5.4.176 | |
Linux Kernel | >=5.5<5.10.96 | |
Linux Kernel | >=5.11<5.15.19 | |
Linux Kernel | >=5.16<5.16.5 | |
Linux Kernel | =5.17-rc1 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48754 is rated as a medium-severity vulnerability affecting the Linux kernel.
To fix CVE-2022-48754, update the kernel to one of the following versions: 4.19.228, 5.4.176, 5.10.96, 5.15.19, 5.16.5, or 5.17.
CVE-2022-48754 affects multiple versions of the Linux kernel found in various Linux distributions.
CVE-2022-48754 is not classified as critical; it has a medium severity level.
CVE-2022-48754 could potentially be exploited for a use-after-free attack leading to privilege escalation.