πŸ” CVE Alert

CVE-2026-71447

UNKNOWN 0.0

Stored Cross-Site Scripting in Chat and Forum Translation Controls in ail-framework

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

AIL Project contains a stored cross-site scripting vulnerability in the translation controls displayed for chat messages and forum posts. The affected templates inserted message and post identifiers directly into inline JavaScript onclick handlers: onclick="translateMessageToPreferredLanguage('{{ message['id'] }}', '{{ mess_id_escape }}', this)" and: onclick="translatePostToPreferredLanguage('{{ post['id'] }}', '{{ post_id_escape }}', this)" These values were HTML-template escaped but were not safely encoded for use as JavaScript string literals inside an HTML attribute. A specially crafted identifier containing quotation marks, escape characters, or other JavaScript syntax could therefore terminate the expected string argument and inject arbitrary JavaScript into the event handler. Because the affected values are associated with indexed chat messages or forum posts, a malicious value may remain stored by AIL and be rendered whenever an analyst accesses the corresponding chat or forum explorer view. Successful exploitation requires the victim to click the affected Translate to preferred language button. The injected code would then execute in the victim’s browser under the security origin of the AIL instance.

CWE CWE-79
Vendor ail-project
Product ail-framework
Published Aug 6, 2026
Last Updated Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for ail-project ail-framework

Be the first to know when new unknown vulnerabilities affecting ail-project ail-framework are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ail-project / ail-framework
0 ≀ 7.0.0

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ail-project/ail-framework/commit/884662517cf02c3eac928fa68c5a19ec35138b45

Credits

Jeroen Pinoy Aurelien Thirion