CVE Catalog

CVE-2026-100190

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Summary

The AIL Framework crawler splash domain page (showDomain.html) is vulnerable to stored cross-site script injection (XSS). User-supplied data from imported crawler captures (item IDs, URLs, and screenshot file paths) is interpolated directly into inline JavaScript contexts without escaping. An attacker with a user-role API client can import a malicious capture, and when any user (including privileged ones) views the domain page, the script executes in the victim's browser.

Risk Assessment

The vulnerability enables session hijacking, data exfiltration, or unauthorized actions on behalf of the victim. The attack is persistent and triggered upon page rendering without requiring further interaction.

Recommendation

Update AIL Framework to a patched version. Additionally, validate and escape all dynamically inserted data in JavaScript and review permissions for API clients.

Other vulnerabilities in AIL Framework

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS