AUGUST 23, 2026
Live Feed
Vulnerability Register

CVE Database

Synced from NVD, cross-referenced against CISA KEV and EPSS · ordered by last update

165,199 records on file
Page 211 of 5,507
CVE ID Score Description
18d ago
5.9

Author Cross Site Scripting (XSS) in Simple URLs <= 151 versions.

Exploit 18d ago
5.3

Missing Authorization vulnerability in Sendcloud Sendcloud Shipping allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects Sendcloud Shipping: from n/a through 1.0.29.

18d ago
6.5

Contributor Cross Site Scripting (XSS) in Mosaic Gallery &#8211; Advanced Gallery <= 1.2.0 versions.

18d ago
6.5

Contributor Cross Site Scripting (XSS) in Livemesh Addons for WPBakery Page Builder <= 3.9.4 versions.

18d ago
5.3

Unauthenticated Sensitive Data Exposure in Kit (formerly ConvertKit) for WooCommerce <= 2.1.5 versions.

18d ago
5.3

Unauthenticated Broken Access Control in ez Form Calculator Premium <= 2.14.1.2 versions.

18d ago
6.5

Unauthenticated Cross Site Request Forgery (CSRF) in Booked <= 3.0.0 versions.

18d ago
6.5

Contributor Broken Access Control in Flatsome <= 3.20.5 versions.

18d ago
4.3

Subscriber Broken Access Control in Flatsome <= 3.20.5 versions.

18d ago
4.3

Unauthenticated Cross Site Request Forgery (CSRF) in Werkstatt <= 4.7.2 versions.

18d ago
4.3

Subscriber Broken Access Control in Werkstatt <= 4.7.2 versions.

18d ago
4.3

Subscriber Broken Access Control in Martfury - WooCommerce Marketplace WordPress Theme <= 3.2.8 versions.

18d ago
6.5

Contributor Cross Site Scripting (XSS) in TheFox <= 3.9.70 versions.

18d ago
6.4

Subscriber Server Side Request Forgery (SSRF) in GeoDirectory <= 2.8.161 versions.

18d ago
6.5

Unauthenticated Insecure Direct Object References (IDOR) in Kirki <= 6.0.11 versions.

18d ago
6.5

Subscriber Broken Access Control in Advanced Contact form 7 DB <= 2.0.9 versions.

18d ago
6.5

Subscriber Broken Access Control in Classified Listing <= 5.4.2 versions.

18d ago
6.5

Subscriber Cross Site Scripting (XSS) in JetReviews <= 3.0.0.1 versions.

18d ago
6.5

Subscriber Broken Access Control in Link Whisper Premium <= 2.9.0 versions.

18d ago
4.8

Unauthenticated Broken Authentication in ALD – Dropshipping and Fulfillment for AliExpress and WooCommerce <= 2.2.0 versions.

18d ago
6.5

Subscriber Sensitive Data Exposure in Hotel Booking Lite <= 6.0.3 versions.

18d ago
6.5

Subscriber Cross Site Scripting (XSS) in ShortPixel Adaptive Images <= 3.11.3 versions.

18d ago
6.5

Path Traversal: '.../...//' vulnerability in Addify Tax Exempt for WooCommerce allows Path Traversal. This issue affects Tax Exempt for WooCommerce: from n/a before 1.9.5.

18d ago
6.5

Unauthenticated Broken Access Control in Motors <= 5.6.80 versions.

18d ago
6.5

Subscriber Sensitive Data Exposure in Corpkit <= 1.0.5 versions.

18d ago
5.3

Unauthenticated Broken Access Control in Woostify Sites Library <= 1.6.2 versions.

Exploit 18d ago
5.3

The Appointment Bookings for Zoom GoogleMeet and more – Wappointment plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to and including 2.7.6 via the `appointmentkey` parameter due to the appointment `edit_key` — the sole authorization token consumed by `tryCancel()` — being generated as a predictable, unsalted MD5 hash of only `client_id` (a sequential integer), `start_at` (a publicly observable appointment timestamp), and `staff_id` (a small enumerable integer), with no secret salt or random component, and the unauthenticated cancellation and rescheduling REST endpoints performing no ownership or identity verification beyond matching this reconstructible key. This makes it possible for unauthenticated attackers to compute valid `edit_key` values for appointments belonging to other users and cancel or reschedule those appointments arbitrarily. Exploitation requires the `allow_cancellation` or `allow_rescheduling` setting to be enabled on the site, both of which are common configurations for active booking deployments; an attacker can obtain the inputs needed to reconstruct a victim's key by booking their own appointment to observe their sequential `client_id` and correlating publicly visible appointment times and enumerable staff identifiers.

18d ago
6.5

The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to Arbitrary File Copy via the create_entry_el() function in versions up to, and including, 1.5.1. The function reads raw_value from Elementor Pro's Form_Record object for upload-type fields and passes it directly to PHP's copy() without validating that the value corresponds to a legitimately uploaded file — when no file is present in $_FILES, raw_value reflects the attacker-controlled POST string. copy() accepts both local filesystem paths and URL sources, so the attacker can target any file readable by the PHP process or supply an attacker-controlled remote URL. Elementor Pro is a prerequisite for triggering the code path (it owns the elementor_pro/forms/new_record hook and populates the Form_Record object), but the bug itself is entirely in Contact Form Entries' handler. This could allow unauthenticated attackers to disclose arbitrary files on the affected site's server. The file is copied to a directory unknown to the attacker; the hashed directory name provides defense-in-depth but is generated from non-cryptographic sources (uniqid() + rand()) and should not be relied upon as the primary mitigation.

18d ago
4.3

A vulnerability was discovered on StormShield Network Security 4.3.0 to 4.3.41 (included), 4.8.0 to 4.8.15 (included) , 5.0.0 to 5.0.5 (included) There is a possible leak of secret information if administration commands have been passed with the CLI command line tool. Someone with SSH access to the firewall (if SSH multiuser mode is enabled) could possibly get the proxy CA passphrase or TPM password.

Exploit 18d ago
6.5

The Groundhogg — CRM, Newsletters, and Marketing Automation plugin for WordPress is vulnerable to generic SQL Injection via the 'select' parameter in all versions up to, and including, 4.5.8 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 custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires the attacker to hold a Groundhogg custom role with the view_contacts capability, which is granted by default to several built-in Groundhogg roles above the base subscriber level.