Skip to main content

Child Height Predictor EUVDEUVD-2026-31038

| CVE-2026-6400 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-05-20 Wordfence GHSA-5gxf-gf9p-vp7j
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Primary rating from Vendor (Wordfence) · only source for this CVE.

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

1
Analysis Generated
May 20, 2026 - 02:35 vuln.today

DescriptionCVE.org

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().

AnalysisAI

Cross-Site Request Forgery in the Child Height Predictor by Ostheimer WordPress plugin (all versions through 1.3) allows unauthenticated remote attackers to modify plugin settings by tricking an authenticated administrator into visiting a malicious page. The vulnerability stems from a complete absence of nonce verification in the options() function - neither wp_nonce_field() in the form template nor check_admin_referer()/wp_verify_nonce() in the handler - meaning any forged POST request from an admin session will be accepted and persisted to the database. No public exploit has been identified at time of analysis, and CVSS scores this as medium severity (4.3), which aligns with the limited integrity impact (settings modification only, no confidentiality or availability loss).

Technical ContextAI

WordPress employs a nonce-based CSRF protection mechanism requiring forms that modify state to include a wp_nonce_field() token in the rendered HTML and a corresponding check_admin_referer() or wp_verify_nonce() call in the processing handler. The affected plugin, identified via CPE cpe:2.3:a:helpstring:child_height_predictor_by_ostheimer:*:*:*:*:*:*:*:*, fails to implement either half of this pattern in its options() function (childheight.php lines 135 and 149 per Wordfence-referenced source). CWE-352 (Cross-Site Request Forgery) describes exactly this root cause: a web application does not sufficiently verify that a request was intentionally submitted by the authenticated user, enabling a third-party site to forge and submit state-changing requests on their behalf. The exploitable action is a POST to the plugin settings handler that calls update_option() to persist attacker-controlled values such as unit preferences to the WordPress options table.

RemediationAI

No vendor-released patch has been identified at time of analysis - the available references point only to the vulnerable source code in the plugin repository trunk and the 1.3 tag, with no patched version confirmed. WordPress site administrators should immediately deactivate and remove the Child Height Predictor by Ostheimer plugin until a patched release is available. As a compensating control, restricting access to the WordPress admin dashboard via IP allowlist (e.g., via .htaccess or server-level firewall rules) reduces the attack surface by limiting which sessions can be socially engineered; the trade-off is operational friction for distributed admin teams. Additionally, training administrators to avoid clicking unsolicited links while authenticated to WordPress reduces social engineering exposure. Monitor the plugin's WordPress.org repository page and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/dc1681a8-5f2e-45f1-96d9-797b13644607 for patch availability.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

EUVD-2026-31038 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy