Lucene search
+L

24823 matches found

OSV
OSV
added 2026/07/26 2:26 a.m.11 views

ECHO-2743-C3F0-A8C5

Bulletin has no description...

8.8CVSS5.8AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/26 2:26 a.m.11 views

ECHO-BC70-2213-1D39

Bulletin has no description...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/26 2:26 a.m.13 views

ECHO-78B5-AF3D-5D2A

Bulletin has no description...

8.1CVSS5.8AI score0.00266EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/26 2:26 a.m.14 views

ECHO-5018-239B-5D4E

Bulletin has no description...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 7:52 p.m.11 views

MINI-V44M-G3PJ-V39F

Bulletin has no description...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/07/25 7:24 p.m.9 views

MINI-H646-86M4-MV75

Bulletin has no description...

7.5CVSS5.8AI score0.00549EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:24 p.m.11 views

MINI-2Q83-VCR3-WFQF

Bulletin has no description...

6.5CVSS5.8AI score0.00326EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:24 p.m.9 views

MINI-HCPG-MP79-CM5R

Bulletin has no description...

7.5CVSS5.8AI score0.00466EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:24 p.m.9 views

MINI-74GX-P8VX-3GJJ

Bulletin has no description...

3.3CVSS5.8AI score0.00114EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:24 p.m.9 views

MINI-R5WR-CVP3-89J9

Bulletin has no description...

6.1CVSS5.8AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:23 p.m.6 views

MINI-R22J-CVF7-F336

Bulletin has no description...

6.5CVSS5.8AI score0.00309EPSS
SaveExploits0
Veracode
Veracode
added 2026/07/25 5:50 p.m.8 views

Denial Of Service (DoS)

pypdf is vulnerable to Denial Of Service DoS. The vulnerability is due to inefficient recovery of malformed cross-reference streams in crafted PDF files, which allows an attacker to cause excessive processing time and trigger a denial-of-service condition...

7.5CVSS5.4AI score0.0034EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.8 views

SUSE CVE-2026-64301

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.5CVSS5.8AI score0.00211EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:45 p.m.8 views

SUSE CVE-2026-64321

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

4.7CVSS5.8AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.8 views

SUSE CVE-2026-64332

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.8 views

SUSE CVE-2026-64340

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 U...

6.3CVSS5.7AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.11 views

SUSE CVE-2026-64341

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use ...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.10 views

SUSE CVE-2026-64343

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

5.5CVSS5.7AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.9 views

SUSE CVE-2026-64344

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a...

6.3CVSS5.7AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.10 views

SUSE CVE-2026-64345

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

3.3CVSS5.8AI score0.00173EPSS
SaveExploits0References5
Rows per page
Query Builder