Bug 2424953 (CVE-2023-53987) - CVE-2023-53987 kernel: Linux kernel: Denial of Service via NULL dereference in ping socket handling
Summary: CVE-2023-53987 kernel: Linux kernel: Denial of Service via NULL dereference i...
Keywords:
Status: NEW
Alias: CVE-2023-53987
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:03 UTC by OSIDB Bzimport
Modified: 2026-02-06 05:09 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:03:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

ping: Fix potentail NULL deref for /proc/net/icmp.

After commit dbca1596bbb0 ("ping: convert to RCU lookups, get rid
of rwlock"), we use RCU for ping sockets, but we should use spinlock
for /proc/net/icmp to avoid a potential NULL deref mentioned in
the previous patch.

Let's go back to using spinlock there.

Note we can convert ping sockets to use hlist instead of hlist_nulls
because we do not use SLAB_TYPESAFE_BY_RCU for ping sockets.


Note You need to log in before you can comment on or make changes to this bug.