5.1

CVE-2006-2416

SQL injection vulnerability in class2.php in e107 0.7.2 and earlier allows remote attackers to execute arbitrary SQL commands via a cookie as defined in $pref['cookie_name'].

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
E107E107 Version0.6_10
E107E107 Version0.6_11
E107E107 Version0.6_12
E107E107 Version0.6_13
E107E107 Version0.6_14
E107E107 Version0.6_15
E107E107 Version0.6_15a
E107E107 Version0.7
E107E107 Version0.7.1
E107E107 Version0.7.2
E107E107 Version0.545
E107E107 Version0.554
E107E107 Version0.555_beta
E107E107 Version0.603
E107E107 Version0.616
E107E107 Version0.617
E107E107 Version0.6171
E107E107 Version0.6175
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.82% 0.733
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.1 4.9 6.4
AV:N/AC:H/Au:N/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.