๐Ÿ” CVE Alert

CVE-2026-67185

HIGH 7.5

TinyWeb 0.0.8 Path Traversal via URL Path Component

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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 normalization, dot-segment removal, or boundary checks. Attackers can craft a single request with ../ sequences that pass through the URL parser unchanged and reach the filesystem call via HttpFile::setFile(), exposing sensitive files such as credential stores and private keys when the server process runs as root.

CWE CWE-22
Vendor generalsandman
Product tinyweb
Published Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for generalsandman tinyweb

Be the first to know when new high vulnerabilities affecting generalsandman tinyweb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

GeneralSandman / TinyWeb
0b3b5fdb5a058f50248cd8547824936b8dd10351 โ‰ค a381da252fe8e873c8aff22703040426cc9b2ae0 0.0.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/theopaid/Unauthenticated-Path-Traversal-Allows-Arbitrary-File-Read-TinyWeb- vulncheck.com: https://www.vulncheck.com/advisories/tinyweb-path-traversal-via-url-path-component

Credits

Theodosis Paidakis