mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 09:28:10 +02:00
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
### [CVE-2018-12364](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12364)
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
NPAPI plugins, such as Adobe Flash, can send non-simple cross-origin requests, bypassing CORS by making a same-origin POST that does a 307 redirect to the target site. This allows for a malicious site to engage in cross-site request forgery (CSRF) attacks. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://usn.ubuntu.com/3714-1/
|
|
|
|
#### Github
|
|
- https://github.com/jeetgit/json_csrf
|
|
- https://github.com/mobx26/test
|
|
|