7.5
CVE-2005-4228
- EPSS 0.95%
- Veröffentlicht 14.12.2005 11:03:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
Multiple SQL injection vulnerabilities in PhpWebGallery 1.5.1 and earlier allow remote attackers to execute arbitrary SQL commands via the (1) since, (2) sort_by, and (3) items_number parameters to comments.php, (4) the search parameter to category.php, and (5) image_id parameter to picture.php. NOTE: it was later reported that the comments.php/sort_by vector also affects 1.7.2 and earlier.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Phpwebgallery ≫ Phpwebgallery Version <= 1.7.2
Phpwebgallery ≫ Phpwebgallery Version1.0
Phpwebgallery ≫ Phpwebgallery Version1.1
Phpwebgallery ≫ Phpwebgallery Version1.2.1
Phpwebgallery ≫ Phpwebgallery Version1.3.0
Phpwebgallery ≫ Phpwebgallery Version1.3.1
Phpwebgallery ≫ Phpwebgallery Version1.3.2
Phpwebgallery ≫ Phpwebgallery Version1.3.3
Phpwebgallery ≫ Phpwebgallery Version1.3.4
Phpwebgallery ≫ Phpwebgallery Version1.4.0
Phpwebgallery ≫ Phpwebgallery Version1.4.1
Phpwebgallery ≫ Phpwebgallery Version1.5.0
Phpwebgallery ≫ Phpwebgallery Version1.5.1
Phpwebgallery ≫ Phpwebgallery Version1.5.2
Phpwebgallery ≫ Phpwebgallery Version1.6
Phpwebgallery ≫ Phpwebgallery Version1.6.0
Phpwebgallery ≫ Phpwebgallery Version1.6.1
Phpwebgallery ≫ Phpwebgallery Version1.6.2
Phpwebgallery ≫ Phpwebgallery Version1.7.0
Phpwebgallery ≫ Phpwebgallery Version1.7.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.95% | 0.754 |
| 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.