๐Ÿ” CVE Alert

CVE-2026-100176

UNKNOWN 0.0

Stored Cross-Site Scripting (XSS) in AIL Framework Username Timeline Tooltip

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The AIL Framework's username timeline feature is vulnerable to stored cross-site scripting (XSS). Usernames imported from chats and crawled forums are stored without character restrictions. When an authenticated analyst views the username timeline, the application renders these stored usernames into the DOM using D3's html() method in the tooltip. Because the username value (d.obj) is interpolated directly into an HTML string without sanitization, a crafted username containing HTML event handlers (e.g., <img src=x onerror=alert(1)>) will execute arbitrary JavaScript in the analyst's browser when the analyst hovers over the corresponding timeline entry. The attack requires the victim to be an authenticated analyst with access to the timeline view and to interact with the malicious timeline entry (hover). Successful exploitation can lead to session hijacking, data exfiltration, or unauthorized actions performed within the analyst's authenticated session. The vulnerability resides in the client-side JavaScript file var/www/static/js/d3/timeline_basic.js.

CWE CWE-79
Vendor ail project
Product ail framework
Published Sep 25, 2026
Last Updated Sep 25, 2026
Stay Ahead of the Next One

Get instant alerts for ail project ail framework

Be the first to know when new unknown vulnerabilities affecting ail project ail framework are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

ail project / ail framework
unspecified < 7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ail-project/ail-framework/commit/455dd92c4179c53204368d93681ded4b57e31643

Credits

Aurelien Thirion Jeroen Pinoy