Vulnerability Description
FairEmail is a fully featured, open source, privacy-friendly email app for Android. Prior to 1.2319, the ActivityAMP AMP message renderer in app/src/main/java/eu/faircode/email/ActivityAMP.java enables JavaScript in its WebView but incompletely sanitizes untrusted message HTML. For non-allowlisted hosts, script.removeAttr("src") leaves inline script elements in the document and does not reject event-handler attributes or javascript: URLs on other elements. A crafted AMP email can execute arbitrary JavaScript when a recipient opens the message and enables the AMP toggle. The script can read the message DOM, exfiltrate message data, and display phishing overlays within the message-body area. Exploitation requires the recipient to enable the AMP toggle, and practical exposure is reduced because AMP email is uncommon. This issue is fixed in version 1.2319.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/M66B/FairEmail/commit/fb37bbfabf5e75d08f0cfa6ce9b84469d62a20a
- https://github.com/M66B/FairEmail/releases/tag/1.2319
- https://github.com/M66B/FairEmail/security/advisories/GHSA-r8ff-qr7g-pvw6
FAQ
What is CVE-2026-54521?
CVE-2026-54521 is a vulnerability with a CVSS score of 6.1 (MEDIUM). FairEmail is a fully featured, open source, privacy-friendly email app for Android. Prior to 1.2319, the ActivityAMP AMP message renderer in app/src/main/java/eu/faircode/email/ActivityAMP.java enable...
How severe is CVE-2026-54521?
CVE-2026-54521 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54521?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.