9
CVSSv2

CVE-2003-0780

Published: 22/09/2003 Updated: 17/12/2019
CVSS v2 Base Score: 9 | Impact Score: 10 | Exploitability Score: 8
VMScore: 910
Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in get_salt_from_password from sql_acl.cc for MySQL 4.0.14 and previous versions, and 3.23.x, allows attackers with ALTER TABLE privileges to execute arbitrary code via a long Password field.

Vulnerable Product Search on Vulmon Subscribe to Product

oracle mysql 3.23.25

oracle mysql 3.23.26

oracle mysql 3.23.32

oracle mysql 3.23.33

oracle mysql 3.23.40

oracle mysql 3.23.41

oracle mysql 3.23.48

oracle mysql 3.23.49

oracle mysql 3.23.54a

oracle mysql 3.23.55

oracle mysql 4.0.11

oracle mysql 4.0.5

oracle mysql 4.0.5a

oracle mysql 4.0.6

mysql mysql 4.1.0

oracle mysql 3.23.2

oracle mysql 3.23.22

oracle mysql 3.23.28

oracle mysql 3.23.29

oracle mysql 3.23.3

oracle mysql 3.23.37

oracle mysql 3.23.38

oracle mysql 3.23.44

oracle mysql 3.23.45

oracle mysql 3.23.52

oracle mysql 3.23.53

oracle mysql 3.23.9

oracle mysql 4.0.0

oracle mysql 4.0.14

oracle mysql 4.0.2

oracle mysql 4.0.8

conectiva linux 9.0

oracle mysql 3.23

oracle mysql 3.23.10

oracle mysql 3.23.27

oracle mysql 3.23.34

oracle mysql 3.23.36

oracle mysql 3.23.42

oracle mysql 3.23.43

oracle mysql 3.23.5

oracle mysql 3.23.50

oracle mysql 3.23.51

oracle mysql 3.23.56

oracle mysql 3.23.8

oracle mysql 4.0.12

oracle mysql 4.0.13

oracle mysql 4.0.7

conectiva linux 7.0

conectiva linux 8.0

oracle mysql 4.1.0

oracle mysql 3.23.23

oracle mysql 3.23.24

oracle mysql 3.23.30

oracle mysql 3.23.31

oracle mysql 3.23.39

oracle mysql 3.23.4

oracle mysql 3.23.46

oracle mysql 3.23.47

oracle mysql 3.23.53a

oracle mysql 3.23.54

oracle mysql 4.0.1

oracle mysql 4.0.10

oracle mysql 4.0.3

oracle mysql 4.0.4

oracle mysql 4.0.9

Exploits

source: wwwsecurityfocuscom/bid/8590/info MySQL server has been reported prone to a buffer overflow vulnerability when handling user passwords of excessive size The issue presents itself, due to a lack of sufficient bounds checking performed when processing MySQL user passwords A password greater that 16 characters may overrun the boun ...
/* Mysql 323x/40x remote exploit * proof of concept * using jmp *eax * bkbll (bkbll cnhonkernet,bkbll tomcom) 2003/09/12 * compile:gcc -o mysql mysqlc -L/usr/lib/mysql -lmysqlclient * DO NOT DISTRUBITED IT */ #include <stdioh> #include <stdlibh> #include <unistdh> #include <errnoh> #include <sys/socketh> #i ...