CVE-2024-49944
Linux SCTP Null Pointer Dereference Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start In sctp_listen_start() invoked by sctp_inet_listen(), it should set the sk_state back to CLOSED if sctp_autobind() fails due to whatever reason. Otherwise, next time when calling sctp_inet_listen(), if sctp_sk(sk)->reuse is already set via setsockopt(SCTP_REUSE_PORT), sctp_sk(sk)->bind_hash will be dereferenced as sk_state is LISTENING, which causes a crash as bind_hash is NULL. KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:sctp_inet_listen+0x7f0/0xa20 net/sctp/socket.c:8617 Call Trace: <TASK> __sys_listen_socket net/socket.c:1883 [inline] __sys_listen+0x1b7/0x230 net/socket.c:1894 __do_sys_listen net/socket.c:1902 [inline]
INFO
Published Date :
Oct. 21, 2024, 6:15 p.m.
Last Modified :
Nov. 13, 2024, 1:30 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
3.6
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-49944
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-49944
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-49944
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Nov. 13, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Changed Reference Type https://git.kernel.org/stable/c/0e4e2e60556c6ed00e8450b720f106a268d23062 No Types Assigned https://git.kernel.org/stable/c/0e4e2e60556c6ed00e8450b720f106a268d23062 Patch Changed Reference Type https://git.kernel.org/stable/c/7f64cb5b4d8c872296eda0fdce3bcf099eec7aa7 No Types Assigned https://git.kernel.org/stable/c/7f64cb5b4d8c872296eda0fdce3bcf099eec7aa7 Patch Changed Reference Type https://git.kernel.org/stable/c/89bbead9d897c77d0b566349c8643030ff2abeba No Types Assigned https://git.kernel.org/stable/c/89bbead9d897c77d0b566349c8643030ff2abeba Patch Changed Reference Type https://git.kernel.org/stable/c/8beee4d8dee76b67c75dc91fd8185d91e845c160 No Types Assigned https://git.kernel.org/stable/c/8beee4d8dee76b67c75dc91fd8185d91e845c160 Patch Changed Reference Type https://git.kernel.org/stable/c/9230a59eda0878d7ecaa901d876aec76f57bd455 No Types Assigned https://git.kernel.org/stable/c/9230a59eda0878d7ecaa901d876aec76f57bd455 Patch Changed Reference Type https://git.kernel.org/stable/c/dd70c8a89ef99c3d53127fe19e51ef47c3f860fa No Types Assigned https://git.kernel.org/stable/c/dd70c8a89ef99c3d53127fe19e51ef47c3f860fa Patch Changed Reference Type https://git.kernel.org/stable/c/e7a8442195e8ebd97df467ce4742980ab57edcce No Types Assigned https://git.kernel.org/stable/c/e7a8442195e8ebd97df467ce4742980ab57edcce Patch Changed Reference Type https://git.kernel.org/stable/c/e914bf68dab88815a7ae7b7a3a5e8913c8ff14a5 No Types Assigned https://git.kernel.org/stable/c/e914bf68dab88815a7ae7b7a3a5e8913c8ff14a5 Patch Changed Reference Type https://git.kernel.org/stable/c/f032e1dac30b3376c7d6026fb01a8c403c47a80d No Types Assigned https://git.kernel.org/stable/c/f032e1dac30b3376c7d6026fb01a8c403c47a80d Patch Added CWE NIST NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.30 up to (excluding) 5.10.227 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.168 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.113 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.55 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.10.14 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.11 up to (excluding) 6.11.3 *cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Nov. 08, 2024
Action Type Old Value New Value Added Reference kernel.org https://git.kernel.org/stable/c/89bbead9d897c77d0b566349c8643030ff2abeba [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/0e4e2e60556c6ed00e8450b720f106a268d23062 [No types assigned] -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Oct. 21, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start In sctp_listen_start() invoked by sctp_inet_listen(), it should set the sk_state back to CLOSED if sctp_autobind() fails due to whatever reason. Otherwise, next time when calling sctp_inet_listen(), if sctp_sk(sk)->reuse is already set via setsockopt(SCTP_REUSE_PORT), sctp_sk(sk)->bind_hash will be dereferenced as sk_state is LISTENING, which causes a crash as bind_hash is NULL. KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:sctp_inet_listen+0x7f0/0xa20 net/sctp/socket.c:8617 Call Trace: <TASK> __sys_listen_socket net/socket.c:1883 [inline] __sys_listen+0x1b7/0x230 net/socket.c:1894 __do_sys_listen net/socket.c:1902 [inline] Added Reference kernel.org https://git.kernel.org/stable/c/dd70c8a89ef99c3d53127fe19e51ef47c3f860fa [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e7a8442195e8ebd97df467ce4742980ab57edcce [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/9230a59eda0878d7ecaa901d876aec76f57bd455 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/7f64cb5b4d8c872296eda0fdce3bcf099eec7aa7 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/f032e1dac30b3376c7d6026fb01a8c403c47a80d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e914bf68dab88815a7ae7b7a3a5e8913c8ff14a5 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/8beee4d8dee76b67c75dc91fd8185d91e845c160 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-49944
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-49944
weaknesses.