CVE-2025-40176
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-12

Last updated on: 2025-11-12

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: tls: wait for pending async decryptions if tls_strp_msg_hold fails Async decryption calls tls_strp_msg_hold to create a clone of the input skb to hold references to the memory it uses. If we fail to allocate that clone, proceeding with async decryption can lead to various issues (UAF on the skb, writing into userspace memory after the recv() call has returned). In this case, wait for all pending decryption requests.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-12
Last Modified
2025-11-12
Generated
2026-05-07
AI Q&A
2025-11-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 TLS implementation occurs when the function tls_strp_msg_hold fails to clone the input skb (socket buffer) during asynchronous decryption. If the clone allocation fails but the async decryption proceeds, it can cause use-after-free (UAF) issues on the skb or write into userspace memory after the recv() call has returned. The fix involves waiting for all pending decryption requests if the clone allocation fails, preventing these unsafe conditions.


How can this vulnerability impact me? :

This vulnerability can lead to memory safety issues such as use-after-free and unauthorized memory writes into userspace after a network receive call. This can cause system instability, crashes, or potentially allow attackers to execute arbitrary code or corrupt memory, compromising system security and reliability.


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