CVE Database
Synced from NVD, cross-referenced against CISA KEV and EPSS · ordered by last update
| CVE ID | Score | Description |
|---|---|---|
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in HandL UTM Grabber <= 2.9.2 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in WP Debugging <= 2.12.2 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in WPeMatico RSS Feed Fetcher <= 2.8.17 versions. |
| 21d ago | 7.2 | Unauthenticated Server Side Request Forgery (SSRF) in Paid Member Subscriptions <= 3.0.4 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Internal Links Manager <= 3.0.3 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Classified Listing <= 5.4.2 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Real Estate 7 <= 3.5.9 versions. |
| 21d ago | 8.8 | Deserialization of Untrusted Data vulnerability in Themify Themify Popup allows Object Injection. This issue affects Themify Popup: from n/a through 1.4.3. |
| 21d ago | 8.1 | Unauthenticated Local File Inclusion in Audrey <= 1.5 versions. |
| 21d ago | 7.5 | Unauthenticated Broken Access Control in NOWPayments for WooCommerce <= 1.4.0 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in TheFox <= 3.9.76 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Automotive Car Dealership Business <= 13.3.3 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Automotive Listings <= 18.6 versions. |
| 21d ago | 8.8 | Contributor PHP Object Injection in Werkstatt <= 4.8.3 versions. |
| 21d ago | 8.1 | Unauthenticated Local File Inclusion in Pearl - Corporate Business <= 3.4.10 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in NativeChurch <= 4.8.8.2 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in LMS <= 9.7 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Kids Life | Children School WordPress <= 5.2 versions. |
| 21d ago | 8.8 | Deserialization of Untrusted Data vulnerability in Repute Infosystems ARMember Premium allows Object Injection. This issue affects ARMember Premium: from n/a before 7.6. |
| Exploit 21d ago | 7.5 | An unauthenticated remote attacker can exhaust server memory via the GetEndpoints Discovery Service in open62541. The endpointUrl field of GetEndpointsRequest is not validated for length. An attacker can declare an arbitrarily large string (up to ~4.09 GB via the UInt32 length field) delivered across intermediate chunks without ever sending the final chunk. The server buffers all chunks in RAM indefinitely until the SecureChannel times out. The attack is pre-session and bypasses all encryption configurations. The issue affects open62541: from 1.4.0 through 1.4.16, from 1.5.0 through 1.5.4, master. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Kids Zone - Children WordPress Theme <= 5.4 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Fitness Zone WordPress Theme <= 5.7 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in SpaLab | Beauty Salon WordPress Theme <= 6.7 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Trendy Travel <= 6.7 versions. |
| 21d ago | 7.1 | Unauthenticated Cross Site Scripting (XSS) in Artale | Wedding Photography WordPress <= 2.2.2 versions. |
| 21d ago | 7.5 | Unauthenticated Arbitrary Content Deletion in OpenAI Chatbot for WordPress – Helper <= 1.1.4 versions. |
| 21d ago | 7.5 | Subscriber Local File Inclusion in Tourmaster <= 5.4.5 versions. |
| 21d ago | 8.5 | Subscriber SQL Injection in Unicamp <= 2.2.2 versions. |
| 21d ago | 8.1 | Unauthenticated Local File Inclusion in Lighthouse <= 1.2.12 versions. |
| Exploit 21d ago | 7.2 | The WP Database Backup – Unlimited Database & Files Backup by Backup for WP plugin for WordPress is vulnerable to OS Command Injection in all versions up to and including 7.11 via the `wp_db_exclude_table` parameter. This is due to the direct concatenation of user-supplied `$_POST['wp_db_exclude_table']` values into the `mysqldump` shell command string in the `mysqldump()` function of `includes/admin/class-wpdb-admin.php` without wrapping them in `escapeshellarg()`—every other argument in the same command (DB_USER, DB_PASSWORD, host, filename, DB_NAME) is properly escaped, making the exclude-table values the sole exception—and because the only applied filtering, `sanitize_text_field()` via `recursive_sanitize_text_field()`, strips HTML tags but leaves shell metacharacters such as `;`, `|`, `` ` ``, and `$()` intact. This makes it possible for authenticated attackers, with administrator-level access and above, to execute arbitrary operating system commands on the server, potentially enabling full remote code execution. The injection is stored: malicious values submitted through the plugin settings form are persisted to the WordPress options table via `update_option('wp_db_exclude_table')` and later retrieved with `get_option()` and passed unsanitized to `shell_exec()` whenever a backup operation runs. |