cve/2019/CVE-2019-11765.md

18 lines
917 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-11765](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11765)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Incorrect%20permissions%20could%20be%20granted%20to%20a%20website&color=brighgreen)
### Description
A compromised content process could send a message to the parent process that would cause the 'Click to Play' permission prompt to be shown. However, due to lack of validation from the parent process, if the user accepted the permission request an attacker-controlled permission would be granted rather than the 'Click to Play' permission. This vulnerability affects Firefox < 70.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1562582
#### Github
No PoCs found on GitHub currently.