Lucene search
+L
VulnrichmentRecent

167967 matches found

Vulnrichment
Vulnrichment
added 3 days ago6 views

CVE-2026-12124 PDFDraft <= 1.1.0 - Missing Authorization to Unauthenticated Sensitive PDF Disclosure via 'slug' Parameter

The PDFDraft – Drag & Drop PDF Builder, PDF Viewer, Embed & Download PDF, Certificate & Invoice Designer plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the serveTemplatePdfAjax function and the serveTemplatePdf REST route which is registered...

5.3CVSS5.8AI score0.00209EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 3 days ago7 views

CVE-2026-17528

Versions of the package nice-select2 before 2.4.1 are vulnerable to Cross-site Scripting XSS via the element. An attacker can supply a malicious payload that is rendered directly into the DOM without proper sanitization, causing arbitrary script execution in a victim’s browser when they view or...

6.1CVSS6.1AI score0.00218EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 3 days ago6 views

CVE-2026-17524

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS5.9AI score0.00785EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51260

Unsafe fixed-size memcpy operation in AudioBuffer::writeSpace of schreibfaul1 ESP32-audioI2S 3.4.5 allows remote heap buffer overflow. The code copies a full UINT16MAX bytes without validating destination available space, causing out-of-bounds memory write...

6.3AI score0.00289EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago6 views

CVE-2026-51267

schreibfaul1 ESP32-audioI2S 3.4.5 has a heap-based buffer overflow vulnerability in the URL path concatenation and encoding module. The application splices untrusted extension path and attacker-controlled query string into a path buffer, then invokes urlencode without validating the final string...

6.3AI score0.00542EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago4 views

CVE-2026-51263

schreibfaul1 ESP32-audioI2S 3.4.5 is vulnerable to Buffer Overflow. The Audio::openaispeech function in the Audio library manually constructs JSON request bodies and HTTP request headers by directly concatenating externally controllable input and instructions strings without effective length...

6.2AI score0.00434EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51271

In schreibfaul1 ESP32-audioI2S 3.4.5, a heap-based buffer overflow vulnerability exists in the WAV header parsing function readWAVHeader. The function reads untrusted chunk size and bytes-to-skip value directly from malicious WAV files without reasonable range restriction. Abnormally large bts an...

6.3AI score0.00347EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51252

schreibfaul1 ESP32-audioI2S 3.4.5 has a buffer overflow vulnerability in the MP3Decoder::UnpackSFMPEG1 function due to missing input validation on attacker-controlled MP3 metadata...

6.2AI score0.0034EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago4 views

CVE-2026-51266

schreibfaul1 ESP32-audioI2S 3.4.5 has a heap-based buffer overflow vulnerability in the HTTP request header construction logic. The application dynamically splices attacker-controlled host name, path, query string, and multiple HTTP header fields into a fixed psptr heap buffer without proper size...

6.4AI score0.00626EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago4 views

CVE-2026-51259

Unchecked unsigned integer overflow in buffer size calculation in schreibfaul1 ESP32-audioI2S 3.4.5 leads to undersized PSRAM buffer allocation. Subsequent normal audio buffer read and write operations cause heap out-of-bounds access, memory corruption, denial of service, and potential code...

6.2AI score0.00373EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51251

Schreibfaul1 ESP32-audioI2S 3.4.5 has a buffer overflow vulnerability in the MP3Decoder::decode function of the MP3 decoder due to missing size validation on untrusted mainDataBegin and nSlots values...

6.2AI score0.00307EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago4 views

CVE-2026-51269

schreibfaul1 ESP32-audioI2S 3.4.5 has a heap-based buffer overflow vulnerability in the connecttospeech function. The application accepts attacker-controlled long speech text input, performs URL encoding, and directly appends the encoded result into a fixed psptr heap buffer when constructing HTT...

6.4AI score0.0043EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago3 views

CVE-2026-51261

Missing mutex synchronization in AudioBuffer::freeSpace in schreibfaul1 ESP32-audioI2S 3.4.5 creates a race condition between concurrent tasks. The function calculates available buffer space without protecting shared read/write pointers, returning an incorrectly large value. Trusting this value...

6.2AI score0.00159EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago3 views

CVE-2026-51268

schreibfaul1 ESP32-audioI2S 3.4.5 has a heap-based buffer overflow vulnerability in the host parsing logic. The dismantlehost function parses untrusted host and URL input, and subsequent code uses clonefrom to copy parsed host, request host, extension and querystring segments into fixed heap...

6.2AI score0.00182EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51273

In schreibfaul1 ESP32-audioI2S 3.4.5, a heap-based buffer overflow vulnerability exists in the ID3 tag parsing function showID3Tag of the embedded audio streaming library. The program reads untrusted long ID3 tag value from malicious audio files and uses unbounded appendf to write formatted strin...

6.4AI score0.0014EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago3 views

CVE-2026-51270

schreibfaul1 ESP32-audioI2S 3.4.5 has a heap-based buffer overflow vulnerability in the htmlToUTF8 HTML entity decoding function. The function parses attacker-controlled malicious HTML entities and uses memmove and memcpy to rearrange string content without validating buffer remaining size and...

6.4AI score0.00269EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago5 views

CVE-2026-51274

In schreibfaul1 ESP32-audioI2S 3.4.5, a heap-based buffer overflow in the ID3v2 SYLT synchronized lyrics parser in audiolib allows remote attackers to cause a denial of service application crash, information disclosure, or potential arbitrary code execution via a crafted MP3 file. The vulnerabili...

6.7AI score0.00414EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago4 views

CVE-2026-51275

In schreibfaul1 ESP32-audioI2S 3.4.5, a heap-based buffer overflow in the ID3v2 APIC frame parsing function in audiolib allows remote attackers to execute arbitrary code or cause a denial of service crash via a crafted MP3 file. The vulnerability exists due to missing length validation when...

6.6AI score0.00407EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65447 WordPress Contest Gallery plugin <= 30.0.6 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Contest Gallery = 30.0.6 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-65448 WordPress Anti Spam and list cleaner – AcyChecker plugin <= 1.8.1 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Anti Spam and list cleaner AcyChecker = 1.8.1 versions...

6.5CVSS5.8AI score0.0013EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65446 WordPress Kali Forms plugin <= 2.4.18 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Kali Forms = 2.4.18 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65443 WordPress BackWPup plugin <= 5.7.4 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in BackWPup = 5.7.4 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65445 WordPress Ad Invalid Click Protector (AICP) plugin <= 1.3.0 - Broken Access Control vulnerability

Unauthenticated Broken Access Control in Ad Invalid Click Protector AICP = 1.3.0 versions...

6.5CVSS5.8AI score0.00196EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65442 WordPress FormCraft plugin <= 3.9.15 - Server Side Request Forgery (SSRF) vulnerability

Unauthenticated Server Side Request Forgery SSRF in FormCraft = 3.9.15 versions...

7.2CVSS5.8AI score0.00159EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65441 WordPress GiveWP plugin <= 4.16.3 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in GiveWP = 4.16.3 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65440 WordPress GetGenie plugin <= 4.4.3 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in GetGenie = 4.4.3 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65439 WordPress Ultimate Addons for Contact Form 7 plugin <=3.5.45 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Ultimate Addons for Contact Form 7 =3.5.45 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-65438 WordPress Message Filter for Contact Form 7 plugin <= 1.6.3.9 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Message Filter for Contact Form 7 = 1.6.3.9 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago4 views

CVE-2026-65437 WordPress Spam protection, AntiSpam, FireWall by CleanTalk plugin <= 6.82 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in Spam protection, AntiSpam, FireWall by CleanTalk = 6.82 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-61953 WordPress Simple Link Directory Pro plugin <= 15.0.6 - Server Side Request Forgery (SSRF) vulnerability

Unauthenticated Server Side Request Forgery SSRF in Simple Link Directory Pro = 15.0.6 versions...

7.2CVSS5.8AI score0.00159EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-61957 WordPress miniorange otp verification plugin <= 5.5.1 - Cross Site Scripting (XSS) vulnerability

Unauthenticated Cross Site Scripting XSS in miniorange otp verification = 5.5.1 versions...

7.1CVSS5.8AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-66473 WordPress Xendit Payment plugin <= 7.1.0 - Broken Access Control vulnerability

Unauthenticated Broken Access Control in Xendit Payment = 7.1.0 versions...

7.5CVSS5.8AI score0.00202EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-53669 React Router: Open redirect via backslash in <Link> and useNavigate (CVE-2025-68470 bypass)

React Router is a router for React. Versions 6.0.0 through 7.17.0 are vulnerable to Open Redirtect through use of backslashes in and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0...

5.1CVSS5.7AI score0.00493EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-55685 React Router: Unauthenticated Denial of Service via Inefficient Route Matching

React Router is a router for React. In versions 7.0.0 through 7.17.0, the manifest endpoint could be accessed via unauthenticated targeted requests that would put heavy load on the server and slow down response times. This issue is a follow up to CVE-2026-42342, and does not does not impact React...

8.7CVSS5.7AI score0.00577EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-53668 React Router: Open redirect can lead to XSS

React Router is a router for React. In versions 6.30.2 through 6.30.4 and 7.9.6 through 7.12.0, applications that allow open redirects are vulnerable to XSS. An attacker could craft a malicious link that redirects users to an unexpected external site or that exploits an XSS vector.This issue has...

6.9CVSS5.7AI score0.00335EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-59240 IDOR in Prospero Flow CRM allows deletion of other users' notifications

The vulnerability involves an Insecure Direct Object Reference IDOR in the DeleteNotificationController::delete method at endpoint GET /notification/delete/id. The flaw allows any authenticated user, regardless of company or permissions, to delete notifications belonging to any other user in the...

6.9CVSS5.9AI score0.00288EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-53667 React Router: Cross-site Scripting is Possible due to Missing RSCErrorHandler Protocol Validation (Incomplete fix for CVE-2026-53667)

React Router is a router for React. In versions 7.11.0 through 7.17.0, the RSCErrorHandler is missing protocol validation, allowing for redirects from untrusted sources. This issue is a follow up to CVE-2026-53667, and only affects consuming applications if they are using the unstable RSC APIs...

6.9CVSS5.7AI score0.00354EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-53666 React Router: Arbitrary Constructor Injection via deserializeErrors() in React Router SSR Hydration

React Router is a router for React. In versions 6.4.0 through 7.17.0, if application code was written in a way that allows attacker-supplied input to overwrite certain aspects of errors caught by the SSR process, then it was possible for an attacker to trigger unexpected constructor execution on...

6.1CVSS6AI score0.00418EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago7 views

CVE-2026-66825 Cross-Site Scripting via Unsafe URL Schemes in Pivotick Property Links

Pivotick contains a cross-site scripting vulnerability in the sidebar property-list component. Values associated with link-like properties, such as url, uri, href, link, website, or homepage, were rendered as hyperlinks without validating their URL scheme. An attacker able to supply or influence...

6.9CVSS5.9AI score0.00277EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 4 days ago7 views

CVE-2026-43757

An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to cause unexpected system termination...

5.8AI score0.00327EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-43782

This issue was addressed with improved checks. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to access sensitive user data...

5.8AI score0.00121EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-64737

An authorization issue was addressed with improved state management. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. A malicious app may be able to break out of its sandbox...

5.8AI score0.00115EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-43805

A race condition was addressed with improved state handling. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, watchOS 26.6. An app may be able to cause unexpected system termination or write kernel memory...

5.8AI score0.0027EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-39873

The issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. Connecting to a malicious SMB server may lead to unexpected system termination...

5.8AI score0.00327EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-64776

The issue was addressed with improved bounds checks. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to disclose kernel memory...

5.8AI score0.00122EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-64721

This issue was addressed through improved state management. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6, watchOS 26.6. An app may be able to access sensitive user data...

5.8AI score0.00129EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-43813

A validation issue was addressed with improved input sanitization. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6, watchOS 26.6. A maliciously crafted app may be able to bypass code signing enforcement...

5.9AI score0.00129EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 4 days ago5 views

CVE-2026-20672

An information disclosure issue was addressed with improved privacy controls. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8. An app may be able to access sensitive user data...

5.8AI score0.00121EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-64740

A parsing issue in the handling of directory paths was addressed with improved path validation. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6. A malicious app may be able to break out of its sandbox...

5.8AI score0.00165EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 4 days ago6 views

CVE-2026-64691

A buffer overflow was addressed with improved size validation. This issue is fixed in macOS Tahoe 26.6. An app may be able to cause unexpected system termination...

6.1AI score0.00343EPSS
SaveExploits0References1
Total number of security vulnerabilities167967