Description
Yoast Duplicate Post through 4.6 contains a cross-site request forgery vulnerability in the duplicate_post_dismiss_notice handler, which verifies no nonce or capability. Attackers can trick any authenticated user into sending a request that sets the duplicate_post_show_notice site option, suppressing admin notices network-wide.
Published: 2026-06-10
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Yoast Duplicate Post through 4.6 contains a cross‑site request forgery vulnerability in the duplicate_post_dismiss_notice handler. The handler performs no nonce or capability checks, allowing an attacker to trigger the function by tricking any logged‑in user into visiting a crafted URL. When invoked, the function sets the duplicate_post_show_notice site option, which suppresses the plugin’s administrative notices network‑wide. Because those notices can include critical updates or configuration warnings, an attacker can effectively hide information from site administrators, leading to a denial of service for key alerts.

Affected Systems

This issue affects any WordPress installation that has the Yoast Duplicate Post plugin at version 4.6 or earlier. The vulnerability is present in all builds of the plugin distributed through the WordPress plugin repository. Administrators who rely on the plugin’s notices for maintenance or updates are therefore at risk if they are still using an affected release.

Risk and Exploitability

The CVSS score for this flaw is 5.1, indicating moderate severity. EPSS is not available, and the flaw is not listed in the CISA KEV catalog, suggesting no publicly known widespread exploitation yet. However, the vulnerability can be exploited from a standard browser session as an authenticated user. An attacker would send a malicious GET or POST request to the duplicate_post_dismiss_notice endpoint, and the lack of nonce verification means the request will be processed. Because the attack only requires a single authenticated request, the effort to exploit is low, and the potential impact—removal of important administrative alerts—warrants prompt mitigation.

Generated by OpenCVE AI on June 10, 2026 at 22:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Yoast Duplicate Post to the latest available version that removes the CSRF flaw.
  • If an upgrade is not yet possible, delete or disable the duplicate_post_show_notice option in the site database or via the plugin’s settings until the plugin is patched.
  • Implement additional CSRF protection, such as a web application firewall rule that blocks requests to duplicate_post_dismiss_notice without a valid nonce.

Generated by OpenCVE AI on June 10, 2026 at 22:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Yoast
Yoast yoast Duplicate Post
Vendors & Products Wordpress
Wordpress wordpress
Yoast
Yoast yoast Duplicate Post

Wed, 10 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
Description Yoast Duplicate Post through 4.6 contains a cross-site request forgery vulnerability in the duplicate_post_dismiss_notice handler, which verifies no nonce or capability. Attackers can trick any authenticated user into sending a request that sets the duplicate_post_show_notice site option, suppressing admin notices network-wide.
Title Yoast Duplicate Post through 4.6 Cross-Site Request Forgery via duplicate_post_dismiss_notice
First Time appeared Duplicate Post Project
Duplicate Post Project duplicate Post
Weaknesses CWE-352
CPEs cpe:2.3:a:duplicate_post_project:duplicate_post:*:*:*:*:*:wordpress:*:*
Vendors & Products Duplicate Post Project
Duplicate Post Project duplicate Post
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Duplicate Post Project Duplicate Post
Wordpress Wordpress
Yoast Yoast Duplicate Post
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-10T20:39:44.001Z

Reserved: 2026-06-10T17:16:10.427Z

Link: CVE-2026-53739

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-10T22:17:02.230

Modified: 2026-06-10T22:17:02.230

Link: CVE-2026-53739

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T23:15:28Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)