Files
CVEs-PoC/2014/CVE-2014-6427.md
T
2024-06-18 02:51:15 +02:00

18 lines
827 B
Markdown

### [CVE-2014-6427](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6427)
![](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
Off-by-one error in the is_rtsp_request_or_reply function in epan/dissectors/packet-rtsp.c in the RTSP dissector in Wireshark 1.10.x before 1.10.10 and 1.12.x before 1.12.1 allows remote attackers to cause a denial of service (application crash) via a crafted packet that triggers parsing of a token located one position beyond the current position.
### POC
#### Reference
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10381
#### Github
No PoCs found on GitHub currently.