7.5
CVE-2012-2762
- EPSS 0.72%
- Veröffentlicht 07.06.2012 19:55:09
- Zuletzt bearbeitet 11.04.2025 00:51:21
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
SQL injection vulnerability in include/functions_trackbacks.inc.php in Serendipity 1.6.2 allows remote attackers to execute arbitrary SQL commands via the url parameter to comment.php.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
S9y ≫ Serendipity Version <= 1.6.1
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
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.72% | 0.7 |
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.