7.5

CVE-2008-5813

SQL injection vulnerability in inc/rubriques.php in SPIP 1.8 before 1.8.3b, 1.9 before 1.9.2g, and 2.0 before 2.0.2 allows remote attackers to execute arbitrary SQL commands via the ID parameter. NOTE: some of these details are obtained from third party information.

Data is provided by the National Vulnerability Database (NVD)
SpipSpip Version1.8
SpipSpip Version1.8.1
SpipSpip Version1.8.2
SpipSpip Version1.8.2b
SpipSpip Version1.8.3
SpipSpip Version1.8b1
SpipSpip Version1.8b2
SpipSpip Version1.8b3
SpipSpip Version1.8b4
SpipSpip Version1.8b5
SpipSpip Version1.8b6
SpipSpip Version1.9.0
SpipSpip Version1.9.1 Updaterev7385
SpipSpip Version1.9.1 Updaterev7502
SpipSpip Version1.9.2
SpipSpip Version1.9.2f
SpipSpip Version2.0.0
SpipSpip Version2.0.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.71% 0.712
CVSS Metriken
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.