Export limit exceeded: 398577 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.
Search
Search Results (398577 CVEs found)
| CVE | Vendors | Products | Updated | CVSS v3.1 |
|---|---|---|---|---|
| CVE-2026-93773 | 2 Wobbie, Wordpress-extensions | 2 Mollie Forms, Mollie Forms | 2026-09-27 | 8.5 High |
| Contributor SQL Injection in Mollie Forms <= 2.11.0 versions. | ||||
| CVE-2026-94079 | 2 Wordpress-extensions, Wpusermanager | 2 Wp User Manager, Wp User Manager | 2026-09-27 | 5.3 Medium |
| Unauthenticated Broken Access Control in WP User Manager <= 2.9.19 versions. | ||||
| CVE-2026-95528 | 2 Magazine3, Wordpress-extensions | 2 Core Web Vitals & Pagespeed Booster, Core Web Vitals& Pagespeed Booster | 2026-09-27 | 7.1 High |
| Unauthenticated Cross Site Scripting (XSS) in Core Web Vitals & PageSpeed Booster <= 1.0.31 versions. | ||||
| CVE-2026-95530 | 2 Pixelyoursite, Wordpress-extensions | 2 Pixelyoursite – Your Smart Pixel (tag) Manager, Pixelyoursite | 2026-09-27 | 6.5 Medium |
| Subscriber Cross Site Scripting (XSS) in PixelYourSite – Your smart PIXEL (TAG) Manager <= 11.4.1 versions. | ||||
| CVE-2026-100749 | 2026-09-27 | N/A | ||
| Joomla Extension - svenbluege.de - CSRF in backend cleanup actions in Event Gallery extension < 6.5.0 - Only orphaned file entries and shopping carts that are older than 30 days will be deleted. | ||||
| CVE-2026-95592 | 2 Radiustheme, Wordpress-extensions | 2 Team, Team | 2026-09-27 | 5.3 Medium |
| Unauthenticated Insecure Direct Object References (IDOR) in Team <= 6.0.0 versions. | ||||
| CVE-2026-95600 | 2 Trustedlogin, Wordpress-extensions | 2 Trustedlogin, Trustedlogin Connector | 2026-09-27 | 5.3 Medium |
| Unauthenticated Sensitive Data Exposure in TrustedLogin Connector <= 2.0.3 versions. | ||||
| CVE-2026-95602 | 2 Wordpress-extensions, Yithemes | 2 Yith Woocommerce Request A Quote, Yith Woocommerce Request A Quote | 2026-09-27 | 6.5 Medium |
| Authorization Bypass Through User-Controlled Key vulnerability in YITH YITH WooCommerce Request A Quote allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects YITH WooCommerce Request A Quote: from n/a before 4.46.1. | ||||
| CVE-2026-88367 | 1 Memononen | 1 Nanosvg | 2026-09-27 | 6.5 Medium |
| NanoSVG 239e102ec contains an incorrect numeric conversion vulnerability in nsvg__curveDivs() during SVG stroke rasterization. A specially crafted SVG document containing an extremely large stroke-width can cause floating-point rounding to produce a zero subdivision angle. The subsequent arc division yields infinity, which is converted to int without range validation, resulting in undefined behavior and process termination, leading to denial of service. | ||||
| CVE-2026-88383 | 1 Libical | 1 Libical | 2026-09-27 | 6.5 Medium |
| libical 4.0.6 contains an incompatible function pointer in icalparameter_string_to_kind(). When parsing iCalendar data containing a parameterized property, the function passes icalparameter_compare_kind_map() to bsearch() through an incompatible comparator function pointer type. bsearch() invokes the callback through the mismatched type, resulting in undefined behavior and process termination, leading to denial of service. | ||||
| CVE-2026-88355 | 1 Codeplea | 1 Tinyexpr | 2026-09-27 | N/A |
| An incorrect buffer size calculation vulnerability exists in tinyexpr commit 4a7456e in new_expr(). For arity-0 expression nodes, including constants, variables, and zero-argument functions, the function allocates less memory than sizeof(te_expr) but treats the returned allocation as a complete te_expr object. This results in undefined behavior and can cause deterministic process termination in UBSan-instrumented builds. | ||||
| CVE-2026-88362 | 1 Ghostscript | 1 Mujs | 2026-09-27 | 7.5 High |
| MuJS e892c9fdb contains an incorrect numeric conversion vulnerability in jsR_isindex() in jsrun.c. A specially crafted JavaScript input containing an excessively large numeric array index can cause an out-of-range floating-point value to be converted to an integer without proper range validation. This results in undefined behavior and can cause process termination, leading to denial of service. | ||||
| CVE-2026-88365 | 1 Lieff | 1 Minimp3 | 2026-09-27 | N/A |
| minimp3 commit ea99364f contains an integer overflow vulnerability in mp3dec_skip_id3v1() when parsing the APEv2 tag-size field. | ||||
| CVE-2026-88366 | 1 Memononen | 1 Nanosvg | 2026-09-27 | N/A |
| NanoSVG commit 239e102ec contains an incorrect numeric conversion vulnerability in nsvg__pathArcTo() when parsing SVG arc commands. A specially crafted SVG document containing extreme arc radius values can cause intermediate arc calculations to produce a NaN delta angle. The function subsequently converts this NaN value to int without validating that it is finite and representable, resulting in undefined behavior and process termination, leading to denial of service. | ||||
| CVE-2026-88368 | 1 Memononen | 1 Nanosvg | 2026-09-27 | 7.5 High |
| NanoSVG commit 239e102ec contains an incorrect numeric conversion vulnerability in the rasterizer's nsvg__addActive() function. A specially crafted SVG document containing sufficiently large geometry coordinates can cause fixed-point-scaled edge coordinates to exceed the range representable by int. The rasterizer subsequently converts these values to int without range validation, resulting in undefined behavior and possible process termination, leading to denial of service. | ||||
| CVE-2026-88369 | 1 Zserge | 1 Jsmn | 2026-09-27 | 7.3 High |
| zserge jsmn commit 25647e6 is vulnerable to Buffer Overflow in example/jsondump.c dump(). | ||||
| CVE-2026-88370 | 1 Madmurphy | 1 Libconfini | 2026-09-27 | 5.3 Medium |
| libconfini 1.16.4 contains a heap out-of-bounds write condition involving the bundled load_ini_buffer.h utility and strip_ini_cache(). The bundled utility allocates exactly ini_length bytes, while strip_ini_cache() unconditionally writes a NUL terminator at ini_source[ini_length], requiring an additional writable byte. Applications using the bundled allocation pattern can trigger deterministic heap memory corruption when processing any non-empty INI input, resulting in denial of service. | ||||
| CVE-2026-88371 | 1 Mchehab | 1 Zbar | 2026-09-27 | N/A |
| ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6() function. When processing specially crafted Code 128 input, decode_e() can return -1 for an invalid edge pattern, and decode6() subsequently left-shifts this negative signed value while constructing the edge signature. The operation invokes undefined behavior and can terminate trap-mode UBSan builds with SIGILL, resulting in denial of service. | ||||
| CVE-2026-51994 | 1 Geelen | 1 Mcp-remote | 2026-09-27 | 9.1 Critical |
| mcp-remote versions 0.1.32 through 0.1.38 are vulnerable to Server-Side Request Forgery (SSRF) via the resource_metadata URL extracted from a remote MCP server's WWW-Authenticate header | ||||
| CVE-2026-51995 | 1 Geelen | 1 Mcp-remote | 2026-09-27 | 7.5 High |
| An issue in geelen mcp-remote 0.1.32 through 0.1.38 allows a remote attacker to obtain sensitive information via the src/lib/authorization-server-metadata.ts, src/lib/utils.ts components | ||||