mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 11:48:07 +02:00
18 lines
954 B
Markdown
18 lines
954 B
Markdown
### [CVE-2018-5143](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5143)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
URLs using "javascript:" have the protocol removed when pasted into the addressbar to protect users from cross-site scripting (XSS) attacks, but if a tab character is embedded in the "javascript:" URL the protocol is not removed and the script will execute. This could allow users to be socially engineered to run an XSS attack against themselves. This vulnerability affects Firefox < 59.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1422643
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|