AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71446

MEDIUM · CVSS 6.9 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-06 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The AIL Framework is vulnerable to a stored cross-site scripting (XSS) issue in its crawler domain view, where unsanitized URLs can be injected into JavaScript handlers. This allows attackers to execute malicious scripts in the context of an authenticated analyst's session, potentially accessing sensitive information or performing unauthorized actions. Organizations using the AIL Framework should prioritize patching this vulnerability to protect their analysts from potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71446
Severity
MEDIUM
CVSS
6.9
EPSS
0.25%
Java

Original NVD 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.