Thttpd
by Acme
CVEs (19)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2009-4491 | Cri | 0.68 | 9.8 | 0.13 | Jan 13, 2010 | thttpd 2.25b0 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to modify a window's title, or possibly execute arbitrary commands or overwrite files, via an HTTP request containing an escape sequence for a terminal… | ||
| CVE-2003-0899 | Cri | 0.68 | 9.8 | 0.22 | Nov 3, 2003 | Buffer overflow in defang in libhttpd.c for thttpd 2.21 to 2.23b1 allows remote attackers to execute arbitrary code via requests that contain '<' or '>' characters, which trigger the overflow when the characters are expanded to "<" and ">" sequences. | ||
| CVE-2001-1496 | Cri | 0.64 | 9.8 | 0.05 | Dec 31, 2001 | Off-by-one buffer overflow in Basic Authentication in Acme Labs thttpd 1.95 through 2.20 allows remote attackers to cause a denial of service and possibly execute arbitrary code. | ||
| CVE-2006-1078 | Hig | 0.55 | 8.4 | 0.01 | Mar 9, 2006 | Multiple buffer overflows in htpasswd, as used in Acme thttpd 2.25b, and possibly other products such as Apache, might allow local users to gain privileges via (1) a long command line argument and (2) a long line in a file. NOTE: since htpasswd is normally installed as a… | ||
| CVE-2002-0733 | 0.04 | — | 0.08 | Aug 12, 2002 | Cross-site scripting vulnerability in thttpd 2.20 and earlier allows remote attackers to execute arbitrary script via a URL to a nonexistent page, which causes thttpd to insert the script into a 404 error message. | |||
| CVE-2004-2628 | 0.03 | — | 0.04 | Dec 31, 2004 | Multiple directory traversal vulnerabilities in thttpd 2.07 beta 0.4, when running on Windows, allow remote attackers to read arbitrary files via a URL that contains (1) a hex-encoded backslash dot-dot sequence ("%5C..") or (2) a drive letter (such as "C:"). | |||
| CVE-2004-2102 | 0.03 | — | 0.01 | Dec 31, 2004 | Cross-site scripting (XSS) vulnerability in FREESCO 2.05, a modified version of thttpd, allows remote attackers to inject arbitrary web script or HTML via the test parameter. | |||
| CVE-2007-0158 | 0.00 | — | 0.01 | Dec 27, 2019 | thttpd 2007 has buffer underflow. | |||
| CVE-2012-5640 | 0.00 | — | 0.00 | Nov 25, 2019 | thttpd has a local DoS vulnerability via specially-crafted .htpasswd files | |||
| CVE-2013-0348 | 0.00 | — | 0.01 | Dec 13, 2013 | thttpd.c in sthttpd before 2.26.4-r2 and thttpd 2.25b use world-readable permissions for /var/log/thttpd.log, which allows local users to obtain sensitive information by reading the file. | |||
| CVE-2007-0664 | 0.00 | — | 0.03 | Feb 2, 2007 | thttpd before 2.25b-r6 in Gentoo Linux is started from the system root directory (/) by the Gentoo baselayout 1.12.6 package, which allows remote attackers to read arbitrary files. | |||
| CVE-2006-4248 | 0.00 | — | 0.00 | Oct 31, 2006 | thttpd on Debian GNU/Linux, and possibly other distributions, allows local users to create or touch arbitrary files via a symlink attack on the start_thttpd temporary file. | |||
| CVE-2006-1079 | 0.00 | — | 0.00 | Mar 9, 2006 | htpasswd, as used in Acme thttpd 2.25b and possibly other products such as Apache, might allow local users to gain privileges via shell metacharacters in a command line argument, which is used in a call to the system function. NOTE: since htpasswd is normally installed as a… | |||
| CVE-2005-3124 | 0.00 | — | 0.00 | Nov 6, 2005 | syslogtocern in Acme thttpd before 2.23 allows local users to write arbitrary files via a symlink attack on a temporary file. | |||
| CVE-2002-1562 | 0.00 | — | 0.03 | May 12, 2003 | Directory traversal vulnerability in thttpd, when using virtual hosting, allows remote attackers to read arbitrary files via .. (dot dot) sequences in the Host: header. | |||
| CVE-2001-0892 | 0.00 | — | 0.02 | Nov 13, 2001 | Acme Thttpd Secure Webserver before 2.22, with the chroot option enabled, allows remote attackers to view sensitive files under the document root (such as .htpasswd) via a GET request with a trailing /. | |||
| CVE-2000-0900 | 0.00 | — | 0.02 | Dec 19, 2000 | Directory traversal vulnerability in ssi CGI program in thttpd 2.19 and earlier allows remote attackers to read arbitrary files via a "%2e%2e" string, a variation of the .. (dot dot) attack. | |||
| CVE-2000-0359 | 0.00 | — | 0.05 | Oct 20, 2000 | Buffer overflow in Trivial HTTP (THTTPd) allows remote attackers to cause a denial of service or execute arbitrary commands via a long If-Modified-Since header. | |||
| CVE-1999-1456 | 0.00 | — | 0.02 | Dec 31, 1999 | thttpd HTTP server 2.03 and earlier allows remote attackers to read arbitrary files via a GET request with more than one leading / (slash) character in the filename. |
- risk 0.68cvss 9.8epss 0.13
thttpd 2.25b0 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to modify a window's title, or possibly execute arbitrary commands or overwrite files, via an HTTP request containing an escape sequence for a terminal…
- risk 0.68cvss 9.8epss 0.22
Buffer overflow in defang in libhttpd.c for thttpd 2.21 to 2.23b1 allows remote attackers to execute arbitrary code via requests that contain '<' or '>' characters, which trigger the overflow when the characters are expanded to "<" and ">" sequences.
- risk 0.64cvss 9.8epss 0.05
Off-by-one buffer overflow in Basic Authentication in Acme Labs thttpd 1.95 through 2.20 allows remote attackers to cause a denial of service and possibly execute arbitrary code.
- risk 0.55cvss 8.4epss 0.01
Multiple buffer overflows in htpasswd, as used in Acme thttpd 2.25b, and possibly other products such as Apache, might allow local users to gain privileges via (1) a long command line argument and (2) a long line in a file. NOTE: since htpasswd is normally installed as a…
- CVE-2002-0733Aug 12, 2002risk 0.04cvss —epss 0.08
Cross-site scripting vulnerability in thttpd 2.20 and earlier allows remote attackers to execute arbitrary script via a URL to a nonexistent page, which causes thttpd to insert the script into a 404 error message.
- CVE-2004-2628Dec 31, 2004risk 0.03cvss —epss 0.04
Multiple directory traversal vulnerabilities in thttpd 2.07 beta 0.4, when running on Windows, allow remote attackers to read arbitrary files via a URL that contains (1) a hex-encoded backslash dot-dot sequence ("%5C..") or (2) a drive letter (such as "C:").
- CVE-2004-2102Dec 31, 2004risk 0.03cvss —epss 0.01
Cross-site scripting (XSS) vulnerability in FREESCO 2.05, a modified version of thttpd, allows remote attackers to inject arbitrary web script or HTML via the test parameter.
- CVE-2007-0158Dec 27, 2019risk 0.00cvss —epss 0.01
thttpd 2007 has buffer underflow.
- CVE-2012-5640Nov 25, 2019risk 0.00cvss —epss 0.00
thttpd has a local DoS vulnerability via specially-crafted .htpasswd files
- CVE-2013-0348Dec 13, 2013risk 0.00cvss —epss 0.01
thttpd.c in sthttpd before 2.26.4-r2 and thttpd 2.25b use world-readable permissions for /var/log/thttpd.log, which allows local users to obtain sensitive information by reading the file.
- CVE-2007-0664Feb 2, 2007risk 0.00cvss —epss 0.03
thttpd before 2.25b-r6 in Gentoo Linux is started from the system root directory (/) by the Gentoo baselayout 1.12.6 package, which allows remote attackers to read arbitrary files.
- CVE-2006-4248Oct 31, 2006risk 0.00cvss —epss 0.00
thttpd on Debian GNU/Linux, and possibly other distributions, allows local users to create or touch arbitrary files via a symlink attack on the start_thttpd temporary file.
- CVE-2006-1079Mar 9, 2006risk 0.00cvss —epss 0.00
htpasswd, as used in Acme thttpd 2.25b and possibly other products such as Apache, might allow local users to gain privileges via shell metacharacters in a command line argument, which is used in a call to the system function. NOTE: since htpasswd is normally installed as a…
- CVE-2005-3124Nov 6, 2005risk 0.00cvss —epss 0.00
syslogtocern in Acme thttpd before 2.23 allows local users to write arbitrary files via a symlink attack on a temporary file.
- CVE-2002-1562May 12, 2003risk 0.00cvss —epss 0.03
Directory traversal vulnerability in thttpd, when using virtual hosting, allows remote attackers to read arbitrary files via .. (dot dot) sequences in the Host: header.
- CVE-2001-0892Nov 13, 2001risk 0.00cvss —epss 0.02
Acme Thttpd Secure Webserver before 2.22, with the chroot option enabled, allows remote attackers to view sensitive files under the document root (such as .htpasswd) via a GET request with a trailing /.
- CVE-2000-0900Dec 19, 2000risk 0.00cvss —epss 0.02
Directory traversal vulnerability in ssi CGI program in thttpd 2.19 and earlier allows remote attackers to read arbitrary files via a "%2e%2e" string, a variation of the .. (dot dot) attack.
- CVE-2000-0359Oct 20, 2000risk 0.00cvss —epss 0.05
Buffer overflow in Trivial HTTP (THTTPd) allows remote attackers to cause a denial of service or execute arbitrary commands via a long If-Modified-Since header.
- CVE-1999-1456Dec 31, 1999risk 0.00cvss —epss 0.02
thttpd HTTP server 2.03 and earlier allows remote attackers to read arbitrary files via a GET request with more than one leading / (slash) character in the filename.