Skip to main content

Blog Floating Button CVE-2026-15383

| EUVDEUVD-2026-52174 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-08-03 WPScan GHSA-r7c9-cm4j-g8qq
6.1
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

Unauthenticated network REST endpoint (AV:N/PR:N/AC:L); stored payload fires only on admin page visit (UI:R); XSS crosses into admin browser context (S:C); session hijack yields partial C/I with no availability impact.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Analysis Generated
Aug 03, 2026 - 18:32 vuln.today
CVE Published
Aug 03, 2026 - 06:00 cve.org
MEDIUM 6.1
CVE Published
Aug 03, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The Blog Floating Button WordPress plugin through 1.4.20 does not sanitize or escape the visitor User-Agent header, which it stores through an unauthenticated tracking REST endpoint and later renders unescaped in an administrator report page. This allows an unauthenticated attacker to store a malicious script that executes in the session of any administrator who views the access report, leading to site takeover.

AnalysisAI

Stored cross-site scripting in the Blog Floating Button WordPress plugin (≤1.4.20) allows unauthenticated attackers to inject malicious JavaScript via the HTTP User-Agent header into the plugin's visitor tracking REST endpoint. The payload persists in the database and executes in the browser session of any administrator who opens the plugin's access report page, enabling full site takeover through the hijacked admin session. A publicly available proof-of-concept from WPScan confirms the attack path; no vendor-released patch has been identified at time of analysis.

Technical ContextAI

The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-Site Scripting), specifically the stored/persistent variant. The plugin exposes a REST endpoint that accepts unauthenticated HTTP requests and logs visitor metadata - including the raw User-Agent header - to the WordPress database without applying sanitization (input filtering) or escaping (output encoding). When the stored log entries are later rendered in the admin-facing access report page, the absence of wp_kses or esc_html-equivalent output escaping causes the browser to interpret injected markup as executable script. The affected codebase is identified by CPE cpe:2.3:a:unknown:blog_floating_button:*:*:*:*:*:*:*:*, covering all releases through 1.4.20. Because WordPress REST API endpoints are publicly reachable by design, the ingestion path requires no credentials, making the injection surface trivially accessible to any network-connected actor.

RemediationAI

No vendor-released patch has been identified at time of analysis - the CPE vendor field is listed as 'unknown' and no fixed version appears in any available reference. The primary recommended action is immediate deactivation and removal of the Blog Floating Button plugin from all WordPress installations running version 1.4.20 or earlier. As a compensating control while awaiting a vendor fix, administrators should restrict access to the WordPress admin panel (/wp-admin/) using IP allowlisting at the web server or WAF layer, which prevents the stored payload from executing even if injection has already occurred - note this does not remove existing stored payloads. Administrators should also audit the plugin's stored access log data for suspicious User-Agent strings and purge any suspect entries from the database directly. The plugin's unauthenticated REST endpoint should be blocked at the WAF or network perimeter if plugin deactivation is not immediately feasible, though this may break plugin functionality. Monitor the WPScan advisory (https://wpscan.com/vulnerability/45e5d74e-6f7b-499b-ae25-74fe1bc8d18d/) and the WordPress plugin repository for a patched release.

Share

CVE-2026-15383 vulnerability details – vuln.today

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