CVE-2026-4280 Details
Description
The Breaking News WP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.3. This is due to the brnwp_ajax_form AJAX endpoint lacking both authorization checks and CSRF verification, combined with insufficient path validation when the brnwp_theme option value is passed directly to an include() statement in the brnwp_show_breaking_news_wp() shortcode handler. While sanitize_text_field() is applied to user input, it does not strip directory traversal sequences (../). This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the brnwp_theme option with a directory traversal payload (e.g., ../../../../etc/passwd) and subsequently trigger file inclusion of arbitrary files on the server when the shortcode is rendered.
A local file inclusion vulnerability has been identified in the Breaking News WP plugin for WordPress, affecting all versions through 1.3. The issue arises from the brnwp_ajax_form AJAX endpoint, which lacks proper authorization checks and CSRF protection. Additionally, the plugin fails to adequately validate file paths when the brnwp_theme option is passed to an include() statement within the brnwp_show_breaking_news_wp() shortcode handler. Although user input is sanitized, the sanitation does not remove directory traversal sequences, allowing authenticated attackers with Subscriber-level access or higher to exploit the vulnerability. By overwriting the brnwp_theme option with a crafted payload that includes directory traversal sequences, these attackers can include arbitrary files from the server when the shortcode is used.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 22, 2026CISA-ADP
Assessed Apr 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/tags/1.3/breaking-news.php#L366 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/tags/1.3/breaking-news.php#L372 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/tags/1.3/breaking-news.php#L85 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/trunk/breaking-news.php#L366 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/trunk/breaking-news.php#L372 | [email protected] | Source CodeVendor |
| https://plugins.trac.wordpress.org/browser/breaking-news-wp/trunk/breaking-news.php#L85 | [email protected] | Broken LinkSource CodeVendor |
| https://www.wordfence.com/threat-intel/vulnerabilities/id/4772b482-f5e5-4707-b012-aca70fc89e49?source=cve | [email protected] | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| WP Love Breaking News WP | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 22, 2026 | New CVE Received | [email protected] |
Volerion