7.5
CVE-2012-2332
- EPSS 1.33%
- Published 13.08.2012 23:55:02
- Last modified 11.04.2025 00:51:21
- Source secalert@redhat.com
- Teams watchlist Login
- Open Login
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).
Data is provided by the National Vulnerability Database (NVD)
S9y ≫ Serendipity Version <= 1.6
S9y ≫ Serendipity Version0.3
S9y ≫ Serendipity Version0.4
S9y ≫ Serendipity Version0.7
S9y ≫ Serendipity Version0.7.1
S9y ≫ Serendipity Version0.8
S9y ≫ Serendipity Version0.8.1
S9y ≫ Serendipity Version0.8.2
S9y ≫ Serendipity Version0.8.3
S9y ≫ Serendipity Version0.8.4
S9y ≫ Serendipity Version0.8.5
S9y ≫ Serendipity Version0.9
S9y ≫ Serendipity Version0.9.1
S9y ≫ Serendipity Version1.0
S9y ≫ Serendipity Version1.0.1
S9y ≫ Serendipity Version1.0.2
S9y ≫ Serendipity Version1.0.3
S9y ≫ Serendipity Version1.0.4
S9y ≫ Serendipity Version1.1
S9y ≫ Serendipity Version1.1.1
S9y ≫ Serendipity Version1.1.2
S9y ≫ Serendipity Version1.1.3
S9y ≫ Serendipity Version1.1.4
S9y ≫ Serendipity Version1.2
S9y ≫ Serendipity Version1.2.1
S9y ≫ Serendipity Version1.3
S9y ≫ Serendipity Version1.3.1
S9y ≫ Serendipity Version1.4
S9y ≫ Serendipity Version1.4.1
S9y ≫ Serendipity Version1.5.1
S9y ≫ Serendipity Version1.5.2
S9y ≫ Serendipity Version1.5.3
S9y ≫ Serendipity Version1.5.4
S9y ≫ Serendipity Version1.5.5
S9y ≫ Serendipity Version1.6.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.33% | 0.781 |
Source | 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.