mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 03:02:23 +02:00
1010 B
1010 B
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
- https://bugzilla.mozilla.org/show_bug.cgi?id=1422643
Github
No PoCs found on GitHub currently.