Skip to main content

WP AutoBuzz CVE-2026-8911

| EUVDEUVD-2026-32071 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-05-27 security@wordfence.com GHSA-62xr-88cq-2vgw
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 27, 2026 - 22:38 vuln.today
CVE Published
May 27, 2026 - 07:16 nvd
MEDIUM 6.1

DescriptionCVE.org

The WP AutoBuzz plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1.1. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. This vulnerability bypasses WordPress's DISALLOW_UNFILTERED_HTML protection because the unsanitized value is written directly via update_option at the plugin level, entirely outside of WordPress post content handling.

AnalysisAI

Cross-Site Request Forgery in WP AutoBuzz (WordPress plugin, all versions ≤1.1.1) enables unauthenticated remote attackers to update plugin settings and inject persistent malicious scripts by tricking an authenticated administrator into clicking a crafted link. The attack carries particular severity because the unsanitized value is written directly via WordPress's update_option at the plugin level, entirely bypassing the DISALLOW_UNFILTERED_HTML hardening constant that would otherwise block unfiltered HTML in post content. No public exploit code and no active exploitation have been identified at time of analysis; EPSS is 0.02% and SSVC classifies exploitation status as none.

Technical ContextAI

The root cause is CWE-352 (Cross-Site Request Forgery) arising from missing or incorrect nonce validation on a settings-handling function within wp-autobuzz.php (lines 77, 81, and 93 per NVD references pointing to plugin tag 1.1.1 in the WordPress SVN repository). WordPress nonces serve as CSRF tokens tied to user session and action; their absence allows any forged POST from a logged-in administrator's browser to be accepted as legitimate. Compounding the issue, the plugin writes attacker-controlled input directly via update_option rather than routing it through WordPress post content pipelines, which means the DISALLOW_UNFILTERED_HTML constant - a WordPress hardening measure intended to strip unfiltered HTML from less-trusted roles - has no effect. The injected script is stored in the WordPress options table and rendered whenever the affected settings are output to the browser, creating a persistent (stored) XSS condition triggered by the initial CSRF.

RemediationAI

No vendor-released patched version is confirmed from available data; the NVD references point exclusively to tag 1.1.1, the highest affected version. Plugin owners should monitor the WordPress plugin repository and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/481dc27b-0d64-49cc-8d67-50fa53636398?source=cve for a patch release and upgrade immediately when one becomes available. As a compensating control, deactivate and remove the WP AutoBuzz plugin until a patched version is released - this fully eliminates the attack surface with the trade-off of losing plugin functionality. If removal is not possible, restrict WordPress administrator accounts to trusted users only, enforce strong MFA on admin accounts to reduce phishing success, and configure a Web Application Firewall (WAF) rule to block unauthenticated or cross-origin POST requests to the plugin's settings endpoints (trade-off: WAF rules may require tuning and could block legitimate admin actions if misconfigured). Adding nonce verification to the affected function via wp_verify_nonce() is the correct developer-level fix.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-8911 vulnerability details – vuln.today

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