CVE-2024-4867: Cross-Site Scripting via Developer Portal in WSO2 API Manager Enables UI Modification and Information Retrieval
The WSO2 API Manager developer portal accepts user-supplied input without enforcing expected validation constraints or proper output encoding. This deficiency allows a malicious actor to inject script content that is executed within the context of a user's browser.
By leveraging this cross-site scripting vulnerability, a malicious actor can cause the browser to redirect to a malicious website, make changes to the UI of the web page, or retrieve information from the browser. However, session hijacking is not possible as all session-related sensitive cookies are protected by the httpOnly flag.
Affected Software
Remediation
Information
Event History
Frequently Asked Questions
What is the severity of CVE-2024-4867?
CVE-2024-4867 has been classified as a medium severity vulnerability due to its potential impact on web applications.
How do I fix CVE-2024-4867?
To fix CVE-2024-4867, ensure that proper input validation and output encoding are implemented in the WSO2 API Manager developer portal.
What type of vulnerability is CVE-2024-4867?
CVE-2024-4867 is a Cross-Site Scripting (XSS) vulnerability.
Who is affected by CVE-2024-4867?
CVE-2024-4867 affects users of the WSO2 API Manager that utilize the developer portal.
What impact does CVE-2024-4867 have on security?
CVE-2024-4867 allows attackers to modify the user interface and potentially retrieve sensitive information through XSS attacks.