7.5
CVE-2009-4045
- EPSS 0.4%
- Veröffentlicht 20.11.2009 19:30:01
- Zuletzt bearbeitet 09.04.2025 00:30:58
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
Multiple SQL injection vulnerabilities in FrontAccounting (FA) before 2.1.7 allow remote attackers to execute arbitrary SQL commands via unspecified parameters to various .inc and .php files in (1) reporting/, (2) sales/, (3) sales/includes/, (4) sales/includes/db/, (5) sales/inquiry/, (6) sales/manage/, (7) sales/view/, (8) taxes/, and (9) taxes/db/.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Frontaccounting ≫ Frontaccounting Version <= 2.1.6
Frontaccounting ≫ Frontaccounting Version2.0
Frontaccounting ≫ Frontaccounting Version2.0.1
Frontaccounting ≫ Frontaccounting Version2.0.2
Frontaccounting ≫ Frontaccounting Version2.0.3
Frontaccounting ≫ Frontaccounting Version2.0.4
Frontaccounting ≫ Frontaccounting Version2.0.5
Frontaccounting ≫ Frontaccounting Version2.0.6
Frontaccounting ≫ Frontaccounting Version2.0.7
Frontaccounting ≫ Frontaccounting Version2.1
Frontaccounting ≫ Frontaccounting Version2.1.0 Updatebeta
Frontaccounting ≫ Frontaccounting Version2.1.0 Updatebeta_2
Frontaccounting ≫ Frontaccounting Version2.1.0 Updaterc
Frontaccounting ≫ Frontaccounting Version2.1.1
Frontaccounting ≫ Frontaccounting Version2.1.2
Frontaccounting ≫ Frontaccounting Version2.1.3
Frontaccounting ≫ Frontaccounting Version2.1.4
Frontaccounting ≫ Frontaccounting Version2.1.5
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.4% | 0.576 |
| 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.