CVE-2023-53839: dccp: fix data-race around dp->dccps_mss_cache
In the Linux kernel, the following vulnerability has been resolved:
dccp: fix data-race around dp->dccps_mss_cache
dccp_sendmsg() reads dp->dccps_mss_cache before locking the socket.
Same thing in do_dccp_getsockopt().
Add READ_ONCE()/WRITE_ONCE() annotations,
and change dccp_sendmsg() to check again dccps_mss_cache
after socket is locked.
Security readout for executives and security teams
Plain-English summary
CVE-2023-53839 is a Linux kernel race-condition fix in the DCCP networking code. The public bundle does not provide CVSS, demonstrated impact, or exploitation evidence. Treat it as a kernel hygiene and stability risk until your distribution classifies it.
Executive priority
Handle through normal kernel patch governance unless your environment uses DCCP or runs exposed custom kernels. Escalate if a vendor later assigns high severity, publishes stronger impact details, or confirms exploitability.
Technical view
The issue is a data race around dp->dccps_mss_cache. dccp_sendmsg() and do_dccp_getsockopt() read the cache before socket locking. The fix adds READ_ONCE()/WRITE_ONCE() handling and rechecks dccps_mss_cache after locking in dccp_sendmsg().
Likely exposure
Exposure is limited to Linux systems running affected kernel versions with DCCP code present or enabled. The bundle lists Linux as affected but does not confirm distribution package status, reachable attack surface, or whether common configurations expose this path.
Exploitation context
No active exploitation is supported by the supplied sources. The CVE is not marked KEV, and the bundle provides no public exploit, proof of concept, privilege requirement, or attack vector details.
Researcher notes
The source evidence is narrow: it documents a race fix, affected Linux kernel records, and stable commits. It does not establish exploitability, crash behavior, privilege boundaries, or security impact beyond the race condition itself.
Mitigation direction
Check your Linux distribution advisory for patched kernel packages.
Prioritize kernel updates where DCCP is enabled or used.
If patching is delayed, review vendor guidance for DCCP exposure reduction.
Track the referenced stable kernel commits in your kernel baseline.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Confirm whether DCCP support is built, loaded, or intentionally required.
Map installed kernels against vendor-fixed packages or stable commits.
Verify no unsupported kernel branches remain in production.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53839 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 9, 2025, 01:29 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.