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.

Total15,479
Critical934
High3,137
Medium11,193
Reset
Showing 161-180 of 15479 records
Threat Entry Updated 2026-07-13

CVE-2026-3576 - Planyo Online Reservation System Plugin

The Planyo Online Reservation System plugin for WordPress is vulnerable to Server-Side Request Forgery leading to Local File Inclusion in all versions up to, and including, 3.0. The ulap.php file acts as an AJAX proxy and is directly accessible without WordPress bootstrapping or any authentication. The send_http_post() function validates the host of the provided URL against an allowlist that includes 'localhost', but critically fails to validate the URL scheme/protocol. This makes it possible for unauthenticated attackers to supply a file:// URL (e.g., file://localhost/etc/passwd) which bypasses the host allowlist check because…

PLUGIN Planyo Online Reservation System

CVE-2026-3576

HIGH CVSS 7.2 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-6804 - AI Copilot – Content Generator Plugin

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.4.12. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to publish draft WordPress posts, exposing unpublished content, or unpublish live content, causing service disruption, by supplying arbitrary scenario IDs.

PLUGIN AI Copilot – Content Generator

CVE-2026-6804

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-15

CVE-2026-6803 - AI Copilot – Content Generator Plugin

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.4.12. This is due to missing capability checks and nonce verification on AJAX actions registered under both wp_ajax_ and wp_ajax_nopriv_ hooks, as the base controller's getPermissions() returns an empty array and neither removeGroup nor clear are added to getNoncedMethods(), causing the authorization gate to unconditionally return true for these actions. This makes it possible for unauthenticated attackers to delete specific records by ID or delete all records…

PLUGIN AI Copilot – Content Generator

CVE-2026-6803

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-9738 - Print, PDF & Email by PrintFriendly Plugin

The Print, PDF, Email by PrintFriendly plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'content_position_css' parameter in all versions up to, and including, 5.5.10 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.

PLUGIN Print, PDF & Email by PrintFriendly

CVE-2026-9738

MEDIUM CVSS 4.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-7620 - Notification For Telegram Plugin

The Notification for Telegram plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.5.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 subscriber-level access and above, to create, modify, or reschedule the nftb_cron_hook WordPress cron event, enabling unauthorized manipulation of the plugin's background task scheduling logic.

PLUGIN Notification For Telegram

CVE-2026-7620

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-7559 - Affiliaa Affiliate Program With Mlm Plugin

The Affilia – Affiliate Program & Referral Tracking for WordPress plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 3.3.3. 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 subscriber-level access and above, to approve or reject affiliate referrals, credit commissions to affiliate wallets, delete referral records, and modify custom banner plugin options, enabling financial fraud. The nonce required to pass the only authentication check is embedded…

PLUGIN Affiliaa Affiliate Program With Mlm

CVE-2026-7559

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-2354 - Swiss Toolkit For Wp Plugin

The Swiss Toolkit For WP plugin for WordPress is vulnerable to arbitrary file upload due to a flawed file type validation bypass in the `upload_extension_files()` function in all versions up to, and including, 1.4.6. The `upload_extension_files()` function hooks into WordPress's `wp_check_filetype_and_ext` filter and uses `strpos()` to check if a filename contains a configured extension string, rather than verifying the actual file extension. This makes it possible for authenticated attackers, with Author-level access and above, to upload arbitrary files (including PHP) on the affected site's server which may make remote code…

PLUGIN Swiss Toolkit For Wp

CVE-2026-2354

HIGH CVSS 8.8 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-3552 - Surflink Ultimate Link Manager Plugin

The SurfLink - Ultimate Link Manager plugin for WordPress is vulnerable to unauthorized data modification due to a missing capability check on the ajax_import_410() function in all versions up to 2.6.0. This is due to a missing capability check (current_user_can()) and missing nonce verification (check_ajax_referer()) in the ajax_import_410() function, while all other AJAX handlers in the same class (ajax_add_single_410, ajax_save_editted_410, ajax_delete_410, ajax_bulk_410_delete, ajax_empty_410, ajax_export_410) properly implement both authorization and nonce checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to import arbitrary URLs into the 410…

PLUGIN Surflink Ultimate Link Manager

CVE-2026-3552

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-1832 - Agentic Help Desk Plugin for WordPress – Live Chat, AI Chatbot & Ticketing – ThriveDesk

The ThriveDesk – Live Chat, AI Chatbot, Helpdesk & Knowledge Base plugin for WordPress is vulnerable to unauthorized cache deletion due to a missing capability check on the 'thrivedesk_clear_cache' AJAX action in all versions up to, and including, 2.1.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to clear the plugin's cache.

PLUGIN Agentic Help Desk Plugin for WordPress – Live Chat, AI Chatbot & Ticketing – ThriveDesk

CVE-2026-1832

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-14262 - Simple JWT Login – Allows you to use JWT on REST endpoints. Plugin

The Simple JWT Login – Allows you to use JWT on REST endpoints. plugin for WordPress is vulnerable to Authentication Bypass to Privilege Escalation in all versions up to, and including, 3.6.6 via the `payload` parameter. The vulnerability exists because `AuthenticateService::generatePayload()` only overwrites JWT payload keys whose names appear in the admin-configured `jwt_payload` list — leaving any attacker-supplied identity claims such as `email`, `id`, or `username` intact and signed into the JWT with the site's HS256 secret. This makes it possible for authenticated attackers, with subscriber-level access and above, to…

PLUGIN Simple JWT Login – Allows you to use JWT on REST endpoints.

CVE-2026-14262

HIGH CVSS 8.8 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-15335 - Booking Package Plugin

The Booking Package plugin for WordPress is vulnerable to generic SQL Injection via 'email' Form Parameter (form) in all versions up to, and including, 1.7.20 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerable REST API endpoint /wp-json/booking-package/v1/request is registered with permission_callback: __return_true and wp_magic_quotes does not apply to REST-sourced $_POST…

PLUGIN Booking Package

CVE-2026-15335

HIGH CVSS 7.5 2026-07-11
Threat Entry Updated 2026-07-15

CVE-2026-15097 - Themify Builder Plugin

The Themify Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'height_slider' Slider Module Field in all versions up to, and including, 7.7.6 due to insufficient input sanitization and output escaping. 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 Themify Builder

CVE-2026-15097

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-15096 - Themify Builder Plugin

The Themify Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Map Module 'b_width_map' Field in all versions up to, and including, 7.7.6 due to insufficient input sanitization and output escaping. 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 Themify Builder

CVE-2026-15096

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-13250 - Solace Extra Plugin

The Solace Extra plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.5.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to permanently delete all content previously imported via the Starter Template feature, including posts, pages, media attachments, WooCommerce products, taxonomy terms, and sitebuilder templates. The required nonce is emitted on every wp-admin page via wp_localize_script() hooked to admin_enqueue_scripts without a page guard, meaning any Subscriber visiting…

PLUGIN Solace Extra

CVE-2026-13250

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-12141 - Premium Addons for Elementor – Powerful Elementor Templates & Widgets Plugin

The Premium Addons for Elementor – Powerful Elementor Templates & Widgets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'premium_tooltip_text' parameter in all versions up to, and including, 4.11.84 due to insufficient input sanitization and output escaping. 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. The injected payload is specifically triggered when an administrator or higher-privileged user opens the affected post in the Elementor editor, as…

PLUGIN Premium Addons for Elementor – Powerful Elementor Templates & Widgets

CVE-2026-12141

MEDIUM CVSS 4.9 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-13116 - PDF Invoices & Packing Slips for WooCommerce Plugin

The PDF Invoices & Packing Slips for WooCommerce plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.14.0 via the generate_document_shortcode due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with contributor-level access and above, to mint publicly accessible, session-free download links for arbitrary third-party orders, exposing customer names, billing and shipping addresses, email addresses, phone numbers, order and invoice numbers, line items, totals, payment details, and customer notes contained in those orders' invoices and…

PLUGIN PDF Invoices & Packing Slips for WooCommerce

CVE-2026-13116

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-8678 - Myparcel Plugin

The MyParcel plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.25.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 subscriber-level access and above, to view and modify shipment options — including carrier, delivery type, package type, number of labels, weight, signature requirement, and insurance — on any arbitrary order.

PLUGIN Myparcel

CVE-2026-8678

MEDIUM CVSS 4.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-5743 - SimpLy Gallery Plugin

The SimpLy Gallery Block & Lightbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting via block attributes in all versions up to, and including, 3.3.3.2. This is due to insufficient input sanitization and output escaping on the sliderMaxHeight block attribute in the pgc_sgb_render_callback() function. The vulnerability exists because the pgc_sgb_sanitize_custom_css() function uses a flawed regex pattern that only removes event handlers with quoted values (e.g., onfocus="alert()") but fails to catch unquoted event handlers (e.g., onfocus=alert(document.cookie)), allowing the malicious code to bypass sanitization. This makes it possible for authenticated attackers,…

PLUGIN SimpLy Gallery

CVE-2026-5743

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-3367 - Lockme Calendars Integration Plugin

The Lockme OAuth2 calendars integration plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'App ID' setting in all versions up to, and including, 2.11.0. This is due to insufficient input sanitization and output escaping. The register_setting() call on line 197 lacks a sanitize callback, allowing unsanitized data to be stored via update_option(). When the settings page is rendered, the stored value is echoed directly into an HTML input's value attribute without esc_attr() on line 212. This makes it possible for authenticated attackers, with administrator-level access and above,…

PLUGIN Lockme Calendars Integration

CVE-2026-3367

MEDIUM CVSS 4.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-7544 - Mux Video Uploader Plugin

The Mux Video Uploader plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.1.4 via the muxvideo_enqueue_settings_script. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract sensitive data including Mux API credentials.

PLUGIN Mux Video Uploader

CVE-2026-7544

MEDIUM CVSS 4.3 2026-07-11
Scroll to top