
CVE-2025-1304 – NewsBlogger <= 0.2.5.1 - Authenticated (Subscriber+) Arbitrary File Upload
https://notcve.org/view.php?id=CVE-2025-1304
30 Apr 2025 — The NewsBlogger theme for WordPress is vulnerable to arbitrary file uploads due to a missing capability check on the newsblogger_install_and_activate_plugin() function in all versions up to, and including, 0.2.5.1. This makes it possible for authenticated attackers, with subscriber-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible. WordPress NewsBlogger Theme versions 0.2.5.1 and below suffer from a remote shell upload vulnerability... • https://packetstorm.news/files/id/190732 • CWE-862: Missing Authorization •

CVE-2025-1305 – NewsBlogger <= 0.2.5.4 - Cross-Site Request Forgery to Arbitrary Plugin Installation
https://notcve.org/view.php?id=CVE-2025-1305
30 Apr 2025 — The NewsBlogger theme for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.2.5.4. This is due to missing or incorrect nonce validation on the newsblogger_install_and_activate_plugin() function. This makes it possible for unauthenticated attackers to upload arbitrary files and achieve remote code execution via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://themes.trac.wordpress.org/browser/newsblogger/0.2/functions.php#L440 • CWE-352: Cross-Site Request Forgery (CSRF) •