CVE-2026-7614
Description
The Old Posts Highlighter plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.3. This is due to missing or incorrect nonce validation on the OPH_options function. This makes it possible for unauthenticated attackers to update the plugin's configuration settings without authorization via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Old Posts Highlighter plugin for WordPress is vulnerable to CSRF due to missing nonce validation, allowing attackers to modify plugin settings.
Vulnerability
The Old Posts Highlighter plugin for WordPress versions up to and including 1.0.3 is vulnerable to Cross-Site Request Forgery (CSRF) in the OPH_options function. The function lacks proper nonce validation, as seen in the admin page code at OPH_admin.php [1][2]. This allows an attacker to forge requests that modify the plugin's configuration settings without the administrator's consent.
Exploitation
An unauthenticated attacker can exploit this vulnerability by crafting a malicious request that updates the plugin's settings. The attacker must trick a logged-in site administrator into performing an action, such as clicking a link or visiting a specially crafted page. No other authentication or privileges are required for the forged request itself.
Impact
Successful exploitation enables the attacker to alter the plugin's configuration, including parameters such as publication intervals, minimum article age, display options, and excluded categories. This could lead to unauthorized changes in how the plugin highlights old posts, potentially affecting site functionality or user experience. The impact is limited to configuration changes; no direct data exfiltration or remote code execution is described.
Mitigation
As of the publication date, no patched version has been released. The vendor has not provided a fix or workaround in the available references [1][2]. Site administrators should consider disabling the plugin until a security update is available, or implement additional CSRF protections such as using a Web Application Firewall (WAF) or security plugin that adds nonce validation.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=1.0.3+ 1 more
- (no CPE)range: <=1.0.3
- (no CPE)range: <=1.0.3
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- plugins.trac.wordpress.org/browser/old-posts-highlighter/tags/1.0.3/OPH_admin.phpnvd
- plugins.trac.wordpress.org/browser/old-posts-highlighter/tags/1.0.3/OPH_admin.phpnvd
- plugins.trac.wordpress.org/browser/old-posts-highlighter/trunk/OPH_admin.phpnvd
- plugins.trac.wordpress.org/browser/old-posts-highlighter/trunk/OPH_admin.phpnvd
- www.wordfence.com/threat-intel/vulnerabilities/id/c186d5eb-abc2-47bd-9d3c-2b2f24d2f87envd
News mentions
0No linked articles in our index yet.