6.5
CVSSv2

CVE-2007-1882

Published: 06/04/2007 Updated: 29/07/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

qcbin/servlet/tdservlet/TDAPI_GeneralWebTreatment in HP Mercury Quality Center 9.0 build 9.1.0.4352 allows remote authenticated users to execute arbitrary SQL commands via the RunQuery method.

Vulnerable Product Search on Vulmon Subscribe to Product

hp mercury quality center 9.0

Exploits

#!/usr/bin/perl #****************************************************************** # HP Mercury Quality Center runQuery exploit # Run whatever SQL you want on there db - without SQL injection # Problem is client can do "RunQuery" command os we write program # to do this Client can lots other things it should not also! # The backend database can ...