7.2
CVSSv2

CVE-2000-0670

Published: 12/07/2000 Updated: 03/05/2018
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The cvsweb CGI script in CVSWeb 1.80 allows remote attackers with write access to a CVS repository to execute arbitrary commands via shell metacharacters.

Vulnerable Product Search on Vulmon Subscribe to Product

cvsweb developer cvsweb 1.80

Exploits

source: wwwsecurityfocuscom/bid/1469/info Cvsweb 180 makes an insecure call to the perl OPEN function, providing attackers with write access to a cvs repository the ability to execute arbitrary commands on the host machine The code that is being exploited here is the following: open($fh, "rlog '$filenames' 2>/dev/null |") An attack ...