6.5

CVE-2008-0504

Multiple SQL injection vulnerabilities in Coppermine Photo Gallery (CPG) before 1.4.15 allow remote authenticated administrators to execute arbitrary SQL commands via the (1) albumid, (2) startpic, and (3) numpics parameters to util.php; and (4) cid_array parameter to reviewcom.php.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Coppermine-galleryCoppermine Photo Gallery Version1.0 Updaterc3
Coppermine-galleryCoppermine Photo Gallery Version1.1 Updatebeta_2
Coppermine-galleryCoppermine Photo Gallery Version1.2.0 Updaterc2
Coppermine-galleryCoppermine Photo Gallery Version1.2.1 Updateb
Coppermine-galleryCoppermine Photo Gallery Version1.2.1 Updateb-nuke
Coppermine-galleryCoppermine Photo Gallery Version1.4.0 Updatealpha
Coppermine-galleryCoppermine Photo Gallery Version1.4.0 Updatebeta
Coppermine-galleryCoppermine Photo Gallery Version1.4.1 Updatebeta
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.67% 0.706
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6.5 8 6.4
AV:N/AC:L/Au:S/C:P/I:P/A:P
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.