mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
18 lines
871 B
Markdown
18 lines
871 B
Markdown
### [CVE-2017-7842](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7842)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
If a document's Referrer Policy attribute is set to "no-referrer" sometimes two network requests are made for "<link>" elements instead of one. One of these requests includes the referrer instead of respecting the set policy to not include a referrer on requests. This vulnerability affects Firefox < 57.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1397064
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|