CVE-2023-53731
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
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 is a potential deadlock in the Linux kernel's netlink subsystem, specifically in the netlink_set_err() function. It arises from an irq lock inversion dependency where locks are acquired in an inconsistent order between normal execution and interrupt context, which can cause the system to deadlock. The issue was addressed by adding IRQ safety to netlink_set_err() and __netlink_diag_dump(), preventing the deadlock scenario caused by interrupt unsafe locking.
How can this vulnerability impact me? :
This vulnerability can cause a deadlock in the Linux kernel's netlink subsystem, potentially leading to system hangs or unresponsiveness. Such deadlocks can affect system stability and reliability, impacting any applications or services relying on netlink communications.