| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score |
|---|---|---|---|---|---|
| CVE-2026-27896 | high | go-sdk | <1.3.1 | 1.3.1 | 7.0 |
The Go MCP SDK used Go's standard encoding/json.Unmarshal for JSON-RPC and MCP protocol message parsing. Go's standard library performs case-insensitive matching of JSON keys to struct field tags — a field tagged json:"method" would also match "Method", "METHOD", etc. Additionally, Go's standard library folds the Unicode characters ſ (U+017F) and K (U+212A) to their ASCII equivalents s and k, meaning fields like "paramſ" would match "params". This violated the JSON-RPC 2.0 specification, which defines exact field names. Impact:A malicious MCP peer may have been able to send protocol messages with non-standard field casing (e.g., "Method" instead of "method") that the SDK would silently accept. This had the potential for:
Fix:Go's standard JSON unmarshaling was replaced with a case-sensitive decoder (github.com/segmentio/encoding) in commit 7b8d81c. Users are advised to update to v1.3.1 to resolve this issue. Credits:MCP Go SDK thanks Francesco Lacerenza (Doyensec) for reporting this issue. Relevance: The CVE-2026-27896 is likely irrelevant for normal usage of the `inngest/inngest:v1.17.4` Docker image unless the image includes vulnerable dependencies or configurations. It could become critical if the image is deployed in an environment where the vulnerability's exploit path is exposed, such as untrusted user input handling. Always verify if the specific components affected by the CVE are present in the image. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | |||||
| CVE-2026-24051 | high | sdk | >=1.21.0,<1.40.0 | 1.40.0 | 7.0 |
| CVE-2020-8911 | medium | aws-sdk-go | >=0 | not fixed | 5.6 |
| CVE-2025-45582 | medium | tar | >=1.35+dfsg-3.1 | not fixed | 4.1 |
| CVE-2011-3374 | low | apt | <=3.0.3 | not fixed | 3.1 |
| CVE-2021-45346 | low | sqlite3 | <=3.46.1-7 | not fixed | 3.1 |
| CVE-2007-5686 | low | shadow | <=1:4.17.4-2 | not fixed | 3.1 |
| CVE-2026-27142 | unspecified | pkg:golang/stdlib@1.24.13 | <1.25.8 | 1.25.8 | 3.1 |
| CVE-2010-4756 | low | glibc | <=2.41-12+deb13u1 | not fixed | 3.1 |
| CVE-2025-15079 | low | curl | <=8.14.1-2+deb13u2 | 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.