Lucene search
+L

2529 matches found

Cvelist
Cvelist
added 2025/12/30 12:15 p.m.29 views

CVE-2022-50858 mmc: alcor: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: alcor: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.00214EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:11 p.m.10 views

CVE-2023-54228 regulator: raa215300: Fix resource leak in case of error

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.39 views

CVE-2023-54208 media: ov5675: Fix memleak in ov5675_init_controls()

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

0.00179EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.9 views

CVE-2022-50845

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode leak in ext4xattrinodecreate on an error path There is issue as follows when do setxattr with inject fault: localhost fsck.ext4 -fn /dev/sda e2fsck 1.46.6-rc1 12-Sep-2022 Pass 1: Checking inodes, blocks, and sizes...

5.3AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.33 views

CVE-2022-50845 ext4: fix inode leak in ext4_xattr_inode_create() on an error path

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode leak in ext4xattrinodecreate on an error path There is issue as follows when do setxattr with inject fault: localhost fsck.ext4 -fn /dev/sda e2fsck 1.46.6-rc1 12-Sep-2022 Pass 1: Checking inodes, blocks, and sizes...

0.00219EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:11 p.m.21 views

CVE-2022-50845

CVE-2022-50845 fixes an inode leak in ext4_xattr_inode_create() on an error path during setxattr; if ext4_mark_inode_dirty() fails, the inode’s i_nlink can be dropped, leading to an inode leak.

6AI score0.00219EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:11 p.m.7 views

CVE-2022-50845 ext4: fix inode leak in ext4_xattr_inode_create() on an error path

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode leak in ext4xattrinodecreate on an error path There is issue as follows when do setxattr with inject fault: localhost fsck.ext4 -fn /dev/sda e2fsck 1.46.6-rc1 12-Sep-2022 Pass 1: Checking inodes, blocks, and sizes...

6.3AI score
SaveExploits0References11
OSV
OSV
added 2025/12/30 12:10 p.m.12 views

CVE-2022-50837 net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path

In the Linux kernel, the following vulnerability has been resolved: net: dsa: tag8021q: avoid leaking ctx on dsatag8021qregister error path If dsatag8021qsetup fails, for example due to the inability of the device to install a VLAN, the tag8021q context of the switch will leak. Make sure it is...

6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:10 p.m.26 views

CVE-2022-50837

In the Linux kernel, the following vulnerability has been resolved: net: dsa: tag8021q: avoid leaking ctx on dsatag8021qregister error path If dsatag8021qsetup fails, for example due to the inability of the device to install a VLAN, the tag8021q context of the switch will leak. Make sure it is...

5.3AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:8 p.m.23 views

CVE-2023-54175

The CVE-2023-54175 issue affects the Linux kernel i2c xiic driver, where xiic_xfer() acquired a runtime PM reference on entry but had an error path that could leak that reference. The provided documents confirm a resolution: ensure the error path releases the runtime PM reference, preventing leak...

6.1AI score0.00179EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.31 views

CVE-2023-54175 i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path

In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiicxfer: Fix runtime PM leak on error path The xiicxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path wher...

0.00179EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:8 p.m.10 views

CVE-2023-54175 i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path

In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiicxfer: Fix runtime PM leak on error path The xiicxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path wher...

6.4AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.11 views

CVE-2023-54175

In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiicxfer: Fix runtime PM leak on error path The xiicxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path wher...

5.1AI score0.00179EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.29 views

CVE-2023-54169 net/mlx5e: fix memory leak in mlx5e_ptp_open

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5eptpopen When kvzallocnode or kvzalloc failed in mlx5eptpopen, the memory pointed by "c" or "cparams" is not freed, which can lead to a memory leak. Fix by freeing the array in the error path...

0.00174EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:8 p.m.15 views

CVE-2023-54169

Technical details on CVE-2023-54169 (affected products/versions, root cause specifics, exploitability, and fixes) are not publicly provided in the supplied documents. Monitor for updates and official advisories.

6AI score0.00174EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.11 views

PT-2025-54110

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix refcount leak in erdma mmap rdma user mmap entry get take reference, we should release it when not need anymore, add the missing rdma user mmap entry put in the error path to fix it...

6.3AI score0.00172EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.5 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992306)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992306 advisory. In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the followin...

5.5CVSS5.8AI score0.0018EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992496)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992496 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/cell/axonmsi: Fix refcount leak in setupmsimsgaddress ofgetnextparent returns a node...

5.5CVSS5.2AI score0.00163EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54321

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - driver core: fix potential null-ptr-deref in deviceadd I got the following null-ptr-deref report while doing fault injection test: BUG: kernel NULL pointer...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.6 views

PT-2025-54004

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s xiic xfer function related to runtime power management. Specifically, a runtime PM reference is not always released when the function exits due to an...

7.8CVSS6.2AI score0.0094EPSS
SaveExploits2References847
Rows per page
Query Builder