4.3
CVSSv2

CVE-2009-5067

Published: 10/10/2012 Updated: 07/11/2023
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:P/I:N/A:N

Vulnerability Summary

Directory traversal vulnerability in html2ps prior to 1.0b6 allows remote malicious users to read arbitrary files via a .. (dot dot) in the "include file" SSI directive. NOTE: this issue only might be a vulnerability in limited scenarios, such as if html2ps is invoked by a web application, or if a user-assisted attacker provides filenames whose contents could cause a denial of service, such as certain devices.

Vulnerable Product Search on Vulmon Subscribe to Product

html2ps project html2ps 1.0

html2ps project html2ps

Exploits

#!/usr/bin/env python # # html2ps <= 10 beta5 arbitrary file disclosure # userituuse/~jan/html2pshtml # author: epiphant <epiphant0@gmailcom> # # the "include file" ssi directive doesn't check for directory # traversal so you can include and disclose any file in the # dir tree (very handy when html2ps is running as a part of ...