Lucene search
+L

2615 matches found

EUVD
EUVD
added 2025/12/09 6:30 p.m.8 views

EUVD-2022-55746

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.9AI score0.00247EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/09 4:17 p.m.8 views

CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

UBUNTU-CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

5.7AI score0.00218EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

UBUNTU-CVE-2023-53862

In the Linux kernel, the following vulnerability has been resolved: hfs: fix missing hfsbnodeget in hfsbnodecreate Syzbot found a kernel BUG in hfsbnodeput: kernel BUG at fs/hfs/bnode.c:466! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 0 PID: 3634 Comm: kworker/u4:5 Not tainted...

7.8CVSS5.7AI score0.00167EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

UBUNTU-CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.7AI score0.00247EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53862

In the Linux kernel, the following vulnerability has been resolved: hfs: fix missing hfsbnodeget in hfsbnodecreate Syzbot found a kernel BUG in hfsbnodeput: kernel BUG at fs/hfs/bnode.c:466! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 0 PID: 3634 Comm: kworker/u4:5 Not tainted...

7.8CVSS5.7AI score0.00167EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

UBUNTU-CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

5.8AI score0.00224EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/12/09 3:22 p.m.10 views

tomcat: org.apache.tomcat/tomcat-catalina: Apache Tomcat: Directory traversal via rewrite with possible RCE

A directory traversal vulnerability in Apache Tomcat caused by improper URL normalization during request rewriting. When specific rewrite rules are used, an attacker could craft a malicious request to bypass access restrictions and reach protected directories such as /WEB-INF/ or /META-INF/. If...

7.5CVSS7.7AI score0.66535EPSS
SaveExploits4References6
OSV
OSV
added 2025/12/09 4:9 a.m.9 views

CVE-2025-40328 smb: client: fix potential UAF in smb2_close_cached_fid()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

8.8CVSS6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 4:9 a.m.34 views

CVE-2025-40328 smb: client: fix potential UAF in smb2_close_cached_fid()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

8.8CVSS0.00398EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 4:9 a.m.28 views

CVE-2025-40328

The CVE-2025-40328 issue affects the Linux kernel SMB client. It describes a potential use-after-free in smb2_close_cached_fid() caused by a reference being taken after kref_put() drops to zero but before cfid_list_lock is acquired. The fix switches to kref_put_lock(), ensuring cfid_release() is ...

8.8CVSS6AI score0.00398EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 3:31 a.m.6 views

EUVD-2022-55700

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

5.9AI score0.00299EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/09 1:30 a.m.21 views

CVE-2023-53865

CVE-2023-53865 affects the Linux kernel btrfs path where a transaction abort with qgroups enabled triggers a warning in btrfs_put_transaction due to the rbtree dirty_extent_root not being emptied. The root cause is that btrfs_qgroup_destroy_extent_records() frees entries via a postorder iteration...

6.1AI score0.00204EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.25 views

CVE-2022-50672

CVE-2022-50672 concerns the Linux kernel mailbox path for zynq-ipi where device_register() failures could leak the name allocated by dev_set_name() and leave a non-NULL parent, potentially causing a crash during device cleanup. The described fix calls put_device() to release references and allow ...

6AI score0.00218EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:29 a.m.6 views

CVE-2022-50672 mailbox: zynq-ipi: fix error handling while device_register() fails

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

6.3AI score
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2022-50669 misc: ocxl: fix possible name leak in ocxl_file_register_afu()

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

6.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 views

CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

5.3AI score0.00224EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.31 views

CVE-2022-50659 hwrng: geode - Fix PCI device refcount leak

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

DEBIAN-CVE-2023-53818

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

5.3AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.7 views

CVE-2023-53791

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

0.00165EPSS
SaveExploits0References2
Rows per page
Query Builder