---
id: CVE-2026-100176
title: >-
  The AIL Framework's username timeline feature is vulnerable to stored
  cross-site scripting (XSS)
summary: >-
  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 usernam…
severity: high
cvss: 8.5
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-79
vendor: ail project
product: ail framework
affected:
  - ail_framework >= unspecified < 7.1
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:17:52.300'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100176'
references:
  - url: >-
      https://github.com/ail-project/ail-framework/commit/455dd92c4179c53204368d93681ded4b57e31643
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-25T14:56:38.970855Z'
cvssSource: cna
ingestedAt: '2026-09-25T14:09:46.371Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
