CVE-2014-5116
cairo 1.10.2 - Denial of Service via Large String in cairo_image_surface_get_data
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-5116. PoCs published by Osanda Malith Jayathissa.
AI-analyzed exploit summary This exploit triggers a read access violation in Wireshark by overflowing input fields with a large payload, causing a crash in the cairo_image_surface_get_data() function. The PoC generates a text file with 50,000 'A' characters to exploit the vulnerability.
Description
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.
Exploits (1)
This exploit triggers a read access violation in Wireshark by overflowing input fields with a large payload, causing a crash in the cairo_image_surface_get_data() function. The PoC generates a text file with 50,000 'A' characters to exploit the vulnerability.