CVE-2026-100190: Stored Cross-Site Scripting (XSS) via Crawler Capture Import in AIL Framework showDomain Page

Published Sep 25, 2026
·
Updated

The AIL Framework crawler splash domain page (showDomain.html) is vulnerable to stored cross-site script injection (XSS). User-supplied data originating from imported crawler captures—specifically item IDs, URLs, and screenshot file paths—was interpolated directly into inline JavaScript contexts within the HTML template. This included an onclick attribute that embedded raw screenshot and URL values into a JavaScript function call, and an inline script block that assigned a screenshot value to a JavaScript variable without escaping. An attacker with a user-role API client could craft a malicious crawler capture import containing JavaScript payloads in these fields. When any user (including privileged users) subsequently viewed the affected domain page, the injected script would execute in the victim's browser context, potentially allowing session hijacking, data exfiltration, or unauthorized actions on behalf of the victim. The vulnerability is stored in the application's data layer and triggered upon page rendering, requiring no further interaction beyond loading the domain view.

Affected Software

1 affected component
AIL Framework AIL Framework

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Update the AIL Framework crawler splash domain page (showDomain.html) so imported crawler-capture values (item IDs, URLs, and screenshot paths) are removed from inline JavaScript contexts; store them in HTML data attributes (data-screenshot, data-url, data-item-id) with Jinja2 HTML escaping, bind screenshot click handlers via addEventListener on .reload-image elements, and have reload_image read values from the element dataset. URL-encode item IDs with encodeURIComponent before placing them in link hrefs.

Event History

Sep 25, 2026
CVE Published
via MITRE·01:52 PM
Data Sourced
via MITRE·01:52 PM
RemedyDescriptionWeakness
Data Sourced
via NVD·02:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue, and who is affected when it is triggered?

An attacker needs a user-role API client and the ability to import a crafted crawler capture. Any user who later loads the affected domain page can have attacker-supplied JavaScript execute in their browser, including privileged users.

2

Which imported data fields can carry the malicious payload?

The affected fields are crawler-capture item IDs, URLs, and screenshot file paths. These values were inserted into inline JavaScript contexts on the domain page without escaping.

3

Does exploitation require the victim to click anything on the page?

No. The stored payload executes when the affected domain view is rendered, so loading the page is sufficient.

4

What is the relevant remediation reference?

The provided reference is commit 31376ee3d04519c898bb9b3671453a41c4117340 in the AIL Framework repository.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203