Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3444 articles · 168093 vulns · 36/41 feeds (7d)
← Back to list
9.8
CVE-2026-53246EXPLOITEDPATCHED
linux · linux kernel

sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing

Description

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing When a listening SCTP server processes a COOKIE_ECHO chunk, the cached peer INIT chunk embedded after the cookie is parsed and its parameters are later walked by sctp_process_init() using sctp_walk_params(). However, the chunk header length of this cached INIT chunk was not validated against the remaining buffer in the COOKIE_ECHO payload. If the length field is inflated, the parameter walk can run beyond the actual received data, leading to out-of-bounds reads and potential memory corruption during later parameter handling (e.g. STATE_COOKIE processing and kmemdup() copies). Add a bounds check in sctp_unpack_cookie() to ensure the cached INIT chunk length does not exceed the available data in the COOKIE_ECHO buffer before it is used.

Affected Products

VendorProductVersions
linuxlinux kernel1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 2.6.12

References

  • https://git.kernel.org/stable/c/cc272185c9a9a4b7febc2de52eeaa3d00f19091e
  • https://git.kernel.org/stable/c/edccbf3d63b0a3362bc916ea72edacc1e1ca456a
  • https://git.kernel.org/stable/c/0861615c28de668669d748ef4eb913ea9262d13b

Related News (3 articles)

Tier A
Microsoft MSRC2h ago
CVE-2026-53246 sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-53246 | Linux Kernel up to 6.18.35/7.0.12 sctp sctp_process_init walk out-of-bounds
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53246: sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
→ No new info (linked only)
CVSS 3.19.8 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
6.18.367.0.137.1
PublishedJun 25, 2026
Last enriched2d agov3
Trending Score65
Source articles3
Independent3
Info Completeness8/14
Missing: cvss, epss, cwe, kev, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-31431EXPKEV
crypto: algif_aead - Revert to operating out-of-place
Trending: 111
HIGHCVE-2026-43284EXPKEV
xfrm: esp: avoid in-place decrypt on shared skb frags
Trending: 106
HIGHCVE-2026-43500EXPKEV
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Trending: 100
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 86
HIGHCVE-2026-46333EXP
ptrace: slightly saner 'get_dumpable()' logic
Trending: 70

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 25, 2026
Discovered by ZDM
Jun 25, 2026
Updated: description, affectedVersions, severity
Jun 25, 2026
Updated: description, affectedVersions, exploitAvailable, activelyExploited, patchAvailable
Jun 25, 2026
Actively Exploited
Jun 28, 2026
Exploit Available
Jun 28, 2026
Patch Available
Jun 28, 2026

Version History

v3
Last enriched 2d ago
v3Tier C2d ago

Updated description with technical details, marked exploit availability as true, and added new fixed versions 6.18.36, 7.0.13, and 7.1.

descriptionaffectedVersionsexploitAvailableactivelyExploitedpatchAvailable
via Linux Kernel CVEs
v2Tier C3d ago

Updated description with critical severity, new affected versions, and corrected exploit availability.

descriptionaffectedVersionsseverity
via VulDB
v13d ago

Initial creation