CVE-2025-14353
Published: 07 March 2026
Summary
CVE-2025-14353 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-14353 is a SQL injection vulnerability (CWE-89) in the ZIP Code Based Content Protection plugin for WordPress, affecting all versions up to and including 1.0.2. The issue arises via the 'zipcode' parameter due to insufficient escaping of user-supplied input and lack of sufficient preparation in the existing SQL query, enabling attackers to append additional SQL queries.
Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Exploitation allows extraction of sensitive information from the database.
Advisories and references, including Wordfence threat intelligence and WordPress plugin trac repositories, point to the vulnerable code in public/class-zipcode-bcp-public.php at line 335 across version tags like 1.0.1 and the trunk, as well as a specific changeset. Practitioners should consult these sources for code analysis and update the plugin beyond version 1.0.2 to address the flaw.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-208351
Vulnerability details
The ZIP Code Based Content Protection plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 1.0.2 via the 'zipcode' parameter. This is due to insufficient escaping on the user supplied parameter and lack of…
more
sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing WordPress plugin directly enables remote unauthenticated exploitation of a web application for database data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mandates validation of user-supplied inputs like the 'zipcode' parameter to prevent SQL injection by addressing insufficient escaping and query preparation.
Requires timely identification, reporting, and correction of flaws such as this SQL injection vulnerability through plugin updates beyond version 1.0.2.
Enables vulnerability scanning to identify SQL injection flaws in WordPress plugins like ZIP Code Based Content Protection before exploitation.