| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CVE-2026-27903 | high | pkg:npm/minimatch@10.2.2 | >=10.0.0,<10.2.3 | 10.2.3 | 7.5 | ||||||||||||||||||
Summary
DetailsThe vulnerable loop is in
When a GLOBSTAR is encountered, the function tries to match the remaining pattern against every suffix of the remaining file segments. Each There is no depth counter, visited-state cache, or budget limit applied to this recursion. The call tree is fully explored before returning Measured timing with n=30 path segments:
PoCTested on minimatch@10.2.2, Node.js 20. Step 1 -- inline script
To scale the effect, increase k:
No special options are required. This reproduces with the default Step 2 -- HTTP server (event loop starvation proof) The following server demonstrates the event loop starvation effect. It is a minimal harness, not a claim that this exact deployment pattern is common:
Terminal 1 -- start the server:
Terminal 2 -- send the attack request (k=11, ~5s stall) and immediately return to shell:
Terminal 3 -- while the attack is in-flight, send a benign request:
Observed output (Terminal 3):
The server reports
ImpactAny application where an attacker can influence the glob pattern passed to Relevance: The CVE-2026-27903 (likely a placeholder or hypothetical CVE) would be relevant if the vulnerability affects Node.js or Alpine components in the `library/node:25.7.0-alpine` image. It could be critical if the flaw allows remote code execution or privilege escalation in a production environment. For example, if the image is used to host a public-facing API, an attacker might exploit it to compromise the container. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | |||||||||||||||||||||||
| CVE-2026-27904 | high | pkg:npm/minimatch@10.2.2 | >=10.0.0,<10.2.3 | 10.2.3 | 7.5 | ||||||||||||||||||
| CVE-2025-60876 | medium | busybox | <=1.37.0-r30 | not fixed | 6.5 | ||||||||||||||||||
| CVE-2026-27171 | low | zlib | <=1.3.1-r2 | not fixed | 2.9 | ||||||||||||||||||
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.