Lucene search
+L

2387 matches found

OSV
OSV
added 2024/03/02 9:52 p.m.19 views

CVE-2023-52507 nfc: nci: assert requested protocol is valid

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.38 views

CVE-2023-52502 net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfcllcpsockget and nfcllcpsockgetsn Sili Luo reported a race in nfcllcpsockget, leading to UAF. Getting a reference on the socket found in a lookup while holding a lock should happen before releasing the...

8.8CVSS7.5AI score0.00247EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.21 views

CVE-2023-52502 net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfcllcpsockget and nfcllcpsockgetsn Sili Luo reported a race in nfcllcpsockget, leading to UAF. Getting a reference on the socket found in a lookup while holding a lock should happen before releasing the...

6.6AI score0.00247EPSS
SaveExploits0References7
CVE
CVE
added 2024/03/02 9:52 p.m.147 views

CVE-2023-52502

CVE-2023-52502 affects the Linux kernel net: nfc stack, specifically the NFC LLCP path. The vulnerability is a race in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() that can lead to a Use-After-Free if a reference to a socket found during a lookup is taken after releasing a lock. A similar issue...

8.8CVSS6.8AI score0.00247EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/03/02 9:52 p.m.8 views

CVE-2023-52502 net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfcllcpsockget and nfcllcpsockgetsn Sili Luo reported a race in nfcllcpsockget, leading to UAF. Getting a reference on the socket found in a lookup while holding a lock should happen before releasing the...

8.8CVSS5.7AI score
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.15 views

SUSE CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS6.1AI score0.00233EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/03/01 5:40 a.m.48 views

CVE-2021-47068

A flaw was found in the Linux kernel’s Near Field Communication NFC subsystem. The issue involves a use-after-free condition introduced by commits to fix reference count leaks. This vulnerability can be triggered if the same local address is assigned to two different sockets, leading to a potenti...

7.3CVSS7.4AI score0.00233EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 11:15 p.m.2 views

DEBIAN-CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS5.8AI score0.00233EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/29 11:15 p.m.36 views

CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS7.4AI score0.00233EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2024/02/29 11:15 p.m.10 views

CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS6.2AI score0.00372EPSS
SaveExploits0References10Affected Software1
UbuntuCve
UbuntuCve
added 2024/02/29 11:15 p.m.40 views

CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS6.4AI score0.00233EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/29 10:37 p.m.58 views

CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS7AI score0.00233EPSS
SaveExploits0
CVE
CVE
added 2024/02/29 10:37 p.m.6171 views

CVE-2021-47068

The CVE-2021-47068 entry concerns the Linux kernel NFC LLCP paths (llcp_sock_bind/llcp_sock_connect). Root cause: a refcount leak in bind/connect was fixed but introduced a use-after-free when the same local is bound to two sockets. The vulnerability is tied to the NFC LLCP implementation in the ...

7.8CVSS7.1AI score0.00233EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/29 10:37 p.m.25 views

CVE-2021-47068 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 llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS6.7AI score0.00233EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/02/29 10:37 p.m.45 views

CVE-2021-47068 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 llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS7.6AI score0.00233EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/02/28 4:02 a.m.7 views

SUSE CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

4.3CVSS5.8AI score0.00226EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/02/28 3:33 a.m.36 views

CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

4.4CVSS5.2AI score0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 10:15 a.m.1 views

DEBIAN-CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

5.5CVSS5.3AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 10:15 a.m.9 views

CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

5.5CVSS7.3AI score
SaveExploits0References6
NVD
NVD
added 2024/02/27 10:15 a.m.32 views

CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References6
Rows per page
Query Builder