Stefan Eissing

2 exploits Active since Dec 2016
CVE-2016-8740 WRITEUP HIGH WRITEUP
Apache HTTP Server 2.4.17-2.4.23 - DoS
The mod_http2 module in the Apache HTTP Server 2.4.17 through 2.4.23, when the Protocols configuration includes h2 or h2c, does not restrict request-header length, which allows remote attackers to cause a denial of service (memory consumption) via crafted CONTINUATION frames in an HTTP/2 request.
CVSS 7.5
CVE-2024-7264 WRITEUP MEDIUM WRITEUP
libcurl 7.32.0-8.9.1 - Out-of-bounds Read in ASN1 Generalized Time Parser
libcurl's ASN1 parser code has the `GTime2str()` function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the *time fraction*, leading to a `strlen()` getting performed on a pointer to a heap buffer area that is not (purposely) null terminated. This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when [CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used.
CVSS 6.5