Description
AIL Framework contains a stored cross-site scripting vulnerability in the crawler domain view. Crawled URLs were embedded directly into the JavaScript onclick handler used to display a stored screenshot, without context-appropriate encoding.

An attacker who can cause a specially crafted URL to be recorded in the crawler history can inject JavaScript syntax into the stored URL value. The payload remains stored by AIL and is subsequently included in the domain view. When an authenticated analyst clicks the screenshot icon associated with the malicious URL, the injected JavaScript executes in the analyst’s browser within the security context of the AIL Framework application.

Successful exploitation could allow an attacker to access information available to the analyst’s session, modify displayed content, or perform application actions using the analyst’s privileges. Exploitation requires the victim to interact with the affected screenshot entry.

The vulnerability was corrected by serializing the crawled URL with Jinja’s tojson filter before inserting it into the JavaScript handler. This safely escapes characters that could otherwise terminate the JavaScript string and introduce executable code.
Published: 2026-08-06
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when the AIL Framework stores a crawler URL directly within a JavaScript onclick handler for displaying a screenshot, without proper encoding. The stored URL can contain JavaScript syntax, which is injected into the browser context of a logged‑in analyst. When the analyst clicks the screenshot icon, the malicious code executes in the analyst’s browser within the security context of the AIL Framework application. This can expose session data, modify displayed content, or perform privileged actions under the analyst’s rights.

Affected Systems

The affected product is the AIL Framework (ail-project:ail-framework). Specific affected versions are not enumerated in the public data; therefore any install that contains the unpatched crawler domain view is potentially vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity for this stored XSS flaw. No EPSS score is available, so the likelihood of exploitation cannot be quantified from publicly known data. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to influence the crawler to record a malicious URL, and a victim must then click the screenshot link while authenticated. The lack of an available EPSS score and KEV listing suggests that, while the flaw is significant, it may not be widely exploited at present. However, because the impact occurs in the authenticated user’s browser, the attack surface is significant for organizations using the AIL Framework.

Generated by OpenCVE AI on August 7, 2026 at 01:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the AIL Framework to the latest release that applies Jinja’s tojson filter to serialize crawler URLs before inserting them into JavaScript handlers.
  • Remove or purge any stored URLs in the crawler history that may contain malicious content, ensuring that no unsafe strings remain in the screenshot view.
  • If an update is not immediately possible, restrict access to the screenshot functionality to analysts who have undergone multi‑factor authentication or consider disabling the feature until a patch is applied.

Generated by OpenCVE AI on August 7, 2026 at 01:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
First Time appeared Ail-project
Ail-project ail-framework
Vendors & Products Ail-project
Ail-project ail-framework

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description AIL Framework contains a stored cross-site scripting vulnerability in the crawler domain view. Crawled URLs were embedded directly into the JavaScript onclick handler used to display a stored screenshot, without context-appropriate encoding. An attacker who can cause a specially crafted URL to be recorded in the crawler history can inject JavaScript syntax into the stored URL value. The payload remains stored by AIL and is subsequently included in the domain view. When an authenticated analyst clicks the screenshot icon associated with the malicious URL, the injected JavaScript executes in the analyst’s browser within the security context of the AIL Framework application. Successful exploitation could allow an attacker to access information available to the analyst’s session, modify displayed content, or perform application actions using the analyst’s privileges. Exploitation requires the victim to interact with the affected screenshot entry. The vulnerability was corrected by serializing the crawled URL with Jinja’s tojson filter before inserting it into the JavaScript handler. This safely escapes characters that could otherwise terminate the JavaScript string and introduce executable code.
Title Stored Cross-Site Scripting in AIL Framework Domain Screenshot View
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:L/VA:N/SC:L/SI:N/SA:N'}


Subscriptions

Ail-project Ail-framework
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-06T16:57:17.274Z

Reserved: 2026-08-06T16:57:13.063Z

Link: CVE-2026-71446

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T02:15:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')