Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2831+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. WordPress Adds Automated Plugin Reviews to Block High-Risk Updates Before Distribution
WordPress Adds Automated Plugin Reviews to Block High-Risk Updates Before Distribution
NEWS

WordPress Adds Automated Plugin Reviews to Block High-Risk Updates Before Distribution

WordPress.org now auto-scans every plugin release with AI and Jetpack Scan before distribution, blocking high-risk updates without human review.

Dylan H.

News Desk

September 14, 2026
3 min read

A New Gate Before Every Release

WordPress has rolled out an automated security review that scans every plugin release before it reaches the WordPress.org update API, aiming to catch vulnerabilities and malicious code before they ever land on a production site. Previously, plugin code review focused heavily on initial submission — a plugin could pass its first review clean and later ship a compromised update with no equivalent scrutiny.


How the Review Works

Each new release now sits in a cooldown window (currently six hours) before it becomes available to end users. During that window:

  1. AI models and Jetpack Scan analyze the code changes introduced in the release
  2. Their findings are cross-verified and combined into a single security risk score
  3. Releases that score as high-risk are automatically blocked — no human has to intervene for the block to take effect
  4. Developers are notified by email only when a release is blocked, with details on what triggered it

What the Scanner Looks For

Risk PatternDescription
Missing capability checksREST, AJAX, or admin endpoints with no permission checks
Unsafe SQLQueries built via string concatenation instead of prepared statements
Unsafe file operationsFile paths or operations built from unsanitized user input
Unsafe deserializationDeserializing user-supplied data without validation
Unauthorized data accessCode reaching into other users' options or user metadata
Runtime code fetchingRemotely fetched or obfuscated code executed at runtime

Already Working

The system has already demonstrated real-world value. On July 28, 2026, it flagged a backdoor inserted into a plugin with roughly 20,000 active installations — the compromised release was pulled from distribution within 26 minutes of publication, before it could reach a meaningful share of that install base.

David Perez, co-lead of the WordPress Official Plugin Repository Team, summed up the rationale: "A plugin can be secure today and introduce a vulnerability, or malicious code, in a future release."


Why This Matters

WordPress powers a substantial share of the web, and its plugin ecosystem has long been a favored supply-chain target — compromised or vulnerable plugin updates have repeatedly been used to mass-inject malware, backdoors, and SEO spam across thousands of sites at once. Gating every release, not just initial submissions, closes a gap that attackers have historically exploited: hijacking a trusted, already-installed plugin's update channel rather than trying to get a malicious plugin approved from scratch.


What This Means for Site Owners

  • Plugin updates may occasionally arrive later than before due to the review cooldown
  • A blocked update should be treated as a signal to check with the developer before assuming it's safe to install manually
  • This does not replace basic hygiene: keep plugins to the minimum needed, remove unused ones, and monitor for unexpected admin users or file changes regardless of the update source

References

  • The Hacker News — WordPress Adds Automated Plugin Reviews to Block High-Risk Updates Before Distribution

Related Reading

  • Maximum Severity GitLab Flaw Puts Supply Chains at Risk
  • Red Heron Exploits Gitea RCE to Compromise 13 Organizations Across Six Countries
#WordPress#Supply Chain#Plugin Security#Jetpack#AI Security

Related Articles

CVE-2026-10081: Unlimited Elements for Elementor Stored XSS via Google Reviews

A stored cross-site scripting vulnerability in the Unlimited Elements for Elementor WordPress plugin (before 2.0.11) allows unauthenticated attackers to...

4 min read

New wp2shell WordPress Core Flaw Lets Unauthenticated Attackers Run Code

A critical unauthenticated remote code execution vulnerability in WordPress core affects all 6.9 and 7.0 installations. WordPress force-pushed emergency...

5 min read

Pi-hole DNS Security: Block Ads, Trackers, and Malware

Deploy Pi-hole for network-wide ad blocking and DNS security. Includes setup, configuration, upstream DNS options, and integration with encrypted DNS.

7 min read
Back to all News