First published: Mon Mar 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was not bound, two separate problems would occur: 1) We'd send an pipe enablement request with an invalid source object. 2) Later socket calls could BUG on the socket unexpectedly being connected yet not bound to a valid object.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.4.297 | |
Linux Kernel | >=4.5<4.9.295 | |
Linux Kernel | >=4.10<4.14.260 | |
Linux Kernel | >=4.15<4.19.223 | |
Linux Kernel | >=4.20<5.4.169 | |
Linux Kernel | >=5.5<5.10.89 | |
Linux Kernel | >=5.11<5.15.12 | |
Linux Kernel | =5.16-rc1 | |
Linux Kernel | =5.16-rc2 | |
Linux Kernel | =5.16-rc3 | |
Linux Kernel | =5.16-rc4 | |
Linux Kernel | =5.16-rc5 | |
Linux Kernel | =5.16-rc6 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47086 is considered a medium severity vulnerability in the Linux kernel.
To fix CVE-2021-47086, update your Linux kernel to versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2021-47086 affects several versions of the Linux kernel, specifically versions prior to 4.4.297 and between 4.5 and 5.15.12.
CVE-2021-47086 involves the phonet/pep component of the Linux kernel.
No, CVE-2021-47086 does not directly lead to remote code execution; it primarily concerns socket binding issues.