CVE-2026-100176
8.5AIL Project · AIL Framework
AIL Framework is vulnerable to stored cross-site scripting (XSS) via unsanitized usernames in the timeline feature, allowing remote attackers to execute arbitrary JavaScript in an analyst's session.
Executive summary
The AIL Framework contains a high-severity stored cross-site scripting vulnerability that allows authenticated analyst sessions to be compromised through malicious username inputs.
Vulnerability
This is a stored cross-site scripting (CWE-79) vulnerability where the application fails to neutralize user-controlled username inputs before rendering them via D3's html() method. An attacker can inject malicious HTML event handlers into usernames, which execute when an authenticated analyst hovers over a timeline entry.
Business impact
The vulnerability poses a significant risk to the integrity and confidentiality of the AIL Framework environment. With a CVSS score of 8.5, successful exploitation enables an attacker to hijack active analyst sessions, potentially leading to unauthorized data exfiltration, session manipulation, or the execution of unauthorized actions on behalf of the analyst. This impact is particularly severe given the sensitivity of the data typically processed by the AIL Framework.
Remediation
Immediate Action: Update the AIL Framework to version 7.1 or later, which implements the necessary sanitization of username inputs.
Proactive Monitoring: Review application access logs for unusual activity or suspicious username patterns that contain non-standard characters or HTML tags.
Compensating Controls: Deploy a Web Application Firewall (WAF) with robust XSS filtering rules to inspect incoming data feeds and block payloads containing malicious JavaScript or HTML event handlers.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the potential for session hijacking and the high CVSS severity rating, organizations using the AIL Framework must prioritize this update. Administrators should verify their current version and apply the patch to 7.1 immediately to prevent the execution of malicious scripts within their environment.
More AIL Project CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Jeroen Pinoy, with Aurelien Thirion (remediation developer), per the CVE Program record.
- Security patch Patch commit