| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CVE-2026-2332 | high | jetty-http | >=11.0.0,<=11.0.27 | 11.0.28 | 7.4 | |||||||||
Description (as reported)Jetty incorrectly parses quoted strings in HTTP/1.1 chunked transfer encoding extension values, enabling request smuggling attacks. BackgroundThis vulnerability is a new variant discovered while researching the "Funky Chunks" HTTP request smuggling techniques: The original research tested various chunk extension parsing differentials but did not test quoted-string handling within extension values. Technical DetailsRFC 9112 Section 7.1.1 defines chunked transfer encoding:
RFC 9110 Section 5.6.4 defines quoted-string:
A quoted-string continues until the closing DQUOTE, and VulnerabilityJetty terminates chunk header parsing at Expected (RFC compliant):
Actual (jetty):
Proof of Concept
Result: Server returns 2 HTTP responses from a single TCP connection. Parsing Breakdown
Impact
Reproduction
Suggested FixEnsure the chunk framing and extensions are parsed exactly as specified in RFC9112. A CRLF inside a quoted-string should be considered a parsing error and not a line terminator. PatchesNo patches yet. WorkaroundsNo workarounds yet. Relevance: This CVE is highly relevant for normal usage as Apache Tika is designed to parse untrusted files, which is the primary vector for this vulnerability. It becomes critical in scenarios where the Docker image is used as a backend service to automatically process user-uploaded documents, as an attacker could exploit the flaw to achieve remote code execution or a denial-of-service. Without the specific technical details from the description, it must be treated as a high-risk threat to any workflow involving automated file ingestion. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | ||||||||||||||
| CVE-2025-68973 | high | gnupg2 | <2.4.4-2ubuntu23.2 | 2.4.4-2ubuntu23.2 | 7.0 | |||||||||
| CVE-2026-34478 | medium | log4j-core | >=2.21.0,<2.25.4 | 2.25.4 | 6.9 | |||||||||
| CVE-2026-34480 | medium | log4j-core | >=2.0-alpha1,<2.25.4 | 2.25.4 | 6.9 | |||||||||
| CVE-2024-6763 | medium | jetty-http | >=7.0.0,<=12.0.11 | 12.0.12 | 6.3 | |||||||||
| CVE-2026-34477 | medium | log4j-core | >=2.12.0,<2.25.4 | 2.25.4 | 6.3 | |||||||||
| CVE-2025-11143 | low | jetty-http | >=11.0.0,<=11.0.26 | not fixed | 3.7 | |||||||||
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.