6.8

CVE-2005-3543

Exploit
SQL injection vulnerability in search.php in Phorum 5.0.0alpha through 5.0.20, when register_globals is enabled, allows remote attackers to execute arbitrary SQL commands via the forum_ids parameter.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
PhorumPhorum Version5.0.0_alpha
PhorumPhorum Version5.0.1_alpha
PhorumPhorum Version5.0.2_alpha
PhorumPhorum Version5.0.3_beta
PhorumPhorum Version5.0.4_beta
PhorumPhorum Version5.0.4a_beta
PhorumPhorum Version5.0.5_beta
PhorumPhorum Version5.0.6_beta
PhorumPhorum Version5.0.7_beta
PhorumPhorum Version5.0.7a_beta
PhorumPhorum Version5.0.8_rc
PhorumPhorum Version5.0.9
PhorumPhorum Version5.0.10
PhorumPhorum Version5.0.11
PhorumPhorum Version5.0.12
PhorumPhorum Version5.0.13
PhorumPhorum Version5.0.13a
PhorumPhorum Version5.0.14
PhorumPhorum Version5.0.14a
PhorumPhorum Version5.0.15
PhorumPhorum Version5.0.16
PhorumPhorum Version5.0.17
PhorumPhorum Version5.0.18
PhorumPhorum Version5.0.19
PhorumPhorum Version5.0.20
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.11% 0.762
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6.8 8.6 6.4
AV:N/AC:M/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.