4.3
CVSSv2

CVE-2007-0347

Published: 29/01/2007 Updated: 16/10/2018
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P

Vulnerability Summary

The is_eow function in format.c in CVSTrac prior to 2.0.1 does not properly check for the "'" (quote) character, which allows remote authenticated users to execute limited SQL injection attacks and cause a denial of service (database error) via a ' character in certain messages, tickets, or Wiki entries.

Vulnerable Product Search on Vulmon Subscribe to Product

cvstrac cvstrac 1.1.2

cvstrac cvstrac 1.1.3

cvstrac cvstrac 1.1.4

cvstrac cvstrac

cvstrac cvstrac 1.1

cvstrac cvstrac 1.1.1

Exploits

## ## cvstrack-resurrectpl -- CVSTrac Post-Attack Database Resurrection ## Copyright (c) 2007 Ralf S Engelschall <rse@engelschallcom> ## use DBI; # requires OpenPKG perl-dbi use DBD::SQLite; # requires OpenPKG perl-dbi, perl-dbi::with_dbd_sqlite=yes use DBIx::Simple; # requires OpenPKG perl-dbix use Date::Format; # require ...