cve/2019/CVE-2019-8380.md

19 lines
959 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-8380](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8380)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in Bento4 1.5.1-628. A NULL pointer dereference occurs in AP4_Track::GetSampleIndexForTimeStampMs() located in Core/Ap4Track.cpp. It can triggered by sending a crafted file to the mp4audioclip binary. It allows an attacker to cause a Denial of Service (Segmentation fault) or possibly have unspecified other impact.
### POC
#### Reference
- https://github.com/axiomatic-systems/Bento4/issues/366
- https://research.loginsoft.com/bugs/null-pointer-dereference-vulnerability-in-function-ap4_trackgetsampleindexfortimestampms-bento4-1-5-1-628/
#### Github
No PoCs found on GitHub currently.