| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score |
|---|---|---|---|---|---|
| CVE-2026-40281 | critical | v8 | <=8.30.1 | 8.31.0 | 10.0 |
Vulnerability DetailsCWE: CWE-20 - Improper Input Validation The metadata value sanitization introduced in v8.30.1 (commit 405f106) only validates metadata KEYS via safeKeyPattern regex. Metadata VALUES are passed unsanitized to go-exiftool SetString(), which writes them as fmt.Fprintln(e.stdin, "-"+k+"="+str). A newline (\n) in a value splits the ExifTool stdin line into two separate arguments, allowing injection of arbitrary ExifTool pseudo-tags such as -FileName, -Directory, -SymLink, -HardLink. Docker-verified: HTTP 404 returned (file moved), /tmp/inject_proof created in container. This is a bypass of the incomplete fix in v8.30.1. SummaryThe metadata write endpoint in v8.30.1 validates metadata keys for control characters (commit 405f106) but leaves metadata values unsanitized. go-exiftool's
A Root Cause
go-exiftool (
Steps to Reproduce
ImpactAn unauthenticated attacker can:
This is a complete bypass of the key-sanitization fix introduced in v8.30.1 (commit 405f106). The fix validated the wrong side of the Proposed FixAdd value sanitization parallel to the existing key check in
Or, apply the same Vulnerable Code
Steps to Reproduce
ImpactThis vulnerability may allow an attacker to compromise the application. Package URL(s):
More Info (NVD): | |||||
| CVE-2026-5902 | critical | chromium | <147.0.7727.55-1~deb13u1 | 147.0.7727.55-1~deb13u1 | 9.8 |
| CVE-2026-5874 | critical | chromium | <147.0.7727.55-1~deb13u1 | 147.0.7727.55-1~deb13u1 | 9.6 |
| CVE-2026-6296 | critical | chromium | <147.0.7727.101-1~deb13u1 | 147.0.7727.101-1~deb13u1 | 9.6 |
| CVE-2026-6919 | critical | chromium | <147.0.7727.116-1~deb13u1 | 147.0.7727.116-1~deb13u1 | 9.6 |
| CVE-2026-6920 | critical | chromium | <147.0.7727.116-1~deb13u1 | 147.0.7727.116-1~deb13u1 | 9.6 |
| CVE-2026-7333 | critical | chromium | <147.0.7727.137-1~deb13u1 | 147.0.7727.137-1~deb13u1 | 9.6 |
| CVE-2026-7908 | critical | chromium | <148.0.7778.96-1~deb13u1 | 148.0.7778.96-1~deb13u1 | 9.6 |
| CVE-2026-7910 | critical | chromium | <148.0.7778.96-1~deb13u1 | 148.0.7778.96-1~deb13u1 | 9.6 |
| CVE-2026-42596 | critical | v8 | <=8.30.1 | 8.32.0 | 9.4 |
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.