vendor:
Gitweb
by:
Emanuele 'emgent' Gentili
7,5
CVSS
HIGH
Cross-site scripting (XSS)
79
CWE
Product Name: Gitweb
Affected Version From: 1.7.3.3
Affected Version To: Previous versions
Patch Exists: YES
Related CWE: CVE-2010-3906
CPE: a:git:gitweb
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2010
Cross-site scripting (XSS) vulnerability in Gitweb 1.7.3.3 and previous versions
Remote attackers can inject arbitrary web script or HTML code via f and fp variables by using the URL http://localhost/?p=foo/bar/ph33r.git;a=blobdiff;f=[XSS];fp=[XSS], where [XSS] is the malicious code.
Mitigation:
Input validation and output encoding can be used to mitigate XSS attacks.