Lucene search
+L

1037876 matches found

SUSE CVE
SUSE CVE
β€’added 2026/05/30 2:18 a.m.β€’17 views

SUSE CVE-2026-9919

Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to leak cross-origin data via a crafted HTML page. Chromium security severity: High...

4.3CVSS5.8AI score0.00218EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
β€’added 2026/05/30 2:17 a.m.β€’18 views

SUSE CVE-2026-9934

Use after free in Aura in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code via a crafted HTML page. Chromium security severity: High...

7.5CVSS6.2AI score0.00255EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
β€’added 2026/05/30 2:16 a.m.β€’17 views

SUSE CVE-2026-9965

Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00243EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
β€’added 2026/05/30 2:15 a.m.β€’22 views

SUSE CVE-2026-10008

Uninitialized Use in GPU in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. Chromium security severity: High...

6.5CVSS5.8AI score0.00224EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
β€’added 2026/05/30 12:0 a.m.β€’13 views

Linux Distros Unpatched Vulnerability : CVE-2026-42500

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Decoding a paletted BMP file with an out-of-range palette index results in a panic when accessing pixels in the invalid image. CVE-2026-42500 Note that Nessus...

5.3CVSS7.6AI score0.00384EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
β€’added 2026/05/29 11:21 p.m.β€’17 views

Chromium: CVE-2026-10007 Use after free in SVG

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.00252EPSS
SaveExploits0
OSV
OSV
β€’added 2026/05/29 10:9 p.m.β€’12 views

GHSA-XW54-C3MX-9PM3 Admidio: Any logged-in user can delete inventory fields via `mode=field_delete` β€” incomplete fix of #2024

Summary Commit d37ca6b27b9674238e58491cf7ba292e66898f15 "Delete item not check admin rights 2024", 2026-04-12 added a missing isAdministratorInventory gate to case 'itemdelete': in modules/inventory.php. The same fix was not applied to the sibling case 'fielddelete': handler, which destroys an...

6.5CVSS5.8AI score0.00029EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
β€’added 2026/05/29 10:5 p.m.β€’25 views

Admidio: IDOR in documents-files.php allows cross-folder file rename and description changes by unauthorized uploaders

Summary modules/documents-files.php mode filerenamesave shares the same root-cause shape as the cross-folder move bug 05-documents-cross-folder-move-idor.md: the top-level rights check at lines 79-89 validates hasUploadRight on the URL parameter folderuuid, but the rename operation acts on fileuu...

5.8AI score0.00029EPSS
SaveExploits0References2Affected Software1
NVD
NVD
β€’added 2026/05/29 8:16 p.m.β€’21 views

CVE-2026-45151

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. In 0.24.8 and earlier, quicstreamrecv can dereference a null substream pointer when a substream is in reopen state. The code finishes the AIO with error but does not return before locking c-mtx...

6.3CVSS0.00227EPSS
SaveExploits0References1
GithubExploit
GithubExploit
β€’added 2026/05/29 7:32 p.m.β€’207 views

Exploit for Improper Privilege Management in Apache Couchdb

Lab7-CVE-2017-12635-12636 I. SYSTEM ANALYSIS Ide...

10CVSS7.8AI score0.99838EPSS
SaveExploits23
CVE
CVE
β€’added 2026/05/29 7:30 p.m.β€’64 views

CVE-2026-45151

NanoMQ (0.24.8 and earlier) contains a NULL substream pointer dereference in quic_stream_recv when a substream is reopening. The vulnerable code finishes AIO with an error but does not return before locking c->mtx, indicating a potential NULL dereference and an unlocked/locked state issue in t...

6.3CVSS5.9AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
β€’added 2026/05/29 7:28 p.m.β€’7 views

CVE-2026-44640 NanoMQ: QUIC Dialer Close Type Confusion

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. Prior to 0.24.14, aio-provdata is stored as nniquicconn during dialing, but read as exquicconn during dialer close. This type confusion causes invalid object interpretation and leads to close-path hang/crash behavior. This...

4.5CVSS5.9AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
β€’added 2026/05/29 7:21 p.m.β€’10 views

CVE-2026-45372

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check isfieldvalue is run before decoding, so encode...

9.9CVSS5.6AI score0.00295EPSS
SaveExploits1References2Affected Software1
CVE
CVE
β€’added 2026/05/29 7:14 p.m.β€’47 views

CVE-2026-45352

The CVE-2026-45352 issue affects cpp-httplib (header-only HTTP/HTTPS library). Before version 0.43.4, the ChunkedDecoder::read_payload routine parses the chunk-size in chunked Transfer-Encoding with std::strtoul(), which can silently accept a minus sign. This allows negative chunk sizes (e.g., "-...

7.5CVSS5.7AI score0.00327EPSS
SaveExploits1References1Affected Software1
Github Security Blog
Github Security Blog
β€’added 2026/05/29 7:8 p.m.β€’89 views

astral-tokio-tar has a PAX Header Desynchronization issue

Impact Versions of astral-tokio-tar prior to 0.6.2 contain a PAX header interpretation bug that allows manipulated entries to be made selectively visible or invisible during extraction with astral-tokio-tar versus other tar implementations. An attacker could use this differential to smuggle...

5.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
β€’added 2026/05/29 7:1 p.m.β€’28 views

CAPM3 vulnerable to Cross-Namespace resource access

Summary CAPM3 is Metal3's Cluster API CAPI provider for baremetal provisioning in Kubernetes. Multiple cross-namespace access control vulnerabilities in Cluster API Provider Metal3 allow users with permissions to create or modify CAPM3 resources in one namespace to reference, read, or claim...

6AI score
SaveExploits0References12Affected Software1
RedHat Linux
RedHat Linux
β€’added 2026/05/29 6:54 p.m.β€’32 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.16.63 bug fix and security update

Red Hat OpenShift Container Platform release 4.16.63 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.16. Red Hat Product Security has rated this update as having a...

8.8CVSS7.2AI score0.07006EPSS
SaveExploits18References4
RedhatCVE
RedhatCVE
β€’added 2026/05/29 6:43 p.m.β€’19 views

CVE-2026-7263

A flaw was found in PHP. The DOMNode::C14N method may incorrectly process XML data due to the improper removal of an xmlns attribute from the underlying libxml2 data structure, corrupting the linked list representing the XML document and causing an infinite loop. This issue can lead to excessive...

7.5CVSS5.7AI score0.00353EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/05/29 6:7 p.m.β€’24 views

RXSA-2024:3138 Moderate: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE pages listed in the References section. Additional...

8CVSS6.6AI score0.07619EPSS
SaveExploits13References159
Wordfence Blog
Wordfence Blog
β€’added 2026/05/29 4:23 p.m.β€’43 views

Wordfence Bug Bounty Program Monthly Report – March 2026

In March 2026, the Wordfence Bug Bounty Program received 1718 vulnerability submissions from our growing community of security researchers working to improve the overall security posture of the WordPress ecosystem. These submissions are reviewed, triaged, and processed by the Wordfence Threat...

6.2AI score
SaveExploits0
Rows per page
Query Builder