Cyber Resilience

CVE-2024-55074

HighPublic PoC

Published: 06 January 2025

Published
06 January 2025
Modified
05 September 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0013 31.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-55074 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Grocy Project Grocy. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 31.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-55074 is a stored cross-site scripting (XSS) vulnerability, classified under CWE-79, affecting the edit profile function in Grocy through version 4.3.0. It enables attackers to upload crafted HTML or SVG files, which can execute malicious scripts when viewed by other users. This issue is distinct from CVE-2024-8370 and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact on confidentiality, integrity, and availability.

An authenticated attacker with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. By uploading a malicious file via the edit profile feature, the attacker triggers stored XSS, which can lead to privilege escalation. This allows the attacker to gain higher-level access within the Grocy application, potentially compromising user data or administrative functions.

Advisories reference a detailed blog post at https://m10x.de/posts/2024/11/all-your-recipe-are-belong-to-us-part-1/3-stored-xss-csrf-and-broken-access-control-vulnerabilities-in-grocy/, which describes this stored XSS alongside related CSRF and broken access control issues in Grocy, though specific patch details are not outlined in the provided information.

EU & UK References

Vulnerability details

The edit profile function of Grocy through 4.3.0 allows stored XSS and resultant privilege escalation by uploading a crafted HTML or SVG file, a different issue than CVE-2024-8370.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored XSS via malicious file upload enables script execution (T1059.007) and direct privilege escalation within the application (T1068).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-55076Same product: Grocy Project Grocy
CVE-2026-22720Shared CWE-79
CVE-2025-22219Shared CWE-79
CVE-2025-69368Shared CWE-79
CVE-2025-0829Shared CWE-79
CVE-2026-3880Shared CWE-79
CVE-2026-34557Shared CWE-79
CVE-2025-0447Shared CWE-79
CVE-2025-51534Shared CWE-79
CVE-2025-22326Shared CWE-79

Affected Assets

grocy project
grocy
≤ 4.3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates and sanitizes file uploads in the edit profile function to block crafted HTML or SVG containing XSS payloads.

prevent

Filters and encodes output when displaying stored profile content to neutralize XSS scripts before execution.

prevent

Restricts allowed file types and formats at upload boundaries to prevent submission of executable HTML or SVG files.

References