Lucene search
+L

78742 matches found

OSV
OSV
added 2026/07/25 8:49 a.m.11 views

CVE-2026-64301 regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.42 views

CVE-2026-64301 regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

0.0016EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.12 views

EUVD-2026-49009

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fails,...

5.8AI score0.0016EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.41 views

CVE-2026-64297

Summary (CVE-2026-64297): The Linux kernel vuln arises from not checking the return value of module_extend_max_pages() inside the decompression path. When initial allocation fails, info->pages is NULL and info->max_pages is 0. Subsequent calls to module_get_next_page() may call module_exten...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64297 module: decompress: check return value of module_extend_max_pages()

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fails,...

5.7AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.42 views

CVE-2026-64292 iommufd: Move vevent memory allocation outside spinlock

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

0.00153EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:49 a.m.48 views

EUVD-2026-49004

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

5.8AI score0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64292 iommufd: Move vevent memory allocation outside spinlock

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.46 views

CVE-2026-64264

CVE-2026-64264 (Linux kernel) concerns a bug in fuse_uring_commit where copy_from_user error handling clobbers a negative errno with the positive residual, causing FUSE callers to see a successful (but potentially incomplete) reply. The root cause is that when an error occurs, err is a positive r...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.14 views

EUVD-2026-48976

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

5.8AI score0.00153EPSS
SaveExploits0References3
Veracode
Veracode
added 2026/07/25 7:06 a.m.14 views

Denial Of Service

Valibot is vulnerable to Denial Of Service. The vulnerability is due to improper handling of attacker-controlled object keys in the flatten helper, where inherited Object.prototype property names can trigger a TypeError, allowing attackers to crash the validation process and prevent structured...

6.9CVSS5.9AI score0.00302EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/25 12:14 a.m.10 views

SUSE CVE-2026-64226

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.11 views

SUSE CVE-2026-64242

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.15 views

PT-2026-64634

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfilter ebtables table translation where a sparse cpu possible mask can lead to an uninitialized pointer free. If the cpu possible mask is sparse, the allocation...

7CVSS5.8AI score0.00124EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.43 views

PT-2026-64566

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference leak occurs in the usb gadget f printer component. The printer open function increments the dev-kref variable regardless of whether the open operation is successful. When the...

5.5CVSS4.3AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.18 views

PT-2026-64485

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the fuse-uring component where the fuse uring commit function incorrectly handles failures during memory copying. When copy from user fails, it returns a positive...

5.5CVSS5.3AI score0.00153EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.13 views

PT-2026-64695

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vfio mig get next state function where the loop used to skip unsupported optional states does not account for the VFIO DEVICE STATE ERROR sentinel. When a blocked...

5.8AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.24 views

PT-2026-64641

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the Linux kernel within the cros ec multi-function device mfd component. If the ec device probe function fails, the cros ec class release function releas...

7CVSS5.7AI score0.00118EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.18 views

PT-2026-64491

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A stack out-of-bounds write exists in the mms114 interrupt function. The function reads touch data from a device into a fixed-size on-stack buffer touch that holds 80 bytes. Because the...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.28 views

PT-2026-64621

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A path traversal bypass exists in the ksmbd component. The ksmbd vfs path lookup function uses LOOKUP BENEATH to restrict path resolution to the share root. While vfs path parent lookup...

8.6CVSS5.8AI score0.00357EPSS
SaveExploits0
Rows per page
Query Builder