CVE-2026-6400

MEDIUM EPSS 5.9%
Published May 20, 20261mo ago · Modified Jun 17, 20262w ago
4.3 CVSS 3.1
Medium
Find Similar
Published May 20, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago

Description

The Child Height Predictor by Ostheimer plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 1.3. This is due to missing nonce verification in the options() function, which handles plugin settings updates. The form template does not include a wp_nonce_field() call, and the handler never calls check_admin_referer() or wp_verify_nonce(). This makes it possible for unauthenticated attackers to trick a site administrator into clicking a link or visiting a malicious page that submits a forged POST request, causing unauthorized changes to the plugin settings such as unit preferences to be persisted to the database via update_option().

CVSS Details

Base Score
4.3
Exploitability
2.8
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality None
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
5.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-352 Cross-Site Request Forgery (CSRF) Authentication

References 5

  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/child-height-predictor/tags/1.3/childheight.php#L135
  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/child-height-predictor/tags/1.3/childheight.php#L149
  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/child-height-predictor/trunk/childheight.php#L135
  • plugins.trac.wordpress.org https://plugins.trac.wordpress.org/browser/child-height-predictor/trunk/childheight.php#L149
  • wordfence.com https://www.wordfence.com/threat-intel/vulnerabilities/id/dc1681a8-5f2e-45f1-96d9-797b13644607?source=cve

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.