VYPR
High severity8.2NVD Advisory· Published Sep 18, 2025· Updated Aug 4, 2026

CVE-2023-53372

CVE-2023-53372

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

10
  • Linux/Kernel9 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 8 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=4.16,<4.19.281
    • cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc4:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc5:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc6:*:*:*:*:*:*
    • (no CPE)
    • (no CPE)range: 4.16
  • osv-coords
    Range: >= 4.16.0, < 4.19.281

Patches

Vulnerability mechanics

References

7

News mentions

0

No linked articles in our index yet.