Lucene search
+L

434424 matches found

EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59958

Scriban before 7.0.0 affected versions = 6.6.0 contains a stack overflow vulnerability in nested array initializer parsing. Deeply nested array initializers recurse through a path ParseArrayInitializer → ParseExpression → ParseArrayInitializer that is not covered by the ExpressionDepthLimit count...

8.7CVSS5.5AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59956

Scriban before 7.0.0 caches TypedObjectAccessor by Type only without considering MemberFilter changes, allowing reused TemplateContext instances to expose members that should be hidden. Attackers can access filtered properties and fields by reusing a TemplateContext after tightening its...

9.3CVSS5.3AI score0.00286EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59955

Scriban before 7.0.0 affected = 6.6.0 applies its LoopLimit constraint only to script loop statements and not to expensive iteration performed inside built-in operators and functions. As a result, a single expression such as 1..1000000 | array.size — or a memory-amplification expression such as '...

8.7CVSS5.6AI score0.0034EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59954

Scriban before 7.0.0 affected versions = 6.6.0 contains an uncontrolled memory allocation vulnerability in the string.padleft and string.padright template functions, which perform no validation on the width parameter before delegating to .NET's String.PadLeft/PadRight. When an application exposes...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59953

Scriban before 7.0.0 contains an uncontrolled recursion vulnerability in the object.tojson builtin function that lacks depth limits and circular reference detection. Attackers can craft templates with self-referencing objects to trigger unbounded recursion, causing a StackOverflowException that...

8.7CVSS5.3AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59951

Scriban before 7.0.0 contains three distinct denial-of-service vulnerabilities in expression evaluation that bypass existing safety controls through unbounded string multiplication, uncontrolled BigInteger shift operations, and LoopLimit bypass via range enumeration in builtin functions. Attacker...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59952

Scriban before 7.0.0 affected versions = 6.6.0 contains a denial-of-service vulnerability in which the LimitToString safety limit default 1MB can be bypassed because ObjectToString resets the per-call length counter currentToStringLength on every top-level call and StringBuilderOutput enforces no...

7.1CVSS5.4AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59950

Scriban before 7.2.0 contains a denial of service vulnerability in the array.insertat function that allocates unbounded null entries without respecting LoopLimit or LimitToString constraints. Attackers can supply a large index parameter to trigger OutOfMemoryException and crash the host process i...

8.7CVSS5.4AI score0.00263EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59949

Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger ...

8.7CVSS5.3AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59948

Scriban versions 3.0.0 through 7.2.0 contain a denial of service vulnerability in the array multiplication operator that allocates memory without enforcing LoopLimit or overflow-safe arithmetic checks. Attackers can supply a large integer multiplier in a template to force multi-gigabyte memory...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59947

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59946

Scriban versions from 3.0.0 through 7.2.5 contain a denial of service vulnerability in the ScriptRange.Multiply operator that bypasses LoopLimit when the left operand is a lazy sequence. Attackers can supply templates with array multiplication on lazy sequences to execute billions of uncharged...

8.7CVSS5.6AI score0.00373EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59945

stoatchat before 0.15.0 contains a permission bypass vulnerability in the messagefetch route that checks only ViewChannel permission instead of requiring ReadMessageHistory. Attackers with ViewChannel access but ReadMessageHistory denied can retrieve individual message content by ID, bypassing th...

7.1CVSS5.3AI score0.00221EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59944

stoatchat versions before 0.15.0 fail to block the IPv6 unspecified address :: in the SSRF blocklist, allowing unauthenticated attackers to bypass protections via the /proxy and /embed endpoints. Attackers can craft requests using IPv6 literal syntax to access services on the loopback interface a...

6.9CVSS5.4AI score0.00238EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59943

stoatchat before 0.15.0 fails to validate SVG viewBox dimensions in the proxy endpoint, allowing attackers to cause denial of service by memory exhaustion. Attackers can host malicious SVGs with extremely large width and height values and trigger concurrent requests to exhaust available memory...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59942

SiYuan kernel versions before 3.7.4 contain an improper restriction of excessive authentication attempts vulnerability in the CheckAuth middleware. The middleware accepts the API token Conf.Api.Token via an Authorization header Token/Bearer or a ?token= query parameter, and neither path is...

9.8CVSS6AI score0.0045EPSS
SaveExploits1References2
EUVD
EUVD
added 3 days ago7 views

EUVD-2024-55722

OpenTofu versions 1.8.0 through 1.8.2 do not properly restrict sensitive variables and locals when users have opted into static evaluation of module sources, versions, and backend configurations. As a result, values marked as sensitive may be exposed through these configuration elements instead o...

8.7CVSS5.4AI score0.00255EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59941

Joomla Extension - phoca.cz - Unauthenticated SQL injection via attribute filter in Phoca Cart 5.0.0-6.1.6 - The a attribute and s specification GET array parameters on Phoca Cart's public shop items page are concatenated raw into SQL WHERE clauses without parameterization or escaping. An...

9.3CVSS5.9AI score0.00372EPSS
SaveExploits1References1
EUVD
EUVD
added 3 days ago10 views

EUVD-2024-55720

The Contact Form, Survey, Quiz & Popup Form Builder – ARForms plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.8.5 via deserialization of untrusted input from form submissions. This makes it possible for unauthenticated attackers to inject a PHP...

9.8CVSS6.2AI score0.00519EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago12 views

EUVD-2026-59939

In the Linux kernel, the following vulnerability has been resolved: crypto: algifskcipher - force synchronous processing on trees without ctx-state The AIO/async path in skcipherrecvmsg passes the socket-wide ctx-iv directly into the skcipher request. After iosubmit the socket lock is dropped and...

5.4AI score0.00146EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59929

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.1.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

4.3CVSS5.6AI score0.00305EPSS
SaveExploits0References12
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59928

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.1.1 via the 'data' parameter parameter. This makes it possible for authenticated attackers, with editor-level access and above, to read...

4.9CVSS5.6AI score0.00805EPSS
SaveExploits0References12
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59925

The Gallery by BestWebSoft plugin for WordPress is vulnerable to SQL Injection via the 'galleryorderpostid' parameter array keys in all versions up to, and including, 4.7.9. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL...

7.2CVSS5.9AI score0.00315EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59927

The Online Scheduling and Appointment Booking System – Bookly plugin for WordPress is vulnerable to Stored Cross-Site Scripting via booklyspeedupupdateaddons AJAX action in all versions up to, and including, 27.7 due to insufficient input sanitization and output escaping. This makes it possible f...

7.2CVSS5.7AI score0.00329EPSS
SaveExploits0References10
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59926

The WP Travel Engine – Tour Booking Plugin – Tour Operator Software plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.8.4. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

7.5CVSS5.7AI score0.00415EPSS
SaveExploits0References12
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59923

The Bold Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'btbbshortcode' shortcode in all versions up to, and including, 5.6.8 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for...

6.4CVSS5.6AI score0.00187EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59922

The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.55.0.2 via the 'draft' parameter due to missing validation on a user controlled key. This makes it possible for...

5.3CVSS5.5AI score0.00301EPSS
SaveExploits0References10
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-59924

The WP Compress – Instant Performance & Speed Optimization plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 7.10.09. This is due to missing or incorrect nonce validation on the top-level template code function. This makes it possible for...

6.5CVSS5.6AI score0.00156EPSS
SaveExploits0References7
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59921

The Infility Global plugin for WordPress is vulnerable to Stored Cross-Site Scripting via /cf7record Log Endpoint in all versions up to, and including, 2.15.21 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web...

7.2CVSS5.6AI score0.00254EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59916

The Simple JWT Login WordPress plugin before 3.6.8 does not validate the audience of the Google identity tokens it accepts, allowing unauthenticated users to authenticate as any user whose email address such a token carries, up to and including an administrator. Every site with the Simple JWT Log...

5.2AI score0.00324EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59915

The Masteriyo LMS WordPress plugin before 2.3.3 does not sanitise and escape a quiz field before outputting it back in a page, and grants its instructor role the ability to store unfiltered HTML, allowing such users to perform Stored Cross-Site Scripting attacks against any visitor of the affecte...

5.3AI score0.00181EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59920

The Extra Product Options Builder for WooCommerce WordPress plugin before 1.2.176 does not verify that the requester is entitled to a customer-uploaded file before serving it, allowing unauthenticated users who obtain a file's stored name to retrieve it. The Extra Product Options Builder for...

5.4AI score0.00444EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59919

The Visualizer WordPress plugin before 4.0.7 does not properly authorise access to the configuration of its charts, allowing users with the Contributor role and above to read the full configuration of any chart on the site, including charts the Visualizer WordPress plugin before 4.0.7's own...

5.5AI score0.00248EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59918

The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.131 does not sanitise a value taken from an unauthenticated request before using it to build a log file path, allowing an attacker holding a site to site transfer key to create a log file in any existing writable directory of t...

5.2AI score0.00373EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-59917

The CatFolders Document Gallery & PDF Library WordPress plugin before 2.0.7 does not have authorisation checks in some of its REST API endpoints, allowing unauthenticated users to retrieve the title, type, size and URL of the media attachments assigned to any of its folders, including folders whi...

5.5AI score0.00346EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago12 views

EUVD-2026-59911

The All-in-One WP Migration and Backup WordPress plugin before 7.108 does not restrict its migration import functionality to network administrators on multisite installations, allowing an administrator of a single subsite to execute arbitrary PHP code across the entire network...

6AI score0.00316EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59913

The ECS WordPress plugin before 4.3.10 does not perform ownership or post-status checks when one of its dynamic repeater data sources reads custom field values from a user-supplied post identifier, allowing users with a contributor-level account or above to read custom field values and post...

5.4AI score0.0027EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago12 views

EUVD-2026-59912

The WP Directory Kit WordPress plugin before 1.5.7 does not sanitise and escape a parameter before using it in a SQL statement, allowing administrators to perform SQL injection attacks. On a multisite installation this lets an administrator of a single site read data belonging to the entire...

5.7AI score0.00307EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59914

The Premium Packages WordPress plugin before 7.0.7 does not validate a withdrawal request against the requesting user's actual earned balance, allowing any authenticated user, including a subscriber with no sales at all, to submit a payout request for an arbitrary amount, which an administrator m...

5.5AI score0.00212EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59909

The Divi WordPress theme before 5.9.0 does not properly escape some of its Social Media Follow module settings before outputting them in link attributes, allowing users with a role as low as contributor to store JavaScript which will run when a higher privileged user, such as an administrator,...

5.4AI score0.00162EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59910

The Manual Image Crop WordPress plugin before 1.15 does not perform any capability check or nonce verification on the authenticated AJAX action that crops attachment images; its only guard passes for any logged-in user. A subscriber-level user can therefore supply an arbitrary attachment ID and...

5.6AI score0.00111EPSS
SaveExploits0References1
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-59904

The The School Management – Education & Learning ERP plugin for WordPress is vulnerable to generic SQL Injection via 'order0dir' Parameter in all versions up to, and including, 5.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL...

6.5CVSS6AI score0.00328EPSS
SaveExploits0References12
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59906

The WC Vendors – WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors plugin for WordPress is vulnerable to generic SQL Injection via the 'status' parameter in all versions up to, and including, 2.7.0 due to insufficient escaping on the user supplied parameter and lack of sufficient...

4.9CVSS5.9AI score0.00288EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59905

The WCPOS – Point of Sale POS plugin for WooCommerce plugin for WordPress is vulnerable to Code Injection via the 'thermal' Template Engine in all versions up to, and including, 1.9.14 due to the ReceiptRendererFactory dispatching templates with the 'thermal' engine to the LegacyPhpRenderer inste...

7.2CVSS6.7AI score0.00734EPSS
SaveExploits0References12
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59902

The Slider Hero plugin for WordPress is vulnerable to second-order SQL Injection in versions up to, and including, 9.1.7 via the qcldsliderheroduplicate function. Slide data description, title, btn, btn2, imagelink, custom, etc. is stored safely via $wpdb-update with %s placeholders in the...

4.9CVSS5.8AI score0.00288EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-59903

The ShortPixel Adaptive Images – WebP, AVIF, CDN, Image Optimization plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.11.5. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for...

4.3CVSS5.2AI score0.00306EPSS
SaveExploits0References7
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59901

The Smash Balloon Social Post Feed – Simple Social Feeds for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'id' Shortcode Attribute in all versions up to, and including, 4.9.0 due to insufficient input sanitization and output escaping. This makes it possible for...

6.4CVSS5.5AI score0.00193EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59899

The Turnkey bbPress by WeaverTheme plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.7.1 via deserialization of untrusted input in the wvrbbpsettoserializedvalues function reached through the wvrbbpsaverestore settings-restore handler. The function...

6.6CVSS6AI score0.004EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-59900

The StoreEngine — Complete eCommerce Solution with Memberships, Licensing, Affiliates & More plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 2.1.1 via the parsefilepath function. This makes it possible for authenticated attackers, with vendor-level...

6.5CVSS5.5AI score0.00813EPSS
SaveExploits0References16
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-59898

The Snippet Shortcodes plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Shortcode Attributes in all versions up to, and including, 5.2.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level acce...

6.4CVSS5.5AI score0.00193EPSS
SaveExploits0References5
Total number of security vulnerabilities434424