CVE-2023-53782
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: dccp: Fix out of bounds access in DCCP error handler There was a previous attempt to fix an out-of-bounds access in the DCCP error handlers, but that fix assumed that the error handlers only want to access the first 8 bytes of the DCCP header. Actually, they also look at the DCCP sequence number, which is stored beyond 8 bytes, so an explicit pskb_may_pull() is required.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-05-07
AI Q&A
2025-12-09
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux 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 is an out-of-bounds access issue in the Linux kernel's DCCP (Datagram Congestion Control Protocol) error handler. The error handler was incorrectly assuming it only needed to access the first 8 bytes of the DCCP header, but it also accesses the DCCP sequence number which lies beyond those 8 bytes. This improper access could lead to reading memory outside the intended bounds, which was fixed by adding an explicit check (pskb_may_pull()) to ensure safe access.


How can this vulnerability impact me? :

The out-of-bounds access in the DCCP error handler could potentially lead to kernel memory corruption or crashes, which might be exploited to cause denial of service or possibly escalate privileges. This could impact system stability and security if an attacker crafts malicious DCCP packets to trigger the vulnerability.


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