vendor:
Contact Form Entries
by:
gx1
6.1
CVSS
MEDIUM
Cross Site Scripting (XSS)
79
CWE
Product Name: Contact Form Entries
Affected Version From: < 1.1.7
Affected Version To: < 1.1.7
Patch Exists: YES
Related CWE: CVE-2021-25080
CPE: 2.3:a:wordpress:contact_form_entries:1.1.6
Platforms Tested: any
2021
WordPress Plugin Contact Form Entries 1.1.6 – Cross Site Scripting (XSS) (Unauthenticated)
Contact Form Entries < 1.1.7 is vulnerable to Unauthenticated Stored Cross-Site Scripting. When the user uploads a new form, CRM Form Entries checks for the client IP in order to save information about the user. The user can set an arbitrary 'HTTP_CLIENT_IP' value, and the value is stored inside the database.
Mitigation:
Ensure that user input is properly sanitized and validated before being stored in the database.