๐Ÿ” CVE Alert

CVE-2026-71236

HIGH 8.7

Grocy: Stored XSS via HTMLPurifier Output Double-Decode

CVSS Score
8.7
EPSS Score
0.0%
EPSS Percentile
0th

Grocy's API request-body parser (controllers/Api/BaseApiController.php, GetParsedAndFilteredRequestBody) purifies incoming field values with HTMLPurifier, then manually reverses HTML-entity encoding of the resulting output by replacing &amp;lt;, &amp;gt;, and &amp;amp; back to <, >, and & immediately after purification. This double-decode reconstructs live HTML/script tags from the entity-encoded form that HTMLPurifier produced to neutralize them, re-introducing stored XSS across API-writable fields (products, recipes, stock, users, chores, and others) that are rendered elsewhere without re-sanitization.

CWE CWE-79
Vendor grocy
Product grocy
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for grocy grocy

Be the first to know when new high vulnerabilities affecting grocy grocy are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

grocy / grocy
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/grocy/grocy

Credits

Bobur Abdugafforov