Lucene search
+L

19390 matches found

SUSE CVE
SUSE CVE
added 6 days ago7 views

SUSE CVE-2026-64306

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTRDRBG drbgctrgenerate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

5.9AI score0.00211EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 6 days ago5 views

SUSE CVE-2026-64460

In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Skip VF Resizable BAR restore on read error sriovrestorevfrebarstate uses the VF Resizable BAR Control register to decide how many VF BARs to restore nbars and which VF BAR each iteration addresses baridx. baridx indexes...

7CVSS5.8AI score0.00118EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago7 views

CVE-2026-64360

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: zero-initialize buffer in hfsbnoderead hfsbnoderead can return early without writing to the output buffer when isbnodeoffsetvalid fails or when checkandcorrectrequested length corrects the length to zero. Callers suc...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 6 days ago7 views

CVE-2026-64306

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTRDRBG drbgctrgenerate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 6 days ago5 views

UBUNTU-CVE-2026-64306

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTRDRBG drbgctrgenerate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

5.9AI score0.00211EPSS
SaveExploits0References11
CVE
CVE
added 6 days ago18 views

CVE-2026-64529

Summary: CVE-2026-64529 exists in the Linux kernel and concerns the QAT driver. The vulnerability stems from a previously exposed character device (qat_adf_ctl) with IOCTLs used for device configuration, start/stop, status, and enumeration that were not part of public user-space API headers and h...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References9
CVE
CVE
added 6 days ago14 views

CVE-2026-64498

The CVE-2026-64498 issue affects the Linux kernel IIO subsystem (iio: buffer: hw-consumer). The root cause was a lifetime change for scan_mask: it moved to a separate bitmap allocation (buffer.scan_mask) but iio_hw_buf_release() remained unchanged, risking improper cleanup. The fix ensures the sc...

5.9AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-64409

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

5.6AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago9 views

CVE-2026-64385

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2ioctl replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2ioctlinit fails before the next send, cleanup retains the previous buffer type and fre...

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago8 views

CVE-2026-64309

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctlSNPCOMMIT Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and ze...

5.8AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added 6 days ago26 views

CVE-2026-64306 crypto: drbg - Fix returning success on failure in CTR_DRBG

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTRDRBG drbgctrgenerate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 6 days ago9 views

CVE-2026-64306

The CVE-2026-64306 issue affects the Linux kernel crypto DRBG (CTR_DRBG). The root cause is in drbg_ctr_generate(), which could return success after a failure, leaving the output buffer uninitialized. This vulnerability is addressed by the kernel fix that prevents returning success on failure and...

5.9AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-49018

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTRDRBG drbgctrgenerate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

5.9AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 6 days ago7 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.8AI score0.00198EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 6 days ago11 views

PT-2026-64538

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the isofs component when handling Rock Ridge symbolic link SL records. The functions get symlink chunk and parse rock ridge inode internal process...

7.1CVSS5.8AI score0.0016EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 6 days ago8 views

PT-2026-64527

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTR DRBG drbg ctr generate sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it...

5.9AI score0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 6 days ago10 views

PT-2026-64713

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm iio trigger register tmp006 probe allocates the DRDY trigger with devm iio trigger alloc but registers it with plain iio trigger register. The driver has no .remove callback, so on module unload...

5.8AI score0.00173EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 6 days ago12 views

PT-2026-64760

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qat adf ctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any publi...

5.8AI score0.00135EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2026/07/24 4:28 p.m.5 views

SUSE CVE-2026-42448

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS5.8AI score0.00197EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/24 4:12 p.m.10 views

EUVD-2026-44936

Microsoft Kiota: Arbitrary file write + code-injection via x-ms-kiota-info clientClassName and clientNamespaceName...

9.3CVSS5.8AI score0.01355EPSS
SaveExploits0References5
Rows per page
Query Builder