Lucene search
+L

8166 matches found

RedhatCVE
RedhatCVE
added 2025/09/18 3:08 p.m.8 views

CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

5.5CVSS5.8AI score0.00108EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 2:15 p.m.18 views

CVE-2023-53381

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4sscumountitem The reference count of nfsd4sscumountitem is not decremented on error conditions. This prevents the laundromat from unmounting the vfsmount of the source file. This patch...

7.5CVSS0.0028EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/18 2:15 p.m.3 views

DEBIAN-CVE-2023-53381

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4sscumountitem The reference count of nfsd4sscumountitem is not decremented on error conditions. This prevents the laundromat from unmounting the vfsmount of the source file. This patch...

5.5CVSS5.3AI score0.0028EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.15 views

CVE-2023-53379

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

5.5CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 2:15 p.m.5 views

DEBIAN-CVE-2023-53379

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.6 views

CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

4.7CVSS0.00108EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 2:15 p.m.8 views

UBUNTU-CVE-2023-53381

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4sscumountitem The reference count of nfsd4sscumountitem is not decremented on error conditions. This prevents the laundromat from unmounting the vfsmount of the source file. This patch...

7.5CVSS5.7AI score0.0028EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 2:15 p.m.8 views

UBUNTU-CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

4.7CVSS5.8AI score0.00108EPSS
SaveExploits0References10
OSV
OSV
added 2025/09/18 2:15 p.m.9 views

UBUNTU-CVE-2023-53379

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

UBUNTU-CVE-2022-50392

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183mt6358ts3a227max98357devprobe The node returned by ofparsephandle with refcount incremented, ofnodeput needs be called when finish using it. So add it in the error path in...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.20 views

CVE-2023-53387 scsi: ufs: core: Fix device management cmd timeout flow

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix device management cmd timeout flow In the UFS error handling flow, the host will send a device management cmd NOP OUT to the device for link recovery. If this cmd times out and clearing the doorbell fails,...

7.8CVSS0.00151EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/18 1:33 p.m.39 views

CVE-2023-53387

CVE-2023-53387 affects the Linux kernel in the SCSI UFS path (ufshcd). In the UFS error handling flow, a device management command (NOP OUT) timeout can leave hba->dev_cmd.complete not NULL; if the device later completes the command, complete() is invoked for a stack-allocated structure, causi...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/18 1:33 p.m.36 views

CVE-2023-53381

CVE-2023-53381 (Linux kernel, NFSD) : The vulnerability arises from a leaked reference count for nfsd4_ssc_umount_item in NFSv4 server code; the refcount is not decremented on error, which prevents laundromat unmounting of the source vfsmount. The patch decrements the reference count on error pat...

7.5CVSS6.2AI score0.0028EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/18 1:33 p.m.7 views

CVE-2023-53381 NFSD: fix leaked reference count of nfsd4_ssc_umount_item

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4sscumountitem The reference count of nfsd4sscumountitem is not decremented on error conditions. This prevents the laundromat from unmounting the vfsmount of the source file. This patch...

7.5CVSS6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.16 views

CVE-2023-53379 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 1:33 p.m.6 views

CVE-2023-53379 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

5.5CVSS6.1AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.3 views

CVE-2023-53379 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

6AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 1:33 p.m.36 views

CVE-2023-53379

CVE-2023-53379 affects the Linux kernel, specifically the USB PHY Tahvo driver. The issue is described as a memory leak in tahvo_usb_probe() where, after obtaining an IRQ, if probe() returns a negative value, the error path failed to free allocated memory. The root cause is stated as missing erro...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.19 views

CVE-2022-50391 mm/mempolicy: fix memory leak in set_mempolicy_home_node system call

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leak in setmempolicyhomenode system call When encountering any vma in the range with policy other than MPOLBIND or MPOLPREFERREDMANY, an error is returned without issuing a mpolput on the policy just...

0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/18 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the failure to free vmalloc-allocated memory in the casinitone error handling path, which could lead to a...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References9
Rows per page
Query Builder