7.5

CVE-2005-4228

Exploit
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)
PhpwebgalleryPhpwebgallery Version <= 1.7.2
PhpwebgalleryPhpwebgallery Version1.0
PhpwebgalleryPhpwebgallery Version1.1
PhpwebgalleryPhpwebgallery Version1.2.1
PhpwebgalleryPhpwebgallery Version1.3.0
PhpwebgalleryPhpwebgallery Version1.3.1
PhpwebgalleryPhpwebgallery Version1.3.2
PhpwebgalleryPhpwebgallery Version1.3.3
PhpwebgalleryPhpwebgallery Version1.3.4
PhpwebgalleryPhpwebgallery Version1.4.0
PhpwebgalleryPhpwebgallery Version1.4.1
PhpwebgalleryPhpwebgallery Version1.5.0
PhpwebgalleryPhpwebgallery Version1.5.1
PhpwebgalleryPhpwebgallery Version1.5.2
PhpwebgalleryPhpwebgallery Version1.6
PhpwebgalleryPhpwebgallery Version1.6.0
PhpwebgalleryPhpwebgallery Version1.6.1
PhpwebgalleryPhpwebgallery Version1.6.2
PhpwebgalleryPhpwebgallery Version1.7.0
PhpwebgalleryPhpwebgallery Version1.7.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.95% 0.754
CVSS Metriken
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.