Skip to main content

Know which CVEs
actually matter.

Everyone lists today's criticals. We tell you which are widespread vs niche, and what's confirmed vs inferred – so you act on the real ones.

No credit card Privacy-first 30-second setup 7-day free trial

Get the weekly Signal Free

No account · weekly · unsubscribe anytime. Privacy.

Live stats
283,770
Total CVEs tracked
22+
Data sources
3215
This week
289 CRITICAL 1501 HIGH 1265 MEDIUM 160 LOW
Last 30 days

Signals this week

Exploited 9 POC 307 Unpatched 1209 Widespread 1609

Trending this week

Microsoft 893
Linux 444
Google 319
WordPress 268
PHP 193
Adobe 159
Wordpress Plugin 152
Windows Server 2025 120
Dell 116
Windows Server 2022 115
Windows Server 2019 114
Windows 10 1809 113
Windows 11 26h1 106
Windows Server 2016 106
Windows 11 24h2 106
365 Apps 105

Why vuln.today

Signal, not noise.

Most feeds hand you every CVE published today and call it a day. We go further: we tell you how widespread the affected software actually is, how confident we are in the analysis, and where it ranks against everything else on your plate.

Prevalence

Widespread or niche? A CVE in software running on a handful of machines isn't the same emergency as one in something half the internet runs. We flag which is which so you don't burn a Friday night patching a library nobody uses.

Confidence

Confirmed vs inferred – we say which. Some fields come straight from NVD, CISA, or the vendor; others are our best inference when official data is thin. We label the difference instead of presenting both as equally certain.

Priority

CVSS, EPSS, CISA KEV status, public exploit availability, and patch status all feed into one 0-235 priority score and a plain-language decision label – so ranking a pile of CVEs takes seconds, not a spreadsheet.

7-day free trial

What you get

No credit card · full access for 7 days · see plans after trial

Personal Feed & Watchlist

Watch vendors, products, and techniques. Your feed filters daily CVEs down to the ones that matter to you.

REST API & CI/CD Gate

Programmatic search, manifest scanning, and deploy blocking. One API key, full access during your trial.

Stack Monitoring & Scanning

Upload manifests (package.json, requirements.txt, pom.xml). Get alerts with fix commands when CVEs hit your versions.

Slack & Email Alerts

Slack Block Kit cards or email digests when critical CVEs hit your watched tags or stack. Real-time or daily.

Today's signal

The criticals that are actually widespread

CVE-2026-78159 Sep 12, 07:39
CRITICAL Widespread Act Now

Remote code execution in The Events Calendar WordPress plugin (StellarWP) through version 6.17.3 lets unauthenticated attackers run arbitrary PHP on the server by abusing Element_Classes::parse_array(). A plain-array widget 'classes' payload evades the is_safe_widget_instance() object check and reaches a callable-invocation sink; the chain fires when do_blocks() renders a single-event page whose comment area contains a crafted wp:legacy-widget block. Reported by Wordfence with a 9.8 CVSS; no public exploit identified at time of analysis, and the flaw is only reachable on sites that enable comments on tribe_events posts.

9.8CVSS
WordPressRCECode InjectionThe Events Calendar
CVE-2026-78006 Sep 12, 07:39
CRITICAL Widespread Act Now

Remote code execution in The Events Calendar plugin for WordPress (StellarWP) affects all versions up to and including 6.17.4, allowing unauthenticated attackers to run arbitrary PHP on the server via unsafe deserialization. The is_safe_widget_instance guard is bypassed because PHP fires magic methods during pre-parse and enable_rendering_widget_copied() forges a valid wp_hash integrity attribute before unserialize() executes; the malicious block markup reaches the sink through the V2 single-event template running do_blocks() over buffered comment HTML. Reported by Wordfence with a CVSS of 9.8; no public exploit identified at time of analysis, though the vulnerability is well-documented with pinpointed source-line references.

9.8CVSS
PHPWordPressRCEDeserialization
CVE-2026-85706 Sep 12, 02:46
CRITICAL Widespread POC PATCH Act Now KEV

Unauthenticated arbitrary file read in GitLab CE/EE lets remote attackers retrieve files from the GitLab server via the repository commits API, which fails to confine paths and does not enforce authentication. All 18.7 releases through 19.3.2 are affected across the fix lines (before 19.1.8, 19.2.6, and 19.3.2). This is confirmed actively exploited (CISA KEV) and publicly available exploit code exists, making it an emergency-patch priority for any internet-reachable GitLab instance.

10.0CVSS
Authentication BypassPath TraversalGitlab

Latest CVEs

View all →
CVE-2026-11355 Sep 12, 07:39
MEDIUM This Month

Unauthenticated option-overwrite in DT LMS <=1.1 allows any remote attacker to modify arbitrary plugin settings stored in the WordPress wp_options table by calling three unprotected AJAX handlers - dtlms_save_poc_settings, dtlms_save_skin_settings, and dtlms_save_options_settings - that are registered on wp_ajax_nopriv_* with no nonce validation, no capability check, and no input filtering before update_option() is invoked. Confirmed by Wordfence with direct source-code references; a patch commit (changeset 3585901) is present in the WordPress plugin repository but the exact released version number is not stated in available data. No public exploit code and no CISA KEV listing identified at time of analysis.

5.3CVSS
WordPressWordpress PluginDesignthemesDt Lms Elearning Wordpress Lms Plugin
CVE-2026-77161 Sep 12, 07:39
MEDIUM This Month

Authenticated SQL injection in the Smart Marketing SMS and Newsletters Forms WordPress plugin (versions ≤5.1.24) allows subscriber-level users to append arbitrary SQL to existing database queries, extracting sensitive data from the WordPress database. The vulnerability resides in insufficient input escaping on a user-supplied parameter before it reaches an existing SQL query, requiring only a low-privilege account and the plugin's sync/mapping feature to be in its typical operational state. No public exploit or active exploitation has been identified; the fix is available via WordPress SVN changeset 3663923.

6.5CVSS
WordPressSQLiWordpress PluginSmart Marketing Sms And Newsletters Forms
CVE-2026-78175 Sep 12, 07:39
HIGH This Week

Remote code execution is achievable in Tutor LMS WordPress plugin (≤4.0.7) via a PHP Object Injection flaw in the withdrawal account AJAX handler that exploits a subtle interaction between `esc_sql()` percent-escaping and PHP serialized string-length declarations. Authenticated attackers with subscriber-level access — or unauthenticated attackers on sites with user registration enabled, the typical eLearning configuration — can inject an arbitrary serialized object stream and trigger the well-documented `GuzzleHttp\Cookie\FileCookieJar` POP chain to write a webshell to an attacker-specified path. No public exploit or KEV listing is confirmed at time of analysis, but a fix changeset is available and the POP chain is reliably reachable due to the plugin's bundled PayPal Composer autoloader.

8.8CVSS
PHPWordPressRCEDeserialization
CVE-2026-85198 Sep 12, 07:39
MEDIUM This Month

SQL injection in the MPG - Multiple Page Generator WordPress plugin (all versions through 4.2.1) allows authenticated attackers holding only subscriber-level accounts to append arbitrary SQL into existing database queries via a crafted URL path, enabling full exfiltration of the WordPress database including password hashes, user PII, and stored credentials. The flaw originates in SpintaxController.php and Helper.php where URL-path parameters are interpolated into queries without adequate escaping or use of WordPress's prepare() API; the code path is only reachable when the [mpg_spintax] shortcode is rendered in site-wide components such as footers or template parts. No public exploit code has been identified at time of analysis, and an upstream fix has been committed to the WordPress plugin SVN repository (changeset 3687328) as reported by Wordfence.

6.5CVSS
WordPressSQLiWordpress PluginThemeisle
CVE-2026-17585 Sep 12, 07:39
MEDIUM This Month

Unauthenticated sensitive information exposure in the Royal Addons for Elementor WordPress plugin (all versions ≤1.7.1066) allows any remote attacker to enumerate arbitrary postmeta values from all published posts via a blind, character-by-character substring oracle. The critical enabler is that the AJAX nonce protecting the search endpoint is publicly emitted in page HTML via wp_localize_script whenever any Royal Elementor widget loads - no session, login, or prior action is required to obtain it. Postmeta data can include private field values, API keys, or other sensitive content stored by themes and other plugins, making the practical impact site-dependent but potentially significant beyond the CVSS 5.3 base score.

5.3CVSS
WordPressInformation DisclosureRoyal Addons For Elementor Addons And Templates Kit For ElementorWordpress Plugin
CVE-2026-85200 Sep 12, 07:39
HIGH This Week

Local file inclusion and remote code execution in GEO my WP WordPress plugin (≤4.5.5.3) allow unauthenticated attackers to include arbitrary PHP files via the `gmw_posts_locator_ajax_info_window_loader` AJAX handler, which accepted attacker-controlled template paths and passed them to a PHP `require` statement without adequate allowlist enforcement. At minimum this exposes sensitive PHP files such as wp-config.php; when PEAR is installed with `register_argc_argv` enabled, attackers can leverage pearcmd.php to write and execute arbitrary PHP code, achieving full unauthenticated RCE. No public exploit has been identified at time of analysis, though the Wordfence advisory and vulnerable source code are publicly available, substantially reducing the development effort for a proof-of-concept.

7.5CVSS
PHPWordPressRCEInformation Disclosure
CVE-2026-16482 Sep 12, 07:39
HIGH This Week

Time-based blind SQL injection in rtMedia for WordPress, BuddyPress and bbPress (all versions through 4.7.11) enables unauthenticated remote attackers to exfiltrate arbitrary data from the WordPress database. The flaw stems from RTMediaQuery::query() merging raw $_REQUEST input into internal query parameters while only validating top-level array keys, allowing the nested 'compare' subvalue to bypass input validation and reach an unparameterized SQL sink. Exploitation requires only that a public-facing page exist with an rtMedia shortcode present - no authentication, interaction, or special server configuration is needed. No public exploit code or CISA KEV listing was identified at time of analysis.

7.5CVSS
WordPressSQLiWordpress PluginRtmedia For Wordpress Buddypress And Bbpress
CVE-2026-87919 Sep 12, 06:16
PATCH awaiting_data

The Product XML Feed Manager for WooCommerce WordPress plugin before 3.1.1 does not restrict which object method its product shortcode may call, nor check the user's capability over the targeted product, allowing users with contributor-level access to delete arbitrary WooCommerce products by previewing a post that contains the shortcode.

WordPressRCE
CVE-2026-87918 Sep 12, 06:16
PATCH awaiting_data

The WPBot WordPress plugin before 8.5.7 does not perform any authorization or nonce check on several AJAX actions that relay prompts to its configured AI providers, allowing unauthenticated attackers to make those third-party API calls, and consume the associated cost, using the site's own configured API keys.

WordPressInformation Disclosure
CVE-2026-87916 Sep 12, 06:16
PATCH awaiting_data

The WPBot WordPress plugin before 8.6.0 does not perform any capability or nonce check on the AJAX action that lists stored chat sessions, allowing unauthenticated attackers to retrieve the name, email address and phone number of every chat visitor by requesting a wide date range.

WordPressInformation Disclosure

Ready to get started?

Join security teams who track smarter, not harder. 7-day free trial, no credit card required.

Prioritization you can trust

CVSS, EPSS, KEV, and exploit signals combined into one score – no more guessing what to patch first.

Real-time alerts

Slack and email alerts the moment a CVE hits your watched tags or stack – not once a week.

Create free account
Independent, not vendor-funded New CVEs fetched every 15 minutes 283,770+ CVEs already tracked
vuln.today
Free vulnerability intelligence
Sign in

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy