CVE-2024-9940
17.10.2024, 02:15
The Calculated Fields Form plugin for WordPress is vulnerable to HTML Injection in all versions up to, and including, 5.2.45. This is due to the plugin not properly neutralizing HTML elements from submitted forms. This makes it possible for unauthenticated attackers to inject arbitrary HTML that will render when the administrator views form submissions in their email.
Vendor | Product | Version |
---|---|---|
codepeople | calculated_fields_form | 𝑥 ≤ 5.2.45 |
codepeople | calculated_fields_form | 𝑥 < 5.2.46 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-75 - Failure to Sanitize Special Elements into a Different Plane (Special Element Injection)The software does not adequately filter user-controlled input for special elements with control implications.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.