CVE-2022-2546: All-in-One WP Migration < 7.63 - Unauthenticated Reflected XSS
The All-in-One WP Migration WordPress plugin before 7.63 uses the wrong content type, and does not properly escape the response from the ai1wmexport AJAX action, allowing an attacker to craft a request that when submitted by any visitor will inject arbitrary html or javascript into the response that will be executed in the victims session. Note: This requires knowledge of a static secret key
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2022-2546?
CVE-2022-2546 is considered a medium severity vulnerability due to its potential for cross-site scripting (XSS) attacks.
How do I fix CVE-2022-2546?
To fix CVE-2022-2546, update the All-in-One WP Migration plugin to version 7.63 or later.
What type of attacks can CVE-2022-2546 facilitate?
CVE-2022-2546 can facilitate cross-site scripting (XSS) attacks by allowing arbitrary HTML or JavaScript injections.
Who is affected by CVE-2022-2546?
All users of the All-in-One WP Migration WordPress plugin prior to version 7.63 are affected by CVE-2022-2546.
What specific component of All-in-One WP Migration does CVE-2022-2546 target?
CVE-2022-2546 targets the ai1wm_export AJAX action, which mishandles content type and escaping.