CVE-2021-47068
published 2024-02-29CVE-2021-47068: In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix refcount…
PriorityP337high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.23%
14.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
net/nfc: fix use-after-free llcp_sock_bind/connect
Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()")
and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()")
fixed a refcount leak bug in bind/connect but introduced a
use-after-free if the same local is assigned to 2 different sockets.
This can be triggered by the following simple program:
int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) );
addr.sa_family = AF_NFC;
addr.nfc_protocol = NFC_PROTO_NFC_DEP;
bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) )
bind( sock2, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) )
close(sock1);
close(sock2);
Fix this by assigning NULL to llcp_sock->local after calling
nfc_llcp_local_put.
This addresses CVE-2021-23134.
Affected
13 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.10.38-1 (bookworm) | linux 5.10.38-1 (bookworm) |
| linux | linux_kernel | >= 0 < 5.10.38-1 | 5.10.38-1 |
| linux | linux_kernel | >= 0 < 5.10.38-1 | 5.10.38-1 |
| linux | linux_kernel | >= 0 < 5.10.38-1 | 5.10.38-1 |
| linux | linux_kernel | >= 0 < 5.10.38-1 | 5.10.38-1 |
| linux | linux_kernel | >= 4.14.231 < 4.14.233 | 4.14.233 |
| linux | linux_kernel | >= 4.19.187 < 4.19.191 | 4.19.191 |
| linux | linux_kernel | >= 4.4.267 < 4.4.269 | 4.4.269 |
| linux | linux_kernel | >= 4.9.267 < 4.9.269 | 4.9.269 |
| linux | linux_kernel | >= 5.10.30 < 5.10.37 | 5.10.37 |
| linux | linux_kernel | >= 5.11.14 < 5.11.21 | 5.11.21 |
| linux | linux_kernel | >= 5.12 < 5.12.4 | 5.12.4 |
| linux | linux_kernel | >= 5.4.112 < 5.4.119 | 5.4.119 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-47q3-98v3-643r: In the Linux kernel, the following vulnerability has been resolved:
net/nfc: fix use-after-free llcp_sock_bind/connect
Commits 8a4cd82d ("nfc: fix r
ghsa_unreviewed·2024-03-01·CVSS 7.8
CVE-2021-47068 [HIGH] CWE-416 GHSA-47q3-98v3-643r: In the Linux kernel, the following vulnerability has been resolved:
net/nfc: fix use-after-free llcp_sock_bind/connect
Commits 8a4cd82d ("nfc: fix r
In the Linux kernel, the following vulnerability has been resolved:
net/nfc: fix use-after-free llcp_sock_bind/connect
Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()")
and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()")
fixed a refcount leak bug in bind/connect but introduced a
use-after-free if the same local is assigned to 2 different sockets.
This can be triggered by the following simple program:
int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) );
addr.sa_family = AF_NFC;
addr.nfc_protocol = NFC_PROTO_NFC_DEP;
bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) )
bind( sock2, (struct sockaddr*) &addr, sizeof(str
OSV
CVE-2021-47068: In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix ref
osv·2024-02-29·CVSS 7.8
CVE-2021-47068 [HIGH] CVE-2021-47068: In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix ref
In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()") and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()") fixed a refcount leak bug in bind/connect but introduced a use-after-free if the same local is assigned to 2 different sockets. This can be triggered by the following simple program: int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) ); addr.sa_family = AF_NFC; addr.nfc_protocol = NFC_PROTO_NFC_DEP; bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) ) bind( sock2, (struct sockaddr*) &addr, sizeof(struct
Red Hat
kernel: net/nfc: fix use-after-free llcp_sock_bind/connect
vendor_redhat·2024-02-29·CVSS 7.8
CVE-2021-47068 [HIGH] CWE-416 kernel: net/nfc: fix use-after-free llcp_sock_bind/connect
kernel: net/nfc: fix use-after-free llcp_sock_bind/connect
In the Linux kernel, the following vulnerability has been resolved:
net/nfc: fix use-after-free llcp_sock_bind/connect
Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()")
and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()")
fixed a refcount leak bug in bind/connect but introduced a
use-after-free if the same local is assigned to 2 different sockets.
This can be triggered by the following simple program:
int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );
memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) );
addr.sa_family = AF_NFC;
addr.nfc_protocol = NFC_PROTO_NFC_DEP;
bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_
Debian
CVE-2021-47068: linux - In the Linux kernel, the following vulnerability has been resolved: net/nfc: fi...
vendor_debian·2021·CVSS 7.8
CVE-2021-47068 [HIGH] CVE-2021-47068: linux - In the Linux kernel, the following vulnerability has been resolved: net/nfc: fi...
In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()") and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()") fixed a refcount leak bug in bind/connect but introduced a use-after-free if the same local is assigned to 2 different sockets. This can be triggered by the following simple program: int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) ); addr.sa_family = AF_NFC; addr.nfc_protocol = NFC_PROTO_NFC_DEP; bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) ) bind( sock2, (struct sockaddr*) &addr, sizeof(struct
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/18175fe17ae043a0b81e5d511f8817825784c299https://git.kernel.org/stable/c/18ae4a192a4496e48a5490b52812645d2413307chttps://git.kernel.org/stable/c/26157c82ba756767b2bd66d28a71b1bc454447f6https://git.kernel.org/stable/c/374cdde4dcc9c909a60713abdbbf96d5e3e09f91https://git.kernel.org/stable/c/48fba458fe54cc2a980a05c13e6c19b8b2cfb610https://git.kernel.org/stable/c/6b7021ed36dabf29e56842e3408781cd3b82ef6ehttps://git.kernel.org/stable/c/c61760e6940dd4039a7f5e84a6afc9cdbf4d82b6https://git.kernel.org/stable/c/ccddad6dd28530e716448e594c9ca7c76ccd0570https://git.kernel.org/stable/c/e32352070bcac22be6ed8ab635debc280bb65b8chttps://git.kernel.org/stable/c/18175fe17ae043a0b81e5d511f8817825784c299https://git.kernel.org/stable/c/18ae4a192a4496e48a5490b52812645d2413307chttps://git.kernel.org/stable/c/26157c82ba756767b2bd66d28a71b1bc454447f6https://git.kernel.org/stable/c/374cdde4dcc9c909a60713abdbbf96d5e3e09f91https://git.kernel.org/stable/c/48fba458fe54cc2a980a05c13e6c19b8b2cfb610https://git.kernel.org/stable/c/6b7021ed36dabf29e56842e3408781cd3b82ef6ehttps://git.kernel.org/stable/c/c61760e6940dd4039a7f5e84a6afc9cdbf4d82b6https://git.kernel.org/stable/c/ccddad6dd28530e716448e594c9ca7c76ccd0570https://git.kernel.org/stable/c/e32352070bcac22be6ed8ab635debc280bb65b8c
2024-02-29
Published