| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CVE-2026-27904 | high | pkg:npm/minimatch@10.2.2 | >=10.0.0,<10.2.3 | 10.2.3 | 7.5 | ||||||||||||||||||||||||||||||||||||||||
SummaryNested DetailsThe root cause is in
This produces the following regexps:
These are textbook nested-quantifier patterns. Against an input of repeated The generated regex is stored on Measured times via
Depth inflection at fixed input
Going from depth 2 to depth 3 with a 20-character input jumps from 66ms to 123,544ms -- a 1,867x increase from a single added nesting level. PoCTested on minimatch@10.2.2, Node.js 20. Step 1 -- verify the generated regexps and timing (standalone script) Save as
Observed output:
Step 2 -- HTTP server (event loop starvation proof) Save as
Terminal 1 -- start the server:
Terminal 2 -- fire the attack (depth=3, 19 a's + z) and return immediately:
Terminal 3 -- send a benign request while the attack is in-flight:
Observed output -- Terminal 2 (attack):
Observed output -- Terminal 3 (benign, concurrent):
Terminal 1 (server log):
The server reports Note: standalone script timing (~7s at n=19) is lower than server timing (64s) because the standalone script had warmed up V8's JIT through earlier sequential calls. A cold server hits the worst case. Both measurements confirm catastrophic backtracking -- the server result is the more realistic figure for production impact. ImpactAny context where an attacker can influence the glob pattern passed to Depth 3 (
Mitigation available: passing Relevance: The CVE-2026-27904 vulnerability in the `library/node:25.7.0` Docker image could be critical if the Node.js application processes untrusted input or interacts with external systems, as it might allow exploitation (e.g., remote code execution or denial of service). Its relevance depends on the application's exposure to attack vectors; isolated or read-only workloads may face lower risk. Always patch or upgrade if the application is exposed to potential threats. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | |||||||||||||||||||||||||||||||||||||||||||||
| CVE-2026-27903 | high | pkg:npm/minimatch@10.2.2 | >=10.0.0,<10.2.3 | 10.2.3 | 7.5 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2025-61147 | medium | libde265 | <=1.0.11-1+deb12u2 | not fixed | 6.2 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2026-23865 | medium | freetype | <=2.12.1+dfsg-5+deb12u4 | not fixed | 5.3 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2025-45582 | medium | tar | >=1.34+dfsg-1.2+deb12u1 | not fixed | 4.1 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2007-3996 | medium | libwmf | <=0.2.12-5.1 | not fixed | 4.1 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2009-3546 | medium | libwmf | <=0.2.12-5.1 | not fixed | 4.1 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2024-52005 | low | git | <=1:2.39.5-0+deb12u3 | not fixed | 3.1 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2007-5686 | low | shadow | <=1:4.13+dfsg1-1+deb12u2 | not fixed | 3.1 | ||||||||||||||||||||||||||||||||||||||||
| CVE-2025-1352 | low | elfutils | <=0.188-2.1 | not fixed | 3.1 | ||||||||||||||||||||||||||||||||||||||||
Exploitation could lead to severe consequences, such as system compromise or data loss. Requires immediate attention.
Vulnerability could be exploited relatively easily and lead to significant impact. Requires prompt attention.
Exploitation is possible but might require specific conditions. Impact is moderate. Should be addressed in a timely manner.
Exploitation is difficult or impact is minimal. Address when convenient or as part of regular maintenance.
Severity is not determined, informational, or negligible. Review based on context.
Sliplane is a simple container hosting solution. It enables you to deploy your containers in the cloud within minutes and scale up as you grow.
CVE stands for Common Vulnerabilities and Exposures. It is a standardized identifier for known security vulnerabilities, allowing developers and organizations to track and address potential risks effectively. For more information, visit cve.mitre.org.
The CVE Scanner is a powerful tool that helps you identify known vulnerabilities in your Docker images. By scanning your images against a comprehensive database of Common Vulnerabilities and Exposures (CVEs), you can ensure that your applications are secure and up-to-date. For more details, checkout the NIST CVE Database.
The CVE Scanner analyzes your Docker images against a comprehensive database of known vulnerabilities. It uses Docker Scout under the hood to provide detailed insights into affected packages, severity levels, and available fixes, empowering you to take immediate action.
With the rise of supply chain attacks, ensuring the security of your applications has become more critical than ever. CVE scanning plays a vital role in identifying vulnerabilities that could be exploited by attackers, especially those introduced through dependencies and third-party components. Regularly scanning and securing your Docker images is essential to protect your applications from these evolving threats.
Patching your Docker images is a critical step in maintaining the security and stability of your applications. By regularly updating your images to include the latest security patches, you can address known vulnerabilities and reduce the risk of exploitation. This proactive approach ensures that your applications remain resilient against emerging threats and helps maintain compliance with security best practices.
Try out Sliplane - a simple Docker hosting solution. It provides you with the tools to deploy, manage and scale your containerized applications.