CVE-2024-55073
Published: 27 March 2025
Summary
CVE-2024-55073 is a high-severity Missing Authorization (CWE-862) vulnerability in Mealie Mealie. Its CVSS base score is 7.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 34.1th 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 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Enforces approved authorizations for access to user profiles via API endpoints like /api/users/{user-id}, directly preventing unauthorized self-edits that escalate privileges.
Provides capability for access control decisions based on specific objects such as user IDs, mitigating broken object-level authorization in profile editing.
Employs least privilege to restrict user permissions, limiting the potential impact of self-escalation through unauthorized profile modifications.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The broken object-level authorization vulnerability directly enables low-privileged authenticated users to bypass access controls and escalate privileges by modifying user profiles and permissions.
NVD Description
A Broken Object Level Authorization vulnerability in the component /api/users/{user-id} of hay-kot mealie v2.2.0 allows users to edit their own profile in order to give themselves more permissions or to change their household.
Deeper analysisAI
CVE-2024-55073 is a Broken Object Level Authorization vulnerability (CWE-862) in the /api/users/{user-id} component of hay-kot mealie v2.2.0. Published on 2025-03-27, it carries a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L). The flaw enables improper editing of user profiles, bypassing intended access controls.
Low-privileged authenticated users (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low attack complexity and no user interaction. By targeting the vulnerable endpoint, attackers can modify their own profile to assign themselves elevated permissions or alter their household affiliation, achieving high integrity impact through potential privilege escalation.
Mitigation details are available in related advisories, including the GitHub issue at https://github.com/mealie-recipes/mealie/issues/4593 and the security post at https://m10x.de/posts/2025/03/all-your-recipe-are-belong-to-us-part-3/3-broken-access-controls-leading-to-privilege-escalation-and-more-in-mealie/.
Details
- CWE(s)