Google News Editors Picks Feed Generator
CVE-2025-28860
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
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:L
Lifecycle Timeline
6DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in PPDPurveyor Google News Editors Picks Feed Generator allows Stored XSS. This issue affects Google News Editors Picks Feed Generator: from n/a through 2.1.
AnalysisAI
Cross-Site Request Forgery (CSRF) in the Google News Editors Picks Feed Generator WordPress plugin (versions ≤2.1) enables attackers to chain exploitation into Stored XSS, allowing malicious scripts to persist in the site database and execute in administrator or user browsers. The attack requires tricking an authenticated administrator into visiting a malicious site or clicking a crafted link (UI:R). EPSS score is very low (0.05%, 14th percentile), indicating minimal real-world exploitation observed. No CISA KEV listing and no public POC identified at time of analysis.
Technical ContextAI
This vulnerability affects a WordPress plugin (CPE: cpe:2.3:a:ppdpurveyor:google_news_editors_picks_feed_generator:*:*:*:*:*:wordpress:*:*) that generates RSS/Atom feeds for Google News. The root cause is CWE-352 (Cross-Site Request Forgery), where the plugin fails to validate anti-CSRF tokens on state-changing operations. This CSRF weakness is chained with improper input sanitization, allowing an attacker to inject malicious JavaScript that gets stored in the WordPress database (Stored/Persistent XSS). The stored XSS then executes whenever administrators or users view the affected plugin pages. The changed scope (S:C) in the CVSS vector indicates the vulnerability can affect resources beyond the vulnerable component itself, as XSS payloads execute in victim browsers with their session privileges.
RemediationAI
Upstream fix availability not confirmed from available data sources - check WordPress plugin repository for versions newer than 2.1 or contact plugin author PPDPurveyor directly. If no patched version is available, implement compensating controls: (1) Remove or deactivate the Google News Editors Picks Feed Generator plugin if Google News feed functionality is not business-critical (eliminates attack surface entirely, no side effects if feed not used). (2) Restrict WordPress admin access to trusted IP ranges via .htaccess or firewall rules (reduces CSRF attack surface but limits legitimate remote admin access). (3) Educate administrators to verify URLs before clicking, especially in emails or external sites, and use dedicated browsers for WordPress admin sessions (reduces social engineering success but relies on user behavior). (4) Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in HTTP parameters sent to the plugin endpoints (may cause false positives on legitimate feed content). Monitor Patchstack database at https://patchstack.com/database/wordpress/plugin/google-news-editors-picks-news-feeds for patch release announcements.
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today