VYPR

TinyWeb

by Theopaid

CVEs (3)

  • CVE-2026-67185HigJul 28, 2026
    risk 0.00cvss 7.5epss 0.00

    TinyWeb through 0.0.8 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by submitting ../ sequences in the URL path, which are concatenated directly to the configured web root in HttpBuilder::buildResponse() without…

  • CVE-2026-67184HigJul 28, 2026
    risk 0.00cvss 7.5epss 0.00

    TinyWeb through 0.0.8 contains a null pointer dereference vulnerability that allows unauthenticated remote attackers to crash worker processes by sending a malformed HTTP request line with an invalid version string. The HttpParser::execute() function fails to allocate the Url…

  • CVE-2026-67183HigJul 28, 2026
    risk 0.00cvss 7.5epss 0.00

    TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute() to allocate Url objects, HttpHeaders objects, and HttpHeader…