PatchSiren cyber security CVE debrief
CVE-2026-6401 svil4ok CVE debrief
Cross-Site Request Forgery (CSRF) vulnerability in the Bottom Bar WordPress plugin (versions ≤0.1.7) allows unauthenticated attackers to modify plugin settings by tricking authenticated administrators into submitting malicious requests. The vulnerability stems from missing nonce verification on three administrative settings forms.
- Vendor
- svil4ok
- Product
- Bottom Bar
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-20
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-05-20
- Advisory updated
- 2026-07-24
Who should care
WordPress site administrators using the Bottom Bar plugin; security teams managing WordPress installations; developers maintaining WordPress plugins with administrative interfaces
Technical summary
The Bottom Bar plugin for WordPress versions 0.1.7 and earlier fails to implement Cross-Site Request Forgery protections on its administrative settings forms. The plugin's bottom-bar-admin.php file handles three settings forms (main settings, sharing services, restore defaults) without including wp_nonce_field() in the form markup and without calling check_admin_referer() or equivalent nonce validation functions when processing POST requests. This allows attackers to craft malicious requests that, when submitted by an authenticated administrator, modify plugin configuration options including language settings, maximum post counts, and enabled sharing services. The vulnerability requires user interaction (administrator action) and network access but no authentication for the attacker.
Defensive priority
medium
Recommended defensive actions
- Update Bottom Bar plugin to version 0.1.8 or later when available
- Apply WordPress core updates which may include hardened nonce handling
- Review plugin settings for unauthorized modifications if running affected versions
- Consider disabling or removing the plugin if updates are unavailable
- Implement Web Application Firewall rules to detect and block suspicious POST requests to wp-admin endpoints lacking proper nonce validation
- Enable WordPress security logging to monitor for unexpected option updates
Evidence notes
Vulnerability confirmed via source code analysis of bottom-bar-admin.php at lines 16 and 59 in both tagged release 0.1.7 and trunk. No wp_nonce_field() present in forms; no check_admin_referer() or equivalent server-side validation. Wordfence assigned CVE and published technical details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-6401 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-6401
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-6401 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-6401
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/bottom-bar/tags/0.1.7/bottom-bar-admin.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/bottom-bar/tags/0.1.7/bottom-bar-admin.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/bottom-bar/trunk/bottom-bar-admin.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/bottom-bar/trunk/bottom-bar-admin.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.