CVE-2023-53782
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53782, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-07
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53782. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart