CVE-2026-75107
Received Received - Intake

Grav Form Plugin HTML Injection via Unescaped Template Properties

Vulnerability report for CVE-2026-75107, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

Grav Form Plugin before 9.1.19 fails to escape field-definition properties including prepend, append, spacer text, section text, and select option labels in form templates. Attackers with form authoring privileges can inject arbitrary HTML and JavaScript that executes for all form visitors through unescaped |raw filters and unquoted attributes.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
getgrav grav_plugin_form to 9.1.19 (exc)
getgrav grav From 0 (inc) to 9.1.19 (exc)
getgrav grav_plugin_form 9.1.18

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product 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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored Cross-Site Scripting (XSS) vulnerability in the Grav Form Plugin before version 9.1.19. It occurs because the plugin fails to escape certain field-definition properties like prepend, append, spacer text, section text, and select option labels in form templates. Attackers with form authoring privileges can inject arbitrary HTML and JavaScript that executes for all form visitors due to unescaped |raw filters and unquoted attributes.

Detection Guidance

Check Grav Form Plugin version with: grep -r 'grav-plugin-form' /path/to/grav/installation. If version is 9.1.18 or earlier, the system is vulnerable. Inspect form templates for unescaped |raw filters or unquoted attributes in field properties like prepend, append, spacer text, section text, or select option labels.

Impact Analysis

If you use the vulnerable Grav Form Plugin version, attackers could inject malicious scripts into forms you create. These scripts would execute for all visitors to your forms, potentially stealing session cookies, redirecting users to malicious sites, or performing actions on behalf of users without their consent.

Compliance Impact

This vulnerability could lead to data breaches by allowing attackers to steal user data or session tokens, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Organizations may face compliance penalties if user data is compromised through this exploit.

Mitigation Strategies

Upgrade Grav Form Plugin to version 9.1.19 or later immediately. If upgrading is not possible, disable the plugin or restrict form authoring privileges to trusted users only. Review all form templates to ensure proper escaping of field properties and select option labels.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75107. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart