In Eclipse Jetty Server, versions 9.2.x and older, 9.3.x (all non HTTP/1.x configurations), and 9.4.x (all HTTP/1.x configurations), when presented with two content-lengths headers, Jetty ignored the second. When presented with a content-length and a chunked encoding header, the content-length was ignored (as per RFC 2616). If an intermediary decided on the shorter length, but still passed on the longer body, then body content could be interpreted by Jetty as a pipelined request. If the intermediary was imposing authorization, the fake pipelined request would bypass that authorization.
| Software | From | Fixed in |
|---|---|---|
| eclipse / jetty | 9.4.0 | 9.4.11 |
| eclipse / jetty | 9.3.0 | 9.3.24 |
| eclipse / jetty | - | 9.2.26.x |
| debian / debian_linux | 9.0 | 9.0.x |
| oracle / retail_xstore_point_of_service | 15.0 | 15.0.x |
| oracle / retail_xstore_point_of_service | 7.1 | 7.1.x |
| oracle / retail_xstore_point_of_service | 16.0 | 16.0.x |
| oracle / retail_xstore_payment | 3.3 | 3.3.x |
| oracle / retail_xstore_point_of_service | 17.0 | 17.0.x |
| oracle / rest_data_services | 12.2.0.1 | 12.2.0.1.x |
| oracle / rest_data_services | 12.1.0.2 | 12.1.0.2.x |
| oracle / rest_data_services | 11.2.0.4 | 11.2.0.4.x |
| oracle / rest_data_services | 18c | 18c.x |
| hp / xp_p9000_command_view | 8.4.0-00 | 8.6.2-00.x |
| netapp / e-series_santricity_os_controller | 11.0 | 11.50.1.x |
| netapp / oncommand_system_manager | 3.0 | 3.1.3.x |
org.eclipse.jetty / jetty-server
|
- | 9.2.25.v20180606 |
org.eclipse.jetty / jetty-server
|
9.3.0 | 9.3.24.v20180605 |
org.eclipse.jetty / jetty-server
|
9.4.0 | 9.4.11.v20180605 |
A security vulnerability is a weakness in software, hardware, or configuration that can be exploited to compromise confidentiality, integrity, or availability. Many vulnerabilities are tracked as CVEs (Common Vulnerabilities and Exposures), which provide a standardized identifier so teams can coordinate patching, mitigation, and risk assessment across tools and vendors.
CVSS (Common Vulnerability Scoring System) estimates technical severity, but it doesn't automatically equal business risk. Prioritize using context like internet exposure, affected asset criticality, known exploitation (proof-of-concept or in-the-wild), and whether compensating controls exist. A "Medium" CVSS on an exposed, production system can be more urgent than a "Critical" on an isolated, non-production host.
A vulnerability is the underlying weakness. An exploit is the method or code used to take advantage of it. A zero-day is a vulnerability that is unknown to the vendor or has no publicly available fix when attackers begin using it. In practice, risk increases sharply when exploitation becomes reliable or widespread.
Recurring findings usually come from incomplete Asset Discovery, inconsistent patch management, inherited images, and configuration drift. In modern environments, you also need to watch the software supply chain: dependencies, containers, build pipelines, and third-party services can reintroduce the same weakness even after you patch a single host. Unknown or unmanaged assets (often called Shadow IT) are a common reason the same issues resurface.
Use a simple, repeatable triage model: focus first on externally exposed assets, high-value systems (identity, VPN, email, production), vulnerabilities with known exploits, and issues that enable remote code execution or privilege escalation. Then enforce patch SLAs and track progress using consistent metrics so remediation is steady, not reactive.
SynScan combines attack surface monitoring and continuous security auditing to keep your inventory current, flag high-impact vulnerabilities early, and help you turn raw findings into a practical remediation plan.