Cross-Site Tracing occurs when a server will echo a request back via the Trace method, allowing an XSS attack to access to authorization headers and cookies inaccessible to JavaScript (such as cookies protected by HTTPOnly). To mitigate this attack, browsers placed limits on <code>fetch()</code> and XMLHttpRequest; however some webservers have implemented non-standard headers such as <code>X-Http-Method-Override</code> that override the HTTP method, and made this attack possible again. Thunderbird has applied the same mitigations to the use of this and similar headers. This vulnerability affects Firefox ESR < 102.5, Thunderbird < 102.5, and Firefox < 107.
References
Link | Resource |
---|---|
https://bugzilla.mozilla.org/show_bug.cgi?id=1790311 | Issue Tracking Permissions Required Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-47/ | Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-48/ | Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-49/ | Vendor Advisory |
https://bugzilla.mozilla.org/show_bug.cgi?id=1790311 | Issue Tracking Permissions Required Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-47/ | Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-48/ | Vendor Advisory |
https://www.mozilla.org/security/advisories/mfsa2022-49/ | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:29
Type | Values Removed | Values Added |
---|---|---|
References | () https://bugzilla.mozilla.org/show_bug.cgi?id=1790311 - Issue Tracking, Permissions Required, Vendor Advisory | |
References | () https://www.mozilla.org/security/advisories/mfsa2022-47/ - Vendor Advisory | |
References | () https://www.mozilla.org/security/advisories/mfsa2022-48/ - Vendor Advisory | |
References | () https://www.mozilla.org/security/advisories/mfsa2022-49/ - Vendor Advisory |
Information
Published : 2022-12-22 20:15
Updated : 2024-11-21 07:29
NVD link : CVE-2022-45411
Mitre link : CVE-2022-45411
CVE.ORG link : CVE-2022-45411
JSON object : View
Products Affected
mozilla
- thunderbird
- firefox
- firefox_esr
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')