WP Vulnerability WatchVulnerability data as of September 19, 2026

Vulnerability alerts / September 18, 2026

Vulnerability in Custom Field Template — CVE-2026-9855

MediumSeverity
CVSS 6.5
Estimated exploit probability
EPSS
30,000+ sitesInstalls
2.8Fixed in

What to do now

Update Custom Field Template to 2.8 or later.

Affected versions

  • Everything up to and including 2.7.8

Affected: Custom Field Template (plugin, custom-field-template)

Check: The plugin on wordpress.org / Our record for Custom Field Template

What the vulnerability is

The Custom Field Template plugin for WordPress is vulnerable to generic SQL Injection via the 'post_ID' parameter in all versions up to, and including, 2.7.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The capability check via current_user_can('edit_post', $id) is bypassable because WordPress internally casts $id to an integer for the permission evaluation while the full unsanitized string is preserved and passed to the SQL sink, and a valid nonce — which is also required — can be legitimately obtained by any Contributor-level user from the post edit screen.

This description is reproduced verbatim from the public vulnerability record.

Sources

Part of this record comes from Wordfence Intelligence. Original: https://www.wordfence.com/threat-intel/vulnerabilities/id/ce924708-935a-45c0-8959-dd122632cef4
Copyright 2012-2026 Defiant Inc. / Full license text

This page is compiled automatically from public databases. Accuracy is not guaranteed; confirm against the vendor advisory before acting.

See other alerts