Vulnerability CVE-2023-30847


Published: 2023-04-27

Description:
H2O is an HTTP server. In versions 2.3.0-beta2 and prior, when the reverse proxy handler tries to processes a certain type of invalid HTTP request, it tries to build an upstream URL by reading from uninitialized pointer. This behavior can lead to crashes or leak of information to back end HTTP servers. Pull request number 3229 fixes the issue. The pull request has been merged to the `master` branch in commit f010336. Users should upgrade to commit f010336 or later.

Type:

CWE-824

(Access of Uninitialized Pointer)

 References:
https://github.com/h2o/h2o/security/advisories/GHSA-p5hj-phwj-hrvx
https://github.com/h2o/h2o/commit/f010336bab162839df43d9e87570897466c97e33
https://github.com/h2o/h2o/pull/3229

Copyright 2026, cxsecurity.com

 

Back to Top