CVE-2025-38251
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-09

Last updated on: 2025-12-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clip_push() Blamed commit missed that vcc_destroy_socket() calls clip_push() with a NULL skb. If clip_devs is NULL, clip_push() then crashes when reading skb->truesize.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-09
Last Modified
2025-12-18
Generated
2026-05-07
AI Q&A
2025-07-09
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 5 associated CPEs
Vendor Product Version / Range
linux linux_kernel 5.7
linux linux_kernel 6.16
debian debian_linux 11.0
linux linux_kernel From 6.7 (inc) to 6.12.36 (inc)
linux linux_kernel 3.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is in the Linux kernel's ATM (Asynchronous Transfer Mode) subsystem, specifically in the clip module. It occurs because the function clip_push() does not properly handle a NULL pointer scenario. When vcc_destroy_socket() calls clip_push() with a NULL skb (socket buffer), and if clip_devs is also NULL, clip_push() attempts to access skb->truesize, causing a NULL pointer dereference and a crash.


How can this vulnerability impact me? :

This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference in the ATM clip module. This can lead to system instability or denial of service, potentially disrupting network communications or other services relying on the kernel.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart