Impact
The vulnerability exists in Mealie’s SSRF guard where the application resolves the target hostname once, validates the resolved IP against private‑range rules, but then issues the actual outbound request using the original hostname, causing a time‑of‑check to time‑of‑use (TOCTOU) condition. A DNS‑rebinding attacker can supply a public IP during the initial validation lookup while returning a private or cloud‑metadata IP for the real connection, thereby bypassing the guard. The flaw allows an authenticated user to use API endpoints such as /api/recipes/create/url, /api/recipes/test‑scrape‑url, and /api/recipes/{slug}/image to scrape external URLs, with the fetched content reflected back to the requester. Consequently, internal HTTP services and cloud‑metadata endpoints become discoverable and readable to authenticated users, exposing sensitive network information.
Affected Systems
The affected product is the mealie‑recipes Mealie application. No specific version information is listed in the advisory, meaning all deployed instances could be vulnerable until the vendor releases a fix. The repository at https://github.com/mealie-recipes/mealie contains the problematic code in pkgs/safehttp/transport.py.
Risk and Exploitability
The CVSS score of 6.5 reflects a moderate severity vulnerability. EPSS is not available and the flaw is not listed in the CISA KEV catalog, so the urgency is driven by the attacker’s need to be an authenticated user. Once authenticated, an attacker can use the provided API endpoints to trigger the DNS‑rebinding attack, retrieve data from internal services, and access cloud‑metadata endpoints, potentially exposing confidential infrastructure information. The direct attack vector is through API calls from an authenticated session, exploiting the TOCTOU flaw in the SSRF guard.
OpenCVE Enrichment