AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-53372

HIGH · CVSS 8.2 EPSS 0.15%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-09-18 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 8.2. It affects Linux.

CVE
CVE-2023-53372
Severity
HIGH
CVSS
8.2
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctp_ifwdtsn_skip Currently, when traversing ifwdtsn skips with _sctp_walk_ifwdtsn, it only checks the pos against the end of the chunk. However, the data left for the last pos may be < sizeof(struct sctp_ifwdtsn_skip), and dereference it as struct sctp_ifwdtsn_skip may cause coverflow. This patch fixes it by checking the pos against "the end of the chunk - sizeof(struct sctp_ifwdtsn_skip)" in sctp_ifwdtsn_skip, similar to sctp_fwdtsn_skip.

Related CVEs

Other vulnerabilities affecting the same vendor(s)