When a JavaScript URL (javascript:) is evaluated and the result is a string, this string is parsed to create an HTML document, which is then presented. Previously, this document's URL (as reported by the document.location property, for example) was the originating javascript: URL which could lead to spoofing attacks; it is now correctly the URL of the originating document. This vulnerability affects Firefox < 74.
References
Link | Resource |
---|---|
https://bugzilla.mozilla.org/show_bug.cgi?id=1247968 | Issue Tracking Permissions Required |
https://www.mozilla.org/security/advisories/mfsa2020-08/ | Vendor Advisory |
https://bugzilla.mozilla.org/show_bug.cgi?id=1247968 | Issue Tracking Permissions Required |
https://www.mozilla.org/security/advisories/mfsa2020-08/ | Vendor Advisory |
Configurations
History
21 Nov 2024, 05:36
Type | Values Removed | Values Added |
---|---|---|
References | () https://bugzilla.mozilla.org/show_bug.cgi?id=1247968 - Issue Tracking, Permissions Required | |
References | () https://www.mozilla.org/security/advisories/mfsa2020-08/ - Vendor Advisory |
Information
Published : 2020-03-25 22:15
Updated : 2024-11-21 05:36
NVD link : CVE-2020-6808
Mitre link : CVE-2020-6808
CVE.ORG link : CVE-2020-6808
JSON object : View
Products Affected
mozilla
- firefox
CWE
CWE-290
Authentication Bypass by Spoofing