Lucene search
K

38 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux

In the Linux kernel, the following vulnerabilities have been resolved: nfc: Fixed potential resource leaks nfcgetdevice now takes a reference to the device and adds it; nfcputdevice is added to release it when no longer needed. Additionally, the warning message was corrected by using the error co...

6AI score0.00029EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.0 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011104)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011104 advisory. In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing...

5.8AI score0.00029EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:31 a.m.1 views

SUSE CVE-2022-50854

In the Linux kernel, the following vulnerability has been resolved: nfc: virtualncidev: Fix memory leak in virtualncisend skb should be free in virtualncisend, otherwise kmemleak will report memleak. Steps for reproduction simulated in qemu: cd tools/testing/selftests/nci make ./ncidev BUG: memor...

6.7AI score0.0002EPSS
Exploits0References3
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

UBUNTU-CVE-2022-50854

In the Linux kernel, the following vulnerability has been resolved: nfc: virtualncidev: Fix memory leak in virtualncisend skb should be free in virtualncisend, otherwise kmemleak will report memleak. Steps for reproduction simulated in qemu: cd tools/testing/selftests/nci make ./ncidev BUG: memor...

5.7AI score0.0002EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.1 views

CVE-2022-50834

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

5.9AI score0.00029EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-25243

Malicious code in bioql PyPI...

5.5CVSS6.5AI score0.00023EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-22670

Malicious code in bioql PyPI...

7.6AI score0.00097EPSS
Exploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50005

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Fix use-after-free bugs caused by pn532cmdtimeout When the pn532 uart device is detaching, the pn532uartremove is called. But there are no functions in pn532uartremove that could delete the cmdtimeout timer, which wil...

7.8CVSS0.00067EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/05/01 2:11 p.m.9 views

CVE-2022-49922

In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvli2cncisend nfcmrvli2cncisend will be called by nfcmrvlncisend, and skb should be freed in nfcmrvli2cncisend. However, nfcmrvlncisend will only free skb when i2cmastersend return =...

5.5CVSS5.5AI score0.00063EPSS
Exploits0
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

UBUNTU-CVE-2023-53023

In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in localcleanup Fix a use-after-free that occurs in kfreeskb called from localcleanup. This could happen when killing nfc daemon e.g. neard after detaching an nfc device. When detaching an nfc device,...

7.8CVSS5.7AI score0.00019EPSS
Exploits0References10
CVE
CVE
added 2025/03/27 4:43 p.m.81 views

CVE-2023-53023

The CVE-2023-53023 entry describes a use-after-free in the Linux kernel NFC local_cleanup path. Specifically, kfree_skb() can be invoked twice during nfc daemon teardown (e.g., neard) after detaching an NFC device, because local_cleanup() frees local->rx_pending and decrements local->ref tw...

7.8CVSS6.6AI score0.00019EPSS
Exploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.5 views

CVE-2023-53023

In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in localcleanup Fix a use-after-free that occurs in kfreeskb called from localcleanup. This could happen when killing nfc daemon e.g. neard after detaching an nfc device. When detaching an nfc device,...

7.8CVSS5.7AI score0.00019EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.7 views

CVE-2023-53023 net: nfc: Fix use-after-free in local_cleanup()

In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in localcleanup Fix a use-after-free that occurs in kfreeskb called from localcleanup. This could happen when killing nfc daemon e.g. neard after detaching an nfc device. When detaching an nfc device,...

6.6AI score0.00019EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.2 views

SUSE CVE-2022-49505

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev-rfkill to prevent UAF Commit 3e3b5dfcd16a "NFC: reorder the logic in nfcun,registerdevice" assumes the deviceisregistered in function nfcdevup will help to check when the rfkill is unregistered. However, thi...

5.5CVSS7.8AI score0.00014EPSS
Exploits0References10
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49505

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev-rfkill to prevent UAF Commit 3e3b5dfcd16a "NFC: reorder the logic in nfcun,registerdevice" assumes the deviceisregistered in function nfcdevup will help to check when the rfkill is unregistered. However, thi...

7.8CVSS0.00014EPSS
Exploits0References9
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49505

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev-rfkill to prevent UAF Commit 3e3b5dfcd16a "NFC: reorder the logic in nfcun,registerdevice" assumes the deviceisregistered in function nfcdevup will help to check when the rfkill is unregistered. However, thi...

7.8CVSS6.2AI score0.00014EPSS
Exploits0References12
NVD
NVD
added 2025/02/26 7:0 a.m.6 views

CVE-2022-49059

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add flushworkqueue to prevent uaf Our detector found a concurrent use-after-free bug when detaching an NCI device. The main reason for this bug is the unexpected scheduling between the used delayed mechanism timer and...

7.8CVSS0.0002EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.7 views

CVE-2022-49505

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev-rfkill to prevent UAF Commit 3e3b5dfcd16a "NFC: reorder the logic in nfcun,registerdevice" assumes the deviceisregistered in function nfcdevup will help to check when the rfkill is unregistered. However, thi...

7.8CVSS5.7AI score0.00014EPSS
Exploits0
OSV
OSV
added 2024/11/14 5:36 p.m.2 views

CLSA-2024-1731605761 Fix of 67 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-42265 - protect the fetch of -fdfd in dodup2 from mispredictions CVE-url: https://ubuntu.com/security/CVE-2024-47669 - nilfs2: fix state management in error path of log writing function CVE-url: https://ubuntu.com/security/CVE-2023-52918 - media: pci:...

9.1CVSS7.1AI score0.00495EPSS
Exploits2References1
Debian CVE
Debian CVE
added 2024/04/17 9:43 a.m.27 views

CVE-2024-26825

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free rxdatareassembly skb on NCI device cleanup rxdatareassembly skb is stored during NCI data exchange for processing fragmented packets. It is dropped only when the last fragment is processed or when an NTF packet wit...

5.5CVSS7AI score0.00007EPSS
Exploits0
Rows per page
Query Builder