Lucene search
+L

2354 matches found

OSV
OSV
added 2024/03/02 10:15 p.m.3 views

UBUNTU-CVE-2023-52502

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.3CVSS6.1AI score0.00173EPSS
SaveExploits0References7
Prion
Prion
added 2024/03/02 10:15 p.m.19 views

Design/Logic Flaw

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...

7.3AI score0.00173EPSS
SaveExploits0References7
Prion
Prion
added 2024/03/02 10:15 p.m.20 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

7.4AI score0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.38 views

CVE-2023-52524 net: nfc: llcp: Add lock when modifying device list

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

6.3AI score0.00183EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.35 views

CVE-2023-52524

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

7.8CVSS7.7AI score0.00183EPSS
SaveExploits0
CVE
CVE
added 2024/03/02 9:52 p.m.153 views

CVE-2023-52524

CVE-2023-52524 (Linux kernel) affects the net:nfc:llcp subsystem. The issue arises from modifying the device list without holding the required lock, which could allow list corruption as observed by syzbot. The vulnerability is local and requires privileges, with a high impact on confidentiality, ...

7.8CVSS6.2AI score0.00183EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.29 views

CVE-2023-52524 net: nfc: llcp: Add lock when modifying device list

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

6.8AI score0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.31 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...

7.5AI score0.00237EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/02 9:52 p.m.14 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...

7.1CVSS5.9AI score0.00237EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.39 views

CVE-2023-52507

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...

7.1CVSS7AI score0.00237EPSS
SaveExploits0
CVE
CVE
added 2024/03/02 9:52 p.m.116 views

CVE-2023-52507

CVE-2023-52507 affects the Linux kernel NFC stack (nfc: nci) where the protocol is validated via a bitmask; the issue arises from an assertion that the requested protocol is below the maximum, preventing a potential shift-out-of-bounds and clarifying errors between undefined vs. unsupported proto...

7.1CVSS6.2AI score0.00237EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.21 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...

6.7AI score0.00237EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.31 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...

7.5AI score0.00173EPSS
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.00173EPSS
SaveExploits0References7
CVE
CVE
added 2024/03/02 9:52 p.m.142 views

CVE-2023-52502

The CVE-2023-52502 issue affects the Linux kernel’s NFC subsystem, specifically a race in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() that can lead to use-after-free (UAF). The root cause is a reference on a socket produced during a lookup while holding a lock, which should be taken before rel...

6.3CVSS6.8AI score0.00173EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/03/02 9:52 p.m.7 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.3CVSS5.7AI score0.00173EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.14 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.46 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.0 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
ATTACKERKB
ATTACKERKB
added 2024/02/29 11:15 p.m.9 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.00343EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder