Mozilla Foundation Security Advisory 2025-35

Security Vulnerabilities fixed in Thunderbird 138.0.1

Announced
May 13, 2025
Impact
high
Products
Thunderbird
Fixed in
  • Thunderbird 138.0.1

Updated June 10, 2025 to remove CVE-2025-3877 which was mistakenly marked as fixed. This vulnerability was fixed in Thunderbird 128.11.1/139.0.2 under the identifier CVE-2025-5986.

#CVE-2025-3875: Sender Spoofing via Malformed From Header in Thunderbird

Reporter
xh4vm
Impact
high
Description

Thunderbird parses addresses in a way that can allow sender spoofing in case the server allows an invalid From address to be used. For example, if the From header contains an (invalid) value "Spoofed Name spoofed@example.com legitimate@example.com", Thunderbird treats [email protected] as the actual address.

References

#CVE-2025-3909: JavaScript Execution via Spoofed PDF Attachment and file:/// Link

Reporter
Dario Weißer
Impact
high
Description

Thunderbird's handling of the X-Mozilla-External-Attachment-URL header can be exploited to execute JavaScript in the file:/// context. By crafting a nested email attachment (message/rfc822) and setting its content type to application/pdf, Thunderbird may incorrectly render it as HTML when opened, allowing the embedded JavaScript to run without requiring a file download. This behavior relies on Thunderbird auto-saving the attachment to /tmp and linking to it via the file:/// protocol, potentially enabling JavaScript execution as part of the HTML.

References

#CVE-2025-3932: Tracking Links in Attachments Bypassed Remote Content Blocking

Reporter
Dario Weißer
Impact
low
Description

It was possible to craft an email that showed a tracking link as an attachment. If the user attempted to open the attachment, Thunderbird automatically accessed the link. The configuration to block remote content did not prevent that. Thunderbird has been fixed to no longer allow access to web pages listed in the X-Mozilla-External-Attachment-URL header of an email.

References