CVE-2023-53987
Null Pointer Dereference in Linux Kernel ping /proc/net/icmp
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves a potential NULL pointer dereference in the Linux kernel's ping implementation related to the /proc/net/icmp interface. After a change to use RCU (Read-Copy-Update) lookups for ping sockets, the code did not properly use a spinlock for /proc/net/icmp, which could lead to a NULL dereference. The fix reverts to using a spinlock to prevent this issue.
How can this vulnerability impact me? :
A NULL pointer dereference in kernel code can cause system instability or crashes (kernel panic), potentially leading to denial of service. This could impact system availability if exploited.