CVE-2026-71447

Source
https://cve.org/CVERecord?id=CVE-2026-71447
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-71447.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-71447
Published
2026-08-06T17:04:53.694Z
Modified
2026-08-09T03:30:44.523799040Z
Severity
  • 6.9 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
Stored Cross-Site Scripting in Chat and Forum Translation Controls in ail-framework
Details

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'] }}', '{{ messidescape }}', this)"

and:

onclick="translatePostToPreferredLanguage('{{ post['id'] }}', '{{ postidescape }}', 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.

Database specific
{
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "last_affected": "7.0.0"
                }
            ]
        }
    ],
    "cna_assigner": "CIRCL",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71447.json"
}
References

Affected packages

Git / github.com/ail-project/ail-framework

Affected ranges

Type
GIT
Repo
https://github.com/ail-project/ail-framework
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": "REFERENCES"
}

Affected versions

v0.*
v0.90
v1.*
v1.0
v1.1
v1.2
v1.3
v1.5
v1.6
v1.7
v1.8
v2.*
v2.0
v2.1
v2.2
v2.3
v2.4
v2.5
v2.6
v2.7
v2.8
v3.*
v3.0
v3.1
v3.5
v3.6
v3.7
v4.*
v4.0
v4.1
v5.*
v5.0
v5.3
v5.4
v5.5
v5.7
v5.8
v5.9
v6.*
v6.0
v6.0.1
v6.1
v6.6
v6.7
v6.8
v6.9
v7.*
v7.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-71447.json"