Lucene search
+L

2615 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.6 views

CVE-2022-50752

In the Linux kernel, the following vulnerability has been resolved: md/raid5: Remove unnecessary bioput in raid5readonechunk When running chunk-sized reads on disks with badblocks duplicate bio free/puts are observed: ============================================================================= B...

7.8CVSS0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2022-50752

In the Linux kernel, the following vulnerability has been resolved: md/raid5: Remove unnecessary bioput in raid5readonechunk When running chunk-sized reads on disks with badblocks duplicate bio free/puts are observed: ============================================================================= B...

7.8CVSS5.8AI score0.0017EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2023-54109

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

5.7AI score0.00192EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2023-54117

In the Linux kernel, the following vulnerability has been resolved: s390/dcssblk: fix kernel crash with listadd corruption Commit fb08a1908cb1 "dax: simplify the daxdevice gendisk association" introduced new logic for gendisk association, requiring drivers to explicitly call daxaddhost and...

5.7AI score0.00182EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.34 views

CVE-2023-54109 media: rcar_fdp1: Fix refcount leak in probe and remove function

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

0.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:6 p.m.7 views

CVE-2023-54109 media: rcar_fdp1: Fix refcount leak in probe and remove function

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.33 views

CVE-2022-50777 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe

In the Linux kernel, the following vulnerability has been resolved: net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmiiprobe ofphyfinddevice return device node with refcount incremented. Call putdevice to relese it when not needed anymore...

0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:5 p.m.9 views

CVE-2022-50767 fbdev: smscufx: Fix several use-after-free bugs

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

6.4AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 1:5 p.m.21 views

CVE-2022-50754

CVE-2022-50754 concerns a mem leak in the Linux kernel’s AppArmor path: in multi_transaction_new(), t is not freed or released when copy_from_user(t->data, buf, size) fails. The vulnerability details indicate the root cause is failure to free or pass out t on error, leading to a memory leak. T...

6.1AI score0.00225EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:5 p.m.13 views

CVE-2022-50742 misc: ocxl: fix possible refcount leak in afu_ioctl()

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible refcount leak in afuioctl eventfdctxput need to be called to put the refcount that gotten by eventfdctxfdget when ocxlirqsethandler fails...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.29 views

CVE-2022-50742 misc: ocxl: fix possible refcount leak in afu_ioctl()

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible refcount leak in afuioctl eventfdctxput need to be called to put the refcount that gotten by eventfdctxfdget when ocxlirqsethandler fails...

0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.10 views

CVE-2023-54075 ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parsedailinkinfo Add missing ofnodeputs before the returns to balance ofnodegets and ofnodeputs, which may get unbalanced in case the for loop 'foreachavailablechildofnode' returns ear...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 12:22 p.m.24 views

CVE-2022-50724

CVE-2022-50724 is a Linux kernel vulnerability in the regulator subsystem caused by a resource leak in regulator_register() in the error path when a regulator’s supply has been resolved. The issue was observed after calling regulator_resolve_supply() which sets rdev->supply; if cleanup is take...

6.4AI score0.0023EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:22 p.m.12 views

CVE-2022-50724 regulator: core: fix resource leak in regulator_register()

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulatorregister I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 100, ofnodeget/ofnodeput unbalanced - destroy cset...

6.7AI score
SaveExploits0References9
NVD
NVD
added 2025/12/24 11:16 a.m.8 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

0.00172EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 11:16 a.m.5 views

UBUNTU-CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.8AI score0.00172EPSS
SaveExploits0References36
OSV
OSV
added 2025/12/24 11:16 a.m.11 views

AZL-73123 CVE-2025-68372 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.8AI score0.00172EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 11:15 a.m.11 views

CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

5.4AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 11:15 a.m.9 views

UBUNTU-CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

5.7AI score0.00175EPSS
SaveExploits0References6
Rows per page
Query Builder