Skip to main content

Tinyweb

11 CVEs product

Monthly

CVE-2026-67185 Jul 28, 16:30 HIGH POC This Week

Path traversal in TinyWeb through 0.0.8 allows unauthenticated remote attackers to read arbitrary files from the server's filesystem by injecting ../ sequences into the URL path, which are concatenated without normalization in HttpBuilder::buildResponse(). Publicly available exploit code exists, yet no active exploitation is recorded in CISA KEV; the risk is elevated when the server runs as root, exposing credential stores and private keys.

Path Traversal Tinyweb Generalsandman
NVD GitHub
CVSS 4.0
8.7
EPSS
0.5%
CVE-2026-67184 Jul 28, 16:28 HIGH POC This Week

Null pointer dereference in TinyWeb 0.0.8 and earlier allows unauthenticated remote attackers to crash worker processes by sending an HTTP request with a malformed version string, causing a permanent denial of service when all workers are terminated. A publicly available proof-of-concept exploit exists, though no active exploitation has been confirmed.

Denial Of Service Null Pointer Dereference Tinyweb Generalsandman
NVD GitHub
CVSS 4.0
8.7
EPSS
0.4%
CVE-2026-67183 Jul 28, 16:26 HIGH POC This Week

Memory exhaustion vulnerability in TinyWeb HTTP server (through 0.0.8) enables unauthenticated remote attackers to cause denial of service by sending ordinary HTTP requests. A memory leak in the request parser allocates objects without freeing them, consuming approximately 20–28 kB per request until the worker process is killed. Publicly available exploit code exists, but no active exploitation has been confirmed via CISA KEV.

Information Disclosure Tinyweb Generalsandman
NVD GitHub
CVSS 4.0
8.7
EPSS
0.4%
CVE-2026-29046 Mar 06, 04:16 HIGH This Week

TinyWeb versions prior to 2.04 fail to properly sanitize control characters and encoded sequences (CR, LF, NUL) in HTTP request headers, allowing attackers to inject malicious values into CGI environment variables and bypass parser validation. This network-accessible vulnerability enables header injection attacks that could lead to data corruption or denial of service without requiring authentication. No patch is currently available for affected deployments.

Information Disclosure Tinyweb Ritlabs
NVD GitHub VulDB
CVSS 3.1
8.2
EPSS
0.2%
CVE-2026-28497 Mar 06, 04:16 CRITICAL Act Now

Integer overflow in TinyWeb before 2.03.

Authentication Bypass Integer Overflow Tinyweb Ritlabs
NVD GitHub VulDB
CVSS 3.1
9.1
EPSS
0.1%
CVE-2026-27633 Feb 26, 00:16 HIGH PATCH This Week

TinyWeb versions prior to 2.02 are vulnerable to denial of service through memory exhaustion when unauthenticated attackers send HTTP POST requests with extremely large Content-Length headers, causing the server to allocate unbounded memory and crash. The vulnerability affects all organizations running vulnerable TinyWeb instances, and patch version 2.02 addresses it by implementing a 10MB maximum entity body size limit.

Denial Of Service Nginx Tinyweb Ritlabs
NVD GitHub
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-27630 Feb 26, 00:16 HIGH PATCH This Week

TinyWeb versions prior to 2.02 lack connection limits and request timeouts, enabling unauthenticated remote attackers to trigger denial of service through Slowloris attacks by maintaining numerous concurrent connections and transmitting data at minimal rates. The vulnerability affects all systems running vulnerable TinyWeb instances, with attackers capable of exhausting server resources and rendering services unavailable. A patch is available that implements connection limits and idle timeouts to mitigate the attack vector.

Denial Of Service Nginx Tinyweb Ritlabs
NVD GitHub
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-27613 Feb 25, 23:16 CRITICAL PATCH Act Now

Unauthenticated command injection in TinyWeb HTTP/HTTPS server for Win32 before 2.01 allows remote attackers to execute arbitrary commands. Patch available.

PHP RCE Tinyweb Ritlabs
NVD GitHub
CVSS 3.1
9.8
EPSS
0.1%
CVE-2026-22781 Jan 12, 19:16 CRITICAL PATCH Act Now

TinyWeb HTTP Server before 1.98 has OS command injection via CGI ISINDEX query parameters. The query string is passed as command-line arguments to CGI executables through Windows CreateProcess(), allowing unauthenticated RCE. Patch available.

Windows Command Injection Tinyweb Ritlabs
NVD GitHub
CVSS 3.1
9.8
EPSS
0.6%
CVE-2024-5193 May 22, 11:15 MEDIUM POC This Month

A security vulnerability has been detected in Ritlabs TinyWeb Server 1.94. Rated medium severity (CVSS 5.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Tinyweb Ritlabs
NVD GitHub VulDB
CVSS 4.0
5.5
EPSS
0.7%
CVE-2024-34199 May 14, 15:38 HIGH POC This Week

TinyWeb 1.94 and below allows unauthenticated remote attackers to cause a denial of service (Buffer Overflow) when sending excessively large elements in the request line. Rated high severity (CVSS 8.6), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Buffer Overflow Denial Of Service Memory Corruption Tinyweb Ritlabs
NVD GitHub
CVSS 3.1
8.6
EPSS
1.2%
EPSS 0% CVSS 8.7
HIGH POC This Week

Path traversal in TinyWeb through 0.0.8 allows unauthenticated remote attackers to read arbitrary files from the server's filesystem by injecting ../ sequences into the URL path, which are concatenated without normalization in HttpBuilder::buildResponse(). Publicly available exploit code exists, yet no active exploitation is recorded in CISA KEV; the risk is elevated when the server runs as root, exposing credential stores and private keys.

Path Traversal Tinyweb Generalsandman
NVD GitHub
EPSS 0% CVSS 8.7
HIGH POC This Week

Null pointer dereference in TinyWeb 0.0.8 and earlier allows unauthenticated remote attackers to crash worker processes by sending an HTTP request with a malformed version string, causing a permanent denial of service when all workers are terminated. A publicly available proof-of-concept exploit exists, though no active exploitation has been confirmed.

Denial Of Service Null Pointer Dereference Tinyweb +1
NVD GitHub
EPSS 0% CVSS 8.7
HIGH POC This Week

Memory exhaustion vulnerability in TinyWeb HTTP server (through 0.0.8) enables unauthenticated remote attackers to cause denial of service by sending ordinary HTTP requests. A memory leak in the request parser allocates objects without freeing them, consuming approximately 20–28 kB per request until the worker process is killed. Publicly available exploit code exists, but no active exploitation has been confirmed via CISA KEV.

Information Disclosure Tinyweb Generalsandman
NVD GitHub
EPSS 0% CVSS 8.2
HIGH This Week

TinyWeb versions prior to 2.04 fail to properly sanitize control characters and encoded sequences (CR, LF, NUL) in HTTP request headers, allowing attackers to inject malicious values into CGI environment variables and bypass parser validation. This network-accessible vulnerability enables header injection attacks that could lead to data corruption or denial of service without requiring authentication. No patch is currently available for affected deployments.

Information Disclosure Tinyweb Ritlabs
NVD GitHub VulDB
EPSS 0% CVSS 9.1
CRITICAL Act Now

Integer overflow in TinyWeb before 2.03.

Authentication Bypass Integer Overflow Tinyweb +1
NVD GitHub VulDB
EPSS 0% CVSS 7.5
HIGH PATCH This Week

TinyWeb versions prior to 2.02 are vulnerable to denial of service through memory exhaustion when unauthenticated attackers send HTTP POST requests with extremely large Content-Length headers, causing the server to allocate unbounded memory and crash. The vulnerability affects all organizations running vulnerable TinyWeb instances, and patch version 2.02 addresses it by implementing a 10MB maximum entity body size limit.

Denial Of Service Nginx Tinyweb +1
NVD GitHub
EPSS 0% CVSS 7.5
HIGH PATCH This Week

TinyWeb versions prior to 2.02 lack connection limits and request timeouts, enabling unauthenticated remote attackers to trigger denial of service through Slowloris attacks by maintaining numerous concurrent connections and transmitting data at minimal rates. The vulnerability affects all systems running vulnerable TinyWeb instances, with attackers capable of exhausting server resources and rendering services unavailable. A patch is available that implements connection limits and idle timeouts to mitigate the attack vector.

Denial Of Service Nginx Tinyweb +1
NVD GitHub
EPSS 0% CVSS 9.8
CRITICAL PATCH Act Now

Unauthenticated command injection in TinyWeb HTTP/HTTPS server for Win32 before 2.01 allows remote attackers to execute arbitrary commands. Patch available.

PHP RCE Tinyweb +1
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL PATCH Act Now

TinyWeb HTTP Server before 1.98 has OS command injection via CGI ISINDEX query parameters. The query string is passed as command-line arguments to CGI executables through Windows CreateProcess(), allowing unauthenticated RCE. Patch available.

Windows Command Injection Tinyweb +1
NVD GitHub
EPSS 1% CVSS 5.5
MEDIUM POC This Month

A security vulnerability has been detected in Ritlabs TinyWeb Server 1.94. Rated medium severity (CVSS 5.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Tinyweb Ritlabs
NVD GitHub VulDB
EPSS 1% CVSS 8.6
HIGH POC This Week

TinyWeb 1.94 and below allows unauthenticated remote attackers to cause a denial of service (Buffer Overflow) when sending excessively large elements in the request line. Rated high severity (CVSS 8.6), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Buffer Overflow Denial Of Service Memory Corruption +2
NVD GitHub

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy