
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-67419 is a Denial of Service (DoS) vulnerability in EverShop, a TypeScript-based open-source e-commerce platform for Node.js. It affects all versions up to and including 2.1.0 and allows unauthenticated remote attackers to exhaust server resources by sending crafted SVG files to the GET /images API endpoint. The vulnerability was published on January 5, 2026, with the GitHub Advisory (GHSA-m2q5-xhqg-92r2) published the same day. It carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 7.7 (High) (Github Advisory, Feedly).
The root cause is classified as CWE-1050 (Excessive Platform Resource Consumption within a Loop): the application does not impose limits on the height of SVG <use> element shadow trees or the dimensions of SVG pattern tiles when processing image files (Github Advisory). An attacker can craft a malicious SVG file containing deeply nested <use> elements or extremely large pattern tile definitions and submit it via an unauthenticated HTTP GET request to the /images API endpoint, triggering unbounded CPU and memory consumption during SVG rendering/processing. No authentication, special privileges, or user interaction is required, making the attack trivially executable from any network location (Feedly). A public technical write-up and PoC reference is available at the researcher's repository (PoC Repo).
Successful exploitation results in complete availability loss for the affected EverShop application server, as unbounded resource consumption exhausts memory and CPU, preventing legitimate users from accessing the storefront or administrative interface. There is no confidentiality or integrity impact — the vulnerability is purely a DoS condition. Because EverShop is an e-commerce platform, prolonged unavailability can directly disrupt sales operations and customer transactions (Github Advisory, Feedly).
As of the advisory publication date, there is no confirmed evidence of active in-the-wild exploitation, and no weaponized exploit kit has been identified (Feedly). However, a public PoC/technical reference exists in the researcher's GitHub repository (PoC Repo), and a detailed blog post was published by the discoverer. The EPSS score is approximately 0.054%–0.121% (low-to-moderate exploitation probability within 30 days) (Github Advisory). The vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and no threat actor attribution has been reported.
<use> elements referencing each other (shadow tree explosion) or defining pattern tiles with extremely large dimensions./images API endpoint of the target EverShop server, supplying the crafted SVG file as the image resource to be processed./images API endpoint, particularly with SVG file references; unusual spikes in inbound traffic to the image processing endpoint from a single or small set of source IPs.GET /images requests with SVG file parameters; Node.js crash logs or out-of-memory errors in application logs coinciding with the request spike.<use> elements or abnormally large pattern tile definitions in upload or temporary directories (Github Advisory, PoC Repo).Upgrade EverShop to a version beyond 2.1.0; the GitHub Advisory notes that no patched version was formally designated at the time of publication, but the EverShop repository has since released v2.1.2 (April 2026), which should be evaluated for the fix (EverShop Repo, Github Advisory). As interim workarounds: implement rate limiting on the GET /images API endpoint to restrict request volume per source IP; enforce request size limits for SVG file uploads and processing; and deploy Web Application Firewall (WAF) rules to detect and block requests containing suspicious SVG patterns (e.g., deeply nested <use> elements or oversized pattern tiles) (Feedly).
The vulnerability was noted on Mastodon via The Hacker Wire shortly after disclosure, indicating some community awareness. Coverage was picked up by aggregators including VulnDB, CVEFeed, and Infinit Security's blog. No major vendor statements or notable researcher commentary beyond the original discoverer's write-up have been identified (Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."