CVE-2026-71445: Authenticated Reflected Cross-Site Scripting in Tag Error Responses in ail-framework
AIL Framework contained a reflected cross-site scripting vulnerability in the /tag/addtags endpoint. When an error occurred while processing a tag operation, the application returned the error value directly as an HTML response using str(res[0]).
If attacker-controlled input was included in the generated error message, a crafted request could cause arbitrary HTML or JavaScript to be reflected in the response without appropriate output encoding. An attacker could exploit the vulnerability by convincing an authenticated AIL Framework user to open a specially crafted link.
Successful exploitation could allow JavaScript to execute in the victim’s browser within the security context of the AIL Framework application. Depending on the victim’s privileges and the application’s protections, the attacker could perform actions using the victim’s session, access information available to the victim, or modify data through authenticated application requests.
The vulnerability requires user interaction because the authenticated victim must follow or open the crafted request. The attacker does not necessarily require an AIL Framework account, provided that the crafted request can be delivered to an already authenticated user.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-71445?
CVE-2026-71445 has a risk score of 40, indicating significant potential impact.
How do I fix CVE-2026-71445?
To fix CVE-2026-71445, ensure that user inputs are properly sanitized before being returned in error responses.
What type of vulnerability is CVE-2026-71445?
CVE-2026-71445 is classified as an authenticated reflected cross-site scripting (XSS) vulnerability.
Which endpoint in the AIL Framework is affected by CVE-2026-71445?
CVE-2026-71445 affects the /tag/add_tags endpoint in the AIL Framework.
How does CVE-2026-71445 affect the AIL Framework's security?
CVE-2026-71445 allows an attacker to manipulate error messages, potentially executing arbitrary scripts in the context of a victim's browser.