Lucene search
+L

36601 matches found

Vulnrichment
Vulnrichment
added 2026/05/27 1:09 p.m.15 views

CVE-2026-6052 IBM® Db2® is vulnerable to running out of memory when executing certain queries with MDC tables

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to running out of memory when executing certain queries with MDC tables...

6.5CVSS5.8AI score0.00243EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/27 1:09 p.m.20 views

EUVD-2026-32489

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to running out of memory when executing certain queries with MDC tables...

6.5CVSS5.8AI score0.00243EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/27 1:07 p.m.38 views

CVE-2026-6051

CVE-2026-6051 affects IBM Db2 11.5.0–11.5.9 and 12.1.0–12.1.4. The vulnerability is a denial of service caused by executing a specially crafted query that consumes the statement heap. Impact is a high availability concern for affected Db2 client and server installations. IBM’s bulletin confirms a...

7.5CVSS5.8AI score0.00177EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/05/27 1:07 p.m.50 views

CVE-2026-6051 IBM® Db2® is vulnerable to a denial of service when executing a specially crafted query with a small statement heap

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to a denial of service when executing a specially crafted query with a small statement heap...

5.5CVSS0.00177EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.21 views

CVE-2026-46076

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Raise UD if unhandled VMMCALL isn't intercepted by L1 Explicitly synthesize a UD for VMMCALL if L2 is active, L1 does NOT want to intercept VMMCALL, nestedsvml2tlbflushenabled is true, and the hypercall is something...

7.9CVSS5.7AI score0.00121EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.57 views

CVE-2026-46066 ceph: fix num_ops off-by-one when crypto allocation fails

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:57 p.m.46 views

CVE-2026-46066

CVE-2026-46066 pertains to a Linux kernel issue that surfaces as a panic in multi-folio encrypted writes when a bounce buffer allocation fails during fscrypt-enabled CephFS writes. The root cause, described in the CVE entry, is that move_dirty_folio_in_page_array() may fail after the batch has st...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:57 p.m.11 views

CVE-2026-46066 ceph: fix num_ops off-by-one when crypto allocation fails

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/05/27 12:57 p.m.27 views

CVE-2026-46066

In the Linux kernel, the following vulnerability has been resolved: ceph: fix numops off-by-one when crypto allocation fails movedirtyfolioinpagearray may fail if the file is encrypted, the dirty folio is not the first in the batch, and it fails to allocate a bounce buffer to hold the ciphertext...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:55 p.m.33 views

CVE-2026-45992

Affected software: Linux kernel ALSA caiaq. Issue: potential leak of internal URB ep1_in_urb in error path of setup_card() after an earlier fix, since ep1_in_urb could have been submitted before error handling. What’s fixed: ensure ep1_in_urb is properly handled/cleaned up in the error path as we...

5.8AI score0.00032EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:18 p.m.52 views

CVE-2026-1718

IBM Db2 is vulnerable to a denial of service when autonomous transactions are enabled, affecting Db2 Server releases 11.5.0–11.5.9 and 12.1.0–12.1.4. The root cause is CWE-770 (Allocation of Resources Without Limits or Throttling). A specially crafted query can trigger the issue. Remediation invo...

7.5CVSS5.8AI score0.00362EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/05/27 12:18 p.m.42 views

CVE-2026-45968

The CVE-2026-45968 issue is in the Linux kernel cpuidle: when only a single idle state is available (e.g., certain PowerNV platforms), the ladder governor can select an out-of-bounds state. The fix adds a bail-out in cpuidle_select() to return state 0 directly when state_count <= 1, bypassing ...

5.5CVSS5.8AI score0.0013EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 12:18 p.m.10 views

CVE-2026-45950 crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

6AI score
SaveExploits0References7
OSV
OSV
added 2026/05/27 12:16 p.m.9 views

CVE-2026-45888 md/raid1: fix memory leak in raid1_run()

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix memory leak in raid1run raid1run calls setupconf which registers a thread via mdregisterthread. If raid1setlimits fails, the previously registered thread is not unregistered, resulting in a memory leak of the mdthre...

6AI score
SaveExploits0References7
NVD
NVD
added 2026/05/27 11:16 a.m.26 views

CVE-2026-42748

Unrestricted Upload of File with Dangerous Type vulnerability in WPify WPify Woo Czech wpify-woo allows Upload a Web Shell to a Web Server.This issue affects WPify Woo Czech: from n/a through = 5.4.1...

9.9CVSS0.00276EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/27 11:16 a.m.30 views

CVE-2026-42731

Incorrect Privilege Assignment vulnerability in miniOrange miniorange otp verification miniorange-otp-verification allows Privilege Escalation.This issue affects miniorange otp verification: from n/a through = 5.4.9...

9.8CVSS0.00333EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/27 9:49 a.m.55 views

CVE-2026-42731 WordPress miniorange otp verification plugin <= 5.4.9 - Privilege Escalation vulnerability

Incorrect Privilege Assignment vulnerability in miniOrange miniorange otp verification miniorange-otp-verification allows Privilege Escalation.This issue affects miniorange otp verification: from n/a through = 5.4.9...

9.8CVSS0.00333EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/27 9:49 a.m.13 views

CVE-2026-42731

Incorrect Privilege Assignment vulnerability in miniOrange miniorange otp verification miniorange-otp-verification allows Privilege Escalation.This issue affects miniorange otp verification: from n/a through = 5.4.9...

9.8CVSS5.8AI score0.00333EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/27 9:27 a.m.11 views

CVE-2026-2288 myLinksDump <= 1.6 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'link_title' Parameter

The myLinksDump plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'linktitle' parameter in all versions up to, and including, 1.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access...

4.8CVSS6AI score0.0023EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 8:47 a.m.36 views

CVE-2026-48877

CVE-2026-48877 affects WordPress GenerateBlocks plugin

6.5CVSS5.8AI score0.00298EPSS
SaveExploits0References1
Rows per page
Query Builder