XSS in Getgrav Grav
CVE-2026-100673
The Grav Data Manager plugin (getgrav/grav-plugin-datamanager) versions 1.0.1 through 1.4.4 render stored data entries in the item-detail view (admin/templates/partials/item.html.twig) without escaping, applying Twig's `raw` filter — in some cases after a striptags('<br>') call that PHP's strip_tags() bypasses by preserving allowed tags together with their attributes. An unauthenticated visitor who submits a front-end form whose submissions are saved to user/data can store an HTML payload that executes as JavaScript in the session and origin of an administrator who later opens that entry in the classic admin panel, running with that administrator's privileges and CSRF token. Execution occurs without further interaction for list values (such as checkbox or multi-select fields) and on hover for ordinary text fields. Sites using the Grav 2.0 Admin Next interface are not affected, because it renders the same data through a separate, correctly escaping code path. The issue is fixed in Data Manager 1.4.5.
Vulnerability class: XSS (Cross-Site Scripting)
Published · last modified .
CVSS v3 metric
CVSS v3 base score 8.2 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
Weakness classification (CWE)
References
- github.com/getgrav/grav/security/advisories/GHSA-863q-9v8v-m9fv (vendor-advisory)
- www.vulncheck.com/advisories/grav-data-manager-before-1.4.5-stored-xss-via-item… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100673?
- CVE-2026-100673 is a high-severity vulnerability in Getgrav Grav, classified under Cross-site Scripting. CVSS score: 8.2/10. Published 2026-09-26.
- How severe is CVE-2026-100673?
- High severity. CVSS v3 base score is 8.2 out of 10.