AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71236

HIGH · CVSS 8.7 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects Grocy's API, specifically in the request-body parser, which improperly handles HTML-entity encoding after using HTMLPurifier for input sanitization. This flaw allows for stored cross-site scripting (XSS) attacks through API-writable fields, potentially compromising user data and application integrity. Organizations utilizing Grocy's API should prioritize patching this vulnerability to protect against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71236
Severity
HIGH
CVSS
8.7
EPSS
0.20%

Original NVD Description

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.