| Reporter | Title | Published | Views | Family All 25 |
|---|---|---|---|---|
| Freeware Advanced Audio Coder (FAAC) 1.28 - Denial of Service Vulnerability | 21 Jun 201700:00 | – | zdt | |
| Freeware Advanced Audio Coder 'wav_open_read' Function Denial of Service Vulnerability | 21 Jun 201700:00 | – | cnvd | |
| Freeware Advanced Audio Coder 'faacEncOpen' Function Denial of Service Vulnerability | 22 Jun 201700:00 | – | cnvd | |
| CVE-2017-9129 | 21 Jun 201707:00 | – | cve | |
| CVE-2017-9130 | 21 Jun 201707:00 | – | cve | |
| CVE-2017-9129 | 21 Jun 201707:00 | – | cvelist | |
| CVE-2017-9130 | 21 Jun 201707:00 | – | cvelist | |
| CVE-2017-9129 | 21 Jun 201707:00 | – | debiancve | |
| CVE-2017-9130 | 21 Jun 201707:00 | – | debiancve | |
| EUVD-2017-18067 | 7 Oct 202500:30 | – | euvd |
Freeware Advanced Audio Coder (FAAC) multiple vulnerabilities
================
Author : qflb.wu
===============
Introduction:
=============
FAAC is an encoder for a lossy sound compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards and known as Advanced Audio Coding (AAC). This encoder is useful for producing files that can be played back on iPod. Moreover, iPod does not understand other sound compression schemes in video files.
Affected version:
=====
1.28
Vulnerability Description:
==========================
1.
the wav_open_read function in frontend/input.c in Freeware Advanced Audio Coder (FAAC) 1.28 can cause a denial of service(large loop) via a crafted wav file.
./faac faac_1.28_wav_open_read_large_loop.wav -o out.aac
POC:
faac_1.28_wav_open_read_large_loop.wav
CVE:
CVE-2017-9129
2.
the faacEncOpen function in libfaac/frame.c in Freeware Advanced Audio Coder (FAAC) 1.28 can cause a denial of service(invalid memory read and application crash) via a crafted wav file.
./faac faac_1.28_faacEncOpen_invalid_memory.wav -o out.aac
ASAN:SIGSEGV
=================================================================
==49677==ERROR: AddressSanitizer: SEGV on unknown address 0x7f3e959c9b34 (pc 0x7f3e96bf7739 sp 0x7ffe47c93980 bp 0x000000a59e50 T0)
#0 0x7f3e96bf7738 in faacEncOpen /home/a/Downloads/faac-1.28/libfaac/frame.c:368
#1 0x49c444 in main /home/a/Downloads/faac-1.28/frontend/main.c:803
#2 0x7f3e959d3ec4 (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)
#3 0x49311c in _start (/home/a/Downloads/faac-1.28/frontend/.libs/lt-faac+0x49311c)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/a/Downloads/faac-1.28/libfaac/frame.c:368 faacEncOpen
==49677==ABORTING
POC:
faac_1.28_faacEncOpen_invalid_memory.wav
CVE:
CVE-2017-9130
===============================
Proofs of Concept:
https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/42207.zipData
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