5.1
CVE-2008-5859
- EPSS 0.49%
- Veröffentlicht 06.01.2009 17:30:00
- Zuletzt bearbeitet 09.04.2025 00:30:58
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
SQL injection vulnerability in index.php in Constructr CMS 3.02.5 and earlier, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the show_page parameter.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Constructr ≫ Constructr-cms Version <= 3.02.5
Constructr ≫ Constructr-cms Version3.00.0 Updatealpha
Constructr ≫ Constructr-cms Version3.00.1 Updatealpha
Constructr ≫ Constructr-cms Version3.00.2 Updatealpha
Constructr ≫ Constructr-cms Version3.01.0 Updatebeta
Constructr ≫ Constructr-cms Version3.01.1 Updatebeta
Constructr ≫ Constructr-cms Version3.01.2 Updatebeta
Constructr ≫ Constructr-cms Version3.01.3 Updatebeta
Constructr ≫ Constructr-cms Version3.01.4 Updatebeta
Constructr ≫ Constructr-cms Version3.01.5 Updatebeta
Constructr ≫ Constructr-cms Version3.01.6 Updatebeta
Constructr ≫ Constructr-cms Version3.01.7 Updatebeta
Constructr ≫ Constructr-cms Version3.01.8 Updatebeta
Constructr ≫ Constructr-cms Version3.01.9 Updatebeta
Constructr ≫ Constructr-cms Version3.02.0
Constructr ≫ Constructr-cms Version3.02.1
Constructr ≫ Constructr-cms Version3.02.2
Constructr ≫ Constructr-cms Version3.02.3
Constructr ≫ Constructr-cms Version3.02.4
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.49% | 0.649 |
| 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.