CVE-2024-57938
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2024-57938 is a vulnerability discovered in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation. The issue was identified in the sctp_association_init() function where an integer overflow could occur when setting the autoclose timer. While by default max_autoclose equals to INT_MAX / HZ, users can set net.sctp.max_autoclose to UINT_MAX, which could trigger the overflow condition (NVD).

Technical details

The vulnerability is classified as an Integer Overflow or Wraparound (CWE-190) with a CVSS v3.1 Base Score of 5.5 (Medium) and vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. The issue specifically occurs in the sctp_association_init() function where the autoclose timer value is calculated without proper type casting, potentially leading to an integer overflow when multiplying sp->autoclose with HZ (NVD).

Impact

The vulnerability affects multiple versions of the Linux kernel, including versions from 3.13 up to (excluding) 5.4.289, 5.5 to 5.10.233, 5.11 to 5.15.176, 5.16 to 6.1.124, 6.2 to 6.6.70, and 6.7 to 6.12.9, as well as several release candidates of version 6.13 (NVD).

Exploitability

The vulnerability requires local access with low complexity and low privileges to exploit. No user interaction is needed for exploitation. The attack vector is local, meaning an attacker would need access to the affected system to exploit this vulnerability (NVD).

Mitigation and workarounds

A fix has been implemented by modifying the calculation of the autoclose timer value in the sctp_association_init() function. The patch adds proper type casting to (unsigned long) before performing the multiplication with HZ to prevent the integer overflow (Kernel Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management