Vulnerability Database

363,159

Total vulnerabilities in the database

CVE-2023-22465 — typelevel / http4s

Improper Input Validation

Http4s is a Scala interface for HTTP services. Starting with version 0.1.0 and prior to versions 0.21.34, 0.22.15, 0.23.17, and 1.0.0-M38, the User-Agent and Server header parsers are susceptible to a fatal error on certain inputs. In http4s, modeled headers are lazily parsed, so this only applies to services that explicitly request these typed headers. Fixes are released in 0.21.34, 0.22.15, 0.23.17, and 1.0.0-M38. As a workaround, use the weakly typed header interface.

CVSS v3:

  • Severity: High
  • Score: 7.5
  • AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CWEs:

Software From Fixed in
typelevel / http4s 1.0.0-milestone17 1.0.0-milestone17.x
typelevel / http4s 1.0.0-milestone18 1.0.0-milestone18.x
typelevel / http4s 1.0.0-milestone19 1.0.0-milestone19.x
typelevel / http4s 1.0.0-milestone20 1.0.0-milestone20.x
typelevel / http4s 1.0.0-milestone21 1.0.0-milestone21.x
typelevel / http4s 1.0.0-milestone22 1.0.0-milestone22.x
typelevel / http4s 1.0.0-milestone1 1.0.0-milestone1.x
typelevel / http4s 1.0.0-milestone10 1.0.0-milestone10.x
typelevel / http4s 1.0.0-milestone11 1.0.0-milestone11.x
typelevel / http4s 1.0.0-milestone12 1.0.0-milestone12.x
typelevel / http4s 1.0.0-milestone13 1.0.0-milestone13.x
typelevel / http4s 1.0.0-milestone14 1.0.0-milestone14.x
typelevel / http4s 1.0.0-milestone15 1.0.0-milestone15.x
typelevel / http4s 1.0.0-milestone16 1.0.0-milestone16.x
typelevel / http4s 1.0.0-milestone2 1.0.0-milestone2.x
typelevel / http4s 1.0.0-milestone3 1.0.0-milestone3.x
typelevel / http4s 1.0.0-milestone4 1.0.0-milestone4.x
typelevel / http4s 1.0.0-milestone5 1.0.0-milestone5.x
typelevel / http4s 1.0.0-milestone6 1.0.0-milestone6.x
typelevel / http4s 1.0.0-milestone7 1.0.0-milestone7.x
typelevel / http4s 1.0.0-milestone8 1.0.0-milestone8.x
typelevel / http4s 1.0.0-milestone9 1.0.0-milestone9.x
typelevel / http4s 1.0.0-milestone24 1.0.0-milestone24.x
typelevel / http4s 1.0.0-milestone23 1.0.0-milestone23.x
typelevel / http4s 1.0.0-milestone25 1.0.0-milestone25.x
typelevel / http4s 1.0.0-milestone26 1.0.0-milestone26.x
typelevel / http4s 1.0.0-milestone28 1.0.0-milestone28.x
typelevel / http4s 1.0.0-milestone29 1.0.0-milestone29.x
typelevel / http4s 1.0.0-milestone30 1.0.0-milestone30.x
typelevel / http4s 1.0.0-milestone31 1.0.0-milestone31.x
typelevel / http4s 1.0.0-milestone32 1.0.0-milestone32.x
typelevel / http4s 1.0.0-milestone33 1.0.0-milestone33.x
typelevel / http4s 1.0.0-milestone34 1.0.0-milestone34.x
typelevel / http4s 1.0.0-milestone35 1.0.0-milestone35.x
typelevel / http4s 1.0.0-milestone36 1.0.0-milestone36.x
typelevel / http4s 1.0.0-milestone37 1.0.0-milestone37.x
typelevel / http4s 0.23.0 0.23.17
typelevel / http4s 0.1.0 0.21.34
typelevel / http4s 0.22.0 0.22.15
typelevel / http4s 1.0.0-milestone27 1.0.0-milestone27.x
Maven icon org.http4s / http4s-core_2.13 0.1.0 0.21.34
Maven icon org.http4s / http4s-core_2.13 0.22.0 0.22.15
Maven icon org.http4s / http4s-core_2.13 0.23.0 0.23.17
Maven icon org.http4s / http4s-core_2.13 1.0.0-M1 1.0.0-M38
Maven icon org.http4s / http4s-core_2.10 0.1.0 0.9.3.x
Maven icon org.http4s / http4s-core_2.11 0.1.0 0.21.0-m1.x
Maven icon org.http4s / http4s-core_2.12 0.1.0 0.21.34
Maven icon org.http4s / http4s-core_2.12 0.22.0 0.22.15
Maven icon org.http4s / http4s-core_2.12 0.23.0 0.23.17
Maven icon org.http4s / http4s-core 1.0.0-M1 1.0.0-m30.x

Frequently Asked Questions

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.