7.5

CVE-2012-2332

Exploit

SQL injection vulnerability in serendipity/serendipity_admin.php in Serendipity before 1.6.1 allows remote attackers to execute arbitrary SQL commands via the serendipity[plugin_to_conf] parameter.  NOTE: this issue might be resultant from cross-site request forgery (CSRF).

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
S9ySerendipity Version <= 1.6
S9ySerendipity Version0.3
S9ySerendipity Version0.4
S9ySerendipity Version0.7
S9ySerendipity Version0.7.1
S9ySerendipity Version0.8
S9ySerendipity Version0.8.1
S9ySerendipity Version0.8.2
S9ySerendipity Version0.8.3
S9ySerendipity Version0.8.4
S9ySerendipity Version0.8.5
S9ySerendipity Version0.9
S9ySerendipity Version0.9.1
S9ySerendipity Version1.0
S9ySerendipity Version1.0.1
S9ySerendipity Version1.0.2
S9ySerendipity Version1.0.3
S9ySerendipity Version1.0.4
S9ySerendipity Version1.1
S9ySerendipity Version1.1.1
S9ySerendipity Version1.1.2
S9ySerendipity Version1.1.3
S9ySerendipity Version1.1.4
S9ySerendipity Version1.2
S9ySerendipity Version1.2.1
S9ySerendipity Version1.3
S9ySerendipity Version1.3.1
S9ySerendipity Version1.4
S9ySerendipity Version1.4.1
S9ySerendipity Version1.5.1
S9ySerendipity Version1.5.2
S9ySerendipity Version1.5.3
S9ySerendipity Version1.5.4
S9ySerendipity Version1.5.5
S9ySerendipity Version1.6.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.33% 0.781
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 10 6.4
AV:N/AC:L/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.