Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for applications via a web portal. In version 4.39.15, an attacker may potentially be able to inject javascript into the Authelia login page if several conditions are met simultaneously. Unless both the `script-src` and `connect-src` directives have been modified it's almost impossible for this to have a meaningful impact. However if both of these are and they are done so without consideration to their potential impact; there is a are situations where this vulnerability could be exploited. This is caused to the lack of neutralization of the `langauge` cookie value when rendering the HTML template. This vulnerability is likely difficult to discover though fingerprinting due to the way Authelia is designed but it should not be considered impossible. The additional requirement to identify the secondary application is however likely to be significantly harder to identify along side this, but also likely easier to fingerprint. Users should upgrade to 4.39.16 or downgrade to 4.39.14 to mitigate the issue. The overwhelming majority of installations will not be affected and no workarounds are necessary. The default value for the Content Security Policy makes exploiting this weakness completely impossible. It's only possible via the deliberate removal of the Content Security Policy or deliberate inclusion of clearly noted unsafe policies.
Authelia: Improper Neutralization of Input During Web Page Generation Leads to Potential Cross-site Scripting
Problem type
Affected products
authelia
= 4.39.15 - AFFECTED
References
GitHub Security Advisories
GHSA-gmfg-3v4q-9qr4
Authelia: Improper Neutralization of Input During Web Page Generation Leads to Potential Cross-site Scripting
https://github.com/advisories/GHSA-gmfg-3v4q-9qr4Impact
Official Weighted Severity Rating: Low
This exploit is very unlikely to be the case for most users as it requires configuration of the Content Security Policy template value. Below represents a safe value, any other value other than unconfigured should be very carefully evaluated regardless of the fix.
server:
headers:
csp_template: ''
AUTHELIA_SERVER_HEADERS_CSP_TEMPLATE=
Provided the following conditions are met:
- The Content Security Policy:
- Has been disabled or modified from the entirely safe default value; and
- Has been completely disabled by the Administrator by omitting the header explicitly at the proxy (worst practice); or
- Has been effectively disabled by modifying
script-srcallowing unsafe inline scripts rather than using hashes AND effectively disabled by modifyingconnect-srcallowing connections to arbitrary websites.
- Authelia is being hosted on a domain that has other applications that can write to the cookie for the Authelia domain.
- One of the other applications noted in 2 has an vulnerability that can be exploited to execute malicious javascript with similar requirements to 1.
- The attacker can exploit the javascript in 3 to delete the existing
languagecookie scoped to the fully qualified domain name of Authelia with the same site value ofstrict(which is not possible in most scenarios unless the application in 3 has the exact same domain or a subdomain of the Authelia domain). - The attacker can exploit the javascript in 3 to write a new
languagecookie scoped for a domain that Authelia is sent cookies for. - The attacker can get a user to meet the conditions required to execute the javascript in 3.
- You are running Authelia 4.39.15.
An attacker may potentially be able to inject javascript into the Authelia login page. Unless both the script-src and connect-src directives have been modified it's almost impossible for this to have a meaningful impact. However if both of these are and they are done so without consideration to their potential impact; there is a are situations where this vulnerability could be exploited.
This is caused to the lack of neutralization of the langauge cookie value when rendering the HTML template.
This vulnerability is likely difficult to discover though fingerprinting due to the way Authelia is designed but it should not be considered impossible. The additional requirement to identify the secondary application is however likely to be significantly harder to identify along side this, but also likely easier to fingerprint.
Patches
Upgrade to 4.39.16 or Downgrade to 4.39.14.
Proof of Concept
No current proof of concept exists that does not require manual manipulation of the browser which is effectively a local attack where all privileges have been compromised without the need for this attack vector (i.e. installation of userscripts or a browser plugin which would be able to compromise any website or web app). There is a decent chance one will exist or certain conditions exist that could lead to the vulnerability being exploitable.
Discovery of this flaw has prompted an deliberate evaluation of any other potential flaws similar to this which did not yield any results, as well as a deliberate evaluation of best practices in this area which has resulted in a minor tweak to hardening measures. These additional hardening measures should not have any effect (explicit definition of the script-src and connect-src policies, which are the same value as default was previously), but it should theoretically prevent an accidental change in the future degrading the existing security layers we implement.
Workarounds
The overwhelming majority of installations will not be affected and no workarounds are necessary. The default value for the Content Security Policy makes exploiting this weakness completely impossible. It's only possible via the deliberate removal of the Content Security Policy or deliberate inclusion of clearly noted unsafe policies.
Use the default Content Security Policy
The default Content Security Policy is completely secure and prevents any third party javascript the browser evaluates against it.
server:
headers:
csp_template: ''
Using a custom Content Security Policy is a very advanced choice that requires specialist knowledge. The use of unsafe-inline, unsafe-eval, unsafe-hashes, etc. are particularly problematic as they effectively allow arbitrary script execution (if a security policy includes an option that says unsafe it's probably a good indication you should not use it).
Upgrade or Downgrade
Both the next version and previous version of Authelia do not have this bug.
JSON source
https://cveawg.mitre.org/api/cve/CVE-2026-33525Click to expand
{
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"cveMetadata": {
"cveId": "CVE-2026-33525",
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"dateUpdated": "2026-03-26T19:22:57.418Z",
"dateReserved": "2026-03-20T18:05:11.830Z",
"datePublished": "2026-03-26T19:22:57.418Z",
"state": "PUBLISHED"
},
"containers": {
"cna": {
"providerMetadata": {
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M",
"dateUpdated": "2026-03-26T19:22:57.418Z"
},
"title": "Authelia: Improper Neutralization of Input During Web Page Generation Leads to Potential Cross-site Scripting",
"descriptions": [
{
"lang": "en",
"value": "Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for applications via a web portal. In version 4.39.15, an attacker may potentially be able to inject javascript into the Authelia login page if several conditions are met simultaneously. Unless both the `script-src` and `connect-src` directives have been modified it's almost impossible for this to have a meaningful impact. However if both of these are and they are done so without consideration to their potential impact; there is a are situations where this vulnerability could be exploited. This is caused to the lack of neutralization of the `langauge` cookie value when rendering the HTML template. This vulnerability is likely difficult to discover though fingerprinting due to the way Authelia is designed but it should not be considered impossible. The additional requirement to identify the secondary application is however likely to be significantly harder to identify along side this, but also likely easier to fingerprint. Users should upgrade to 4.39.16 or downgrade to 4.39.14 to mitigate the issue. The overwhelming majority of installations will not be affected and no workarounds are necessary. The default value for the Content Security Policy makes exploiting this weakness completely impossible. It's only possible via the deliberate removal of the Content Security Policy or deliberate inclusion of clearly noted unsafe policies."
}
],
"affected": [
{
"vendor": "authelia",
"product": "authelia",
"versions": [
{
"version": "= 4.39.15",
"status": "affected"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"lang": "en",
"description": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79",
"type": "CWE"
}
]
}
],
"references": [
{
"url": "https://github.com/authelia/authelia/security/advisories/GHSA-gmfg-3v4q-9qr4",
"name": "https://github.com/authelia/authelia/security/advisories/GHSA-gmfg-3v4q-9qr4",
"tags": [
"x_refsource_CONFIRM"
]
}
],
"metrics": [
{}
]
}
}
}