CVE-2022-50453
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's gpiolib character device driver allows a NULL-pointer dereference that can crash the kernel. It occurs when lines are requested, the GPIO device is unbound, and then system calls like ioctl(), read(), or poll() are called on the GPIO character device's anonymous file descriptors. This issue affects devices that can be hot-unplugged, such as HID GPIO expanders, and involves a race condition where a device can be removed after a NULL check, leading to potential kernel crashes.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel panic) when interacting with GPIO devices that are hot-unplugged. This can lead to system instability, denial of service, and potential disruption of services relying on the affected GPIO devices.