CVE-2026-100174
Last modified
CVE-2026-100174 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. The AIL Framework tag selector component (var/www/static/js/tags.js) is vulnerable to stored cross-site scripting (XSS). A user with the ability to create a custom tag could embed an HTML payload containing JavaScript event handlers (e.g., <img src=x onerror=alert(1)> or <svg onload=...>) in the tag name.
Description
The AIL Framework tag selector component (var/www/static/js/tags.js) is vulnerable to stored cross-site scripting (XSS). A user with the ability to create a custom tag could embed an HTML payload containing JavaScript event handlers (e.g., <img src=x onerror=alert(1)> or <svg onload=...>) in the tag name. When another authenticated user opened a page containing the tag selector, the malicious tag name was inserted into the DOM using jQuery's html property, causing the embedded script to execute in the victim's browser context. The vulnerable code paths affected both the suggestion/combo-item rendering (_renderComboItems) and the selected-tag rendering logic. In both cases, the display value derived from the tag's displayField was passed directly to the html property of a jQuery element constructor, which parses and inserts the string as raw HTML rather than as text. Preconditions: the attacker must have an authenticated account with permission to create custom tags, and the victim must be an authenticated user who views a page that renders the tag selector with the attacker's stored tag. The attack is stored (persistent) and does not require the victim to perform any action beyond loading the page. Security impact: successful exploitation allows arbitrary JavaScript execution in the victim's browser within the application's origin, potentially leading to session hijacking, unauthorized data access, form manipulation, or further client-side attacks.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ail project | ail framework | < 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-100174?
How severe is CVE-2026-100174?
How do I fix CVE-2026-100174?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-10013Use after free in WebCodecs in Google Chrome prior to 148.0.…8.8
- CVE-2026-10014Use after free in WebMIDI in Google Chrome on Android prior …8.3
- CVE-2026-10015Integer overflow in WTF in Google Chrome prior to 148.0.7778…8.8
- CVE-2026-10016Use after free in DOM in Google Chrome prior to 148.0.7778.2…8.8
- CVE-2026-10017Out of bounds read in Headless in Google Chrome prior to 148…8.3
- CVE-2026-100172The AIL Framework (ail-project/ail-framework) contains a sto…8.5
- CVE-2026-100176The AIL Framework's username timeline feature is vulnerable …8.5
- CVE-2026-100177The AIL Framework crawler task creation API (api_add_crawler…6.3
- CVE-2026-10018Integer overflow in ANGLE in Google Chrome prior to 148.0.77…6.5
- CVE-2026-100187The Onion module in AIL Framework contained a performance sh…6.9
- CVE-2026-10019Integer overflow in ANGLE in Google Chrome prior to 148.0.77…8.8
- CVE-2026-100190The AIL Framework crawler splash domain page (showDomain.htm…6.3
Are you affected by CVE-2026-100174?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
