CVE-2021-47397
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
21/05/2024
Last modified:
24/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb<br />
<br />
We should always check if skb_header_pointer&#39;s return is NULL before<br />
using it, otherwise it may cause null-ptr-deref, as syzbot reported:<br />
<br />
KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]<br />
RIP: 0010:sctp_rcv_ootb net/sctp/input.c:705 [inline]<br />
RIP: 0010:sctp_rcv+0x1d84/0x3220 net/sctp/input.c:196<br />
Call Trace:<br />
<br />
sctp6_rcv+0x38/0x60 net/sctp/ipv6.c:1109<br />
ip6_protocol_deliver_rcu+0x2e9/0x1ca0 net/ipv6/ip6_input.c:422<br />
ip6_input_finish+0x62/0x170 net/ipv6/ip6_input.c:463<br />
NF_HOOK include/linux/netfilter.h:307 [inline]<br />
NF_HOOK include/linux/netfilter.h:301 [inline]<br />
ip6_input+0x9c/0xd0 net/ipv6/ip6_input.c:472<br />
dst_input include/net/dst.h:460 [inline]<br />
ip6_rcv_finish net/ipv6/ip6_input.c:76 [inline]<br />
NF_HOOK include/linux/netfilter.h:307 [inline]<br />
NF_HOOK include/linux/netfilter.h:301 [inline]<br />
ipv6_rcv+0x28c/0x3c0 net/ipv6/ip6_input.c:297
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.8 (including) | 4.14.249 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 (including) | 4.19.209 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (including) | 5.4.151 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.71 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.14.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/77bc7dcf0fcc1519341a91788d7a2914fcfddf6d
- https://git.kernel.org/stable/c/8180611c238e11676612eb2a9828b1c7a3a4d77b
- https://git.kernel.org/stable/c/8c630a7b4f9dec63f08bd881ab77984a724a5124
- https://git.kernel.org/stable/c/9c6591ae8e63f93c895ad5e2703c36c548aac997
- https://git.kernel.org/stable/c/ec018021cf445abbe8e2f3e2a7f1dcc813cb8ea1
- https://git.kernel.org/stable/c/f7e745f8e94492a8ac0b0a26e25f2b19d342918f
- https://git.kernel.org/stable/c/77bc7dcf0fcc1519341a91788d7a2914fcfddf6d
- https://git.kernel.org/stable/c/8180611c238e11676612eb2a9828b1c7a3a4d77b
- https://git.kernel.org/stable/c/8c630a7b4f9dec63f08bd881ab77984a724a5124
- https://git.kernel.org/stable/c/9c6591ae8e63f93c895ad5e2703c36c548aac997
- https://git.kernel.org/stable/c/ec018021cf445abbe8e2f3e2a7f1dcc813cb8ea1
- https://git.kernel.org/stable/c/f7e745f8e94492a8ac0b0a26e25f2b19d342918f



