Bloggie CVE-2025-31054
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Remote CSRF-to-reflected-XSS delivered via link requires no attacker auth (PR:N) but victim interaction (UI:R); scope changes to the browser (S:C) with limited C/I/A impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in Themefy Bloggie bloggie allows Reflected XSS.This issue affects Bloggie: from n/a through <= 2.0.8.
AnalysisAI
Reflected cross-site scripting via CSRF in the Themefy Bloggie WordPress theme (all versions through 2.0.8) lets a remote attacker execute arbitrary script in a victim's browser session by tricking an authenticated user into clicking a crafted link or visiting a malicious page. Because the CSRF weakness lets the request be forged without a valid anti-CSRF token, no attacker authentication is required, though victim interaction is. There is no public exploit identified at time of analysis and EPSS estimates exploitation probability at just 0.02% (5th percentile).
Technical ContextAI
Bloggie is a commercial WordPress blogging theme distributed by Themefy and tracked in the Patchstack vulnerability database. The root cause is CWE-352 (Cross-Site Request Forgery): a theme-handled request lacks proper nonce/anti-CSRF validation, so an off-site page can force a logged-in user's browser to submit a request. That forged request reflects attacker-controlled input back into a response without adequate output encoding, producing reflected XSS. The chaining of CSRF into reflected XSS is characteristic of WordPress theme/plugin handlers that echo parameters into admin or front-end pages while relying on cookie-based session auth but omitting nonce checks.
Affected ProductsAI
The affected product is the Themefy Bloggie theme for WordPress, with all versions from an unspecified starting point through and including 2.0.8 affected (the fixed/introducing version boundary below 2.0.8 is listed as n/a by the source). No CPE string was supplied in the input. The vulnerability is catalogued in the Patchstack database at https://patchstack.com/database/wordpress/theme/bloggie/vulnerability/wordpress-bloggie-2-0-8-cross-site-scripting-xss-vulnerability?_s_id=cve, which serves as the vendor/coordinator advisory reference.
RemediationAI
Upgrade Bloggie to a release later than 2.0.8; the input does not specify an exact fixed version, so treat this as 'Patch available per vendor advisory' and confirm the patched build via the Themefy/Patchstack advisory at https://patchstack.com/database/wordpress/theme/bloggie/vulnerability/wordpress-bloggie-2-0-8-cross-site-scripting-xss-vulnerability?_s_id=cve before deploying. If an updated theme cannot be applied immediately, deploy a Web Application Firewall or Patchstack virtual patch to block reflected XSS payloads and enforce request-origin/nonce checks, restrict access to the affected theme endpoints, and instruct privileged users to avoid clicking untrusted links while logged in (trade-off: WAF rules can generate false positives and do not fix the missing nonce, and user-behavior controls are unreliable). Because the flaw is CSRF-driven, ensuring administrators log out of active sessions when not in use reduces the window in which a forged request can succeed.
More in Wordpress Theme
View allThe Newscrunch theme for WordPress is vulnerable to arbitrary file uploads due to a missing capability check in the news
The Mesmerize & Materialis themes for WordPress are vulnerable to authenticated options change in versions up to, and in
A vulnerability in posimyththemes Nexter nexter.0.3. Rated high severity (CVSS 8.5), this vulnerability is remotely expl
The Brilliance <= 1.2.7, Activello <= 1.4.0, and Newspaper X <= 1.3.1 themes for WordPress are vulnerable to Plugin Acti
Remote code execution in the dmcwebzone Airin Blog WordPress plugin (versions up to and including 1.6.1) is possible thr
search.php in the Nova Lite theme before 1.3.9 for WordPress allows Reflected XSS. Rated medium severity (CVSS 6.1), thi
Unrestricted Upload of File with Dangerous Type vulnerability in EPC AI Hub allows Upload a Web Shell to a Web Server.3.
Backdoor / malicious code implant in the Silk Themes 'Newspapers X' WordPress theme (versions 1.0.46 through 1.0.48) all
Critical unrestricted file upload vulnerability in NasaTheme Flozen that allows unauthenticated remote attackers to uplo
Remote code execution in LogisticsHub WordPress theme allows unauthenticated attackers to upload arbitrary files, includ
Farost Energia WordPress plugin allows unrestricted file upload enabling attackers to upload web shells and achieve remo
Unrestricted file upload in the Medcity WordPress theme before version 1.1.9 allows unauthenticated attackers to upload
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today