CVE-2026-5110
Last modified
CVE-2026-5110 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. The Gravity Forms plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting in versions up to and including 2.10.0. This is due to insufficient input validation and output escaping in the SingleProduct field when used inside a Repeater field. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
The Gravity Forms plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting in versions up to and including 2.10.0. This is due to insufficient input validation and output escaping in the SingleProduct field when used inside a Repeater field. When SingleProduct fields are nested within Repeater fields, the validation flow bypasses the state validation mechanism (failed_state_validation()) that would normally prevent tampering with field values. The validate_subfield() method only calls the field's validate() method, which for SingleProduct fields only validates the quantity field and does not check the product name field for tampering. As a result, an attacker can inject arbitrary HTML and JavaScript into the product name field (input .1). This malicious input is then saved to the database without sanitization because sanitize_entry_value() returns raw values when HTML is not expected for the field type. When an administrator views the entry in wp-admin/admin.php?page=gf_entries, the get_value_entry_detail() method outputs the product name without escaping, causing the stored XSS payload to execute in the administrator's browser. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever an administrator accesses an entry containing the malicious payload.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-5110?
How severe is CVE-2026-5110?
How do I fix CVE-2026-5110?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5108The Super Progressive Web Apps plugin for WordPress is vulne…4.4
- CVE-2026-51080libpvestorage-perl v9.1.1 and libpve-storage-perl v8.3.7 wer…9.8
- CVE-2026-51081A cross-site scripting (XSS) vulnerability in Proxmox Virtua…6.1
- CVE-2026-51082A race condition between the vncproxy and vncwebsocket API c…7.2
- CVE-2026-51083Incorrect access control in Proxmox Virtual Environment (PVE…6.5
- CVE-2026-5109The Gravity Forms plugin for WordPress is vulnerable to Stor…7.2
- CVE-2026-51105Buffer Overflow vulnerability in aMULE-Project aMule v.2.3.3…7.5
- CVE-2026-5111The Gravity Forms plugin for WordPress is vulnerable to Stor…7.2
- CVE-2026-51119An issue in Invixium IXM WEB v.2.3.85.25 allows an attacker …9.1
- CVE-2026-5112The Gravity Forms plugin for WordPress is vulnerable to Unau…7.2
- CVE-2026-5113The Gravity Forms plugin for WordPress is vulnerable to Stor…7.2
- CVE-2026-5114The SpeedyCache plugin for WordPress is vulnerable to Arbitr…4.9
Are you affected by CVE-2026-5110?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
