In the Linux kernel, the following vulnerability has been resolved:
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
While by default max_autoclose equals to INT_MAX / HZ, one may set
net.sctp.max_autoclose to UINT_MAX. There is code in
sctp_association_init() that can consequently trigger overflow.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-01-21 12:15
Updated : 2025-11-03 21:18
NVD link : CVE-2024-57938
Mitre link : CVE-2024-57938
CVE.ORG link : CVE-2024-57938
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound
