Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total11,547
Critical0
High0
Medium11,547
Reset
Showing 381-400 of 11547 records
Threat Entry Updated 2026-04-22

CVE-2026-4089 - Twittee Text Tweet Plugin

The Twittee Text Tweet plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' shortcode attribute in all versions up to and including 1.0.8. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The ttt_twittee_tweeter() function uses extract() to pull shortcode attributes into local variables and then directly concatenates them into HTML output without any escaping. Specifically, the $id parameter is inserted into an HTML id attribute context without esc_attr(), allowing an attacker to break out of the attribute and inject arbitrary HTML…

PLUGIN Twittee Text Tweet

CVE-2026-4089

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4088 - Switch Cta Box Plugin

The Switch CTA Box plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wppw_cta_box' shortcode in all versions up to, and including, 1.1. This is due to insufficient input sanitization and output escaping on user-supplied post meta values including 'cta_box_button_link', 'cta_box_button_id', 'cta_box_button_text', and 'cta_box_description'. The shortcode reads post meta from a user-specified post ID and echoes these values directly into HTML output without any escaping functions (no esc_attr(), esc_url(), or esc_html()). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts…

PLUGIN Switch Cta Box

CVE-2026-4088

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4085 - My Instagram Feed Plugin

The Easy Social Photos Gallery plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wrapper_class' shortcode attribute of the 'my-instagram-feed' shortcode in all versions up to, and including, 3.1.2. This is due to insufficient input sanitization and output escaping on user supplied attributes. Specifically, the plugin uses sanitize_text_field() instead of esc_attr() when outputting the 'wrapper_class' attribute inside a double-quoted HTML class attribute. Since sanitize_text_field() does not encode double quotes, an attacker can break out of the class attribute and inject arbitrary HTML event handlers. This makes it possible…

PLUGIN My Instagram Feed

CVE-2026-4085

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4082 - Er Swiffy Insert Plugin

The ER Swiffy Insert plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [swiffy] shortcode in all versions up to and including 1.0.0. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes ('n', 'w', 'h'). These attributes are extracted using extract() and directly interpolated into the HTML output without any escaping such as esc_attr(). This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Er Swiffy Insert

CVE-2026-4082

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4076 - Slider Bootstrap Carousel Plugin

The Slider Bootstrap Carousel plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'category' and 'template' shortcode attributes in all versions up to and including 1.0.7. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The plugin uses extract() on shortcode_atts() to parse attributes, then directly outputs the $category variable into multiple HTML attributes (id, data-target, href) on lines 38, 47, 109, and 113 without applying esc_attr(). Similarly, the $template attribute flows into a class attribute on line 93 without escaping. This makes…

PLUGIN Slider Bootstrap Carousel

CVE-2026-4076

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4090 - Inquiry Cart Plugin

The Inquiry Cart plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.4.2. This is due to missing nonce verification in the rd_ic_settings_page function when processing settings form submissions. This makes it possible for unauthenticated attackers to update the plugin's settings, including injecting malicious scripts that will be stored and executed in the admin area, via a forged request granted they can trick an administrator into performing an action such as clicking on a link.

PLUGIN Inquiry Cart

CVE-2026-4090

MEDIUM CVSS 6.1 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-4074 - Quran Live Plugin

The Quran Live Multilanguage plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'cheikh' and 'lang' shortcode attributes in all versions up to, and including, 1.0.3. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The quran_live_render() function of quran-live.php receives shortcode attributes and passes them directly through shortcode_atts() and extract() without any sanitization. These values are then passed to Render_Quran_Live::render_verse_quran_live() where they are echoed directly into inline blocks using PHP short tags ( and ) at lines 191, 216, 217, 245, and…

PLUGIN Quran Live

CVE-2026-4074

MEDIUM CVSS 6.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-3362 - Short Comment Filter Plugin

The Short Comment Filter plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Minimum Count' settings field in all versions up to and including 2.2. This is due to insufficient input sanitization (no sanitize callback on register_setting) and missing output escaping (no esc_attr() on the echoed value in the input's value attribute). The option value is stored via update_option() and rendered unescaped in an HTML attribute context. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in the settings page…

PLUGIN Short Comment Filter

CVE-2026-3362

MEDIUM CVSS 4.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-2719 - Private Wp Suite Plugin

The Private WP suite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Exceptions' setting in all versions up to, and including, 0.4.1. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Private Wp Suite

CVE-2026-2719

MEDIUM CVSS 4.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-2717 - Http Headers Plugin

The HTTP Headers plugin for WordPress is vulnerable to CRLF Injection in all versions up to, and including, 1.19.2. This is due to insufficient sanitization of custom header name and value fields before writing them to the Apache .htaccess file via `insert_with_markers()`. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary newline characters and additional Apache directives into the .htaccess configuration file via the 'Custom Headers' settings, leading to Apache configuration parse errors and potential site-wide denial of service.

PLUGIN Http Headers

CVE-2026-2717

MEDIUM CVSS 5.5 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-1845 - Re Pro Plugin

The Real Estate Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.0.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Re Pro

CVE-2026-1845

MEDIUM CVSS 5.5 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-2714 - Institute Management Plugin

The Institute Management plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Enquiry Form Title' setting in all versions up to, and including, 5.5. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Institute Management

CVE-2026-2714

MEDIUM CVSS 4.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-1379 - Http Headers Plugin

The HTTP Headers plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.19.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Http Headers

CVE-2026-1379

MEDIUM CVSS 4.4 2026-04-22
Threat Entry Updated 2026-04-22

CVE-2026-6711 - Txt Plugin

The Website LLMs.txt plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'tab' parameter in all versions up to, and including, 8.2.6. This is due to the use of filter_input() without a sanitization filter and insufficient output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an administrator into performing an action such as clicking on a link.

PLUGIN Txt

CVE-2026-6711

MEDIUM CVSS 6.1 2026-04-21
Threat Entry Updated 2026-04-22

CVE-2026-6712 - Txt Plugin

The Website LLMs.txt plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 8.2.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Txt

CVE-2026-6712

MEDIUM CVSS 4.4 2026-04-21
Threat Entry Updated 2026-04-22

CVE-2026-6703 - Responsive Block Editor Addons Plugin

The Responsive Blocks – Page Builder for Blocks & Patterns plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 2.2.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to modify global site-wide plugin configuration options, including toggling custom CSS, disabling blocks, changing layout defaults such as content width, container padding, and container gap, and altering auto-block-recovery behavior.

PLUGIN Responsive Block Editor Addons

CVE-2026-6703

MEDIUM CVSS 4.3 2026-04-21
Threat Entry Updated 2026-04-22

CVE-2026-6674 - Cms Fuer Motorrad Werkstaetten Plugin

The Plugin: CMS für Motorrad Werkstätten plugin for WordPress is vulnerable to SQL Injection via the 'arttype' parameter in all versions up to, and including, 1.0.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

PLUGIN Cms Fuer Motorrad Werkstaetten

CVE-2026-6674

MEDIUM CVSS 6.5 2026-04-21
Threat Entry Updated 2026-04-22

CVE-2026-6675 - Responsive Block Editor Addons Plugin

The Responsive Blocks – Page Builder for Blocks & Patterns plugin for WordPress is vulnerable to Unauthenticated Open Email Relay in all versions up to, and including, 2.2.0. This is due to insufficient authorization checks and missing server-side validation of the recipient email address supplied via a public REST API route. This makes it possible for unauthenticated attackers to send arbitrary emails to any recipient of their choosing through the affected WordPress site's mail server, effectively turning the site into an open mail relay.

PLUGIN Responsive Block Editor Addons

CVE-2026-6675

MEDIUM CVSS 5.3 2026-04-21
Threat Entry Updated 2026-04-22

CVE-2026-5721 - Table Charts Plugin

The wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 6.5.0.4. This is due to insufficient input sanitization and output escaping in the prepareCellOutput() method of the LinkWDTColumn, ImageWDTColumn, and EmailWDTColumn classes. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page, given that they can trick an Administrator into importing data from an attacker-controlled source and the…

PLUGIN Table Charts

CVE-2026-5721

MEDIUM CVSS 4.7 2026-04-20
Threat Entry Updated 2026-04-22

CVE-2026-4852 - Image Source Control Isc Plugin

The Image Source Control Lite – Show Image Credits and Captions plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Image Source' attachment field in all versions up to, and including, 3.9.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Image Source Control Isc

CVE-2026-4852

MEDIUM CVSS 6.4 2026-04-20
Scroll to top