Description
The values of the mail.allowed_attachment_hostnames advanced config setting were used in a regular expression without escaping. For some possible valid hostnames, this could allow certain unintended hostnames to also match and serve remote attachments. This vulnerability was fixed in Thunderbird 155 and Thunderbird 153.2.
Published: 2026-09-01
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The mail.allowed_attachment_hostnames advanced configuration setting is concatenated into a regular expression without proper escaping. For certain hostname patterns, this flaw causes additional unintended hostnames to match the expression, which results in Thunderbird fetching and displaying attachments from hosts that were not authorized. While the vulnerability does not enable arbitrary code execution, it allows the client to load potentially malicious attachments from unapproved remote servers. The weakness is categorized as CWE-20 and CWE-107.

Affected Systems

Mozilla Thunderbird versions older than 153.2 are affected, as they contain the unescaped regular‑expression logic. The vulnerability was addressed in Thunderbird 153.2 and in subsequent releases such as 155, and any installation still using the mail.allowed_attachment_hostnames setting is potentially vulnerable if it has not been upgraded to a patched version.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating no known exploitation to date. However, the ability to bypass host filtering and fetch arbitrary attachments could enable delivery of malware or unauthorized data. The attack likely requires access to the client’s configuration or the ability to supply a crafted attachment that matches the malformed pattern. Prompt remediation is recommended even without confirmed public exploits.

Generated by OpenCVE AI on September 2, 2026 at 00:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Thunderbird to at least version 153.2, which includes the fix
  • Remove or reset any custom entries in the mail.allowed_attachment_hostnames setting to eliminate unintended matches
  • Continuously monitor Mozilla security advisories to ensure future patches are applied promptly

Generated by OpenCVE AI on September 2, 2026 at 00:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
First Time appeared Mozilla
Mozilla thunderbird
Vendors & Products Mozilla
Mozilla thunderbird

Wed, 02 Sep 2026 00:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-107
CWE-20

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description The values of the mail.allowed_attachment_hostnames advanced config setting were used in a regular expression without escaping. For some possible valid hostnames, this could allow certain unintended hostnames to also match and serve remote attachments. This vulnerability was fixed in Thunderbird 155 and Thunderbird 153.2.
Title Allowed UNC hostnames for attachments interpreted as a regular expression
References

Subscriptions

Mozilla Thunderbird
cve-icon MITRE

Status: PUBLISHED

Assigner: mozilla

Published:

Updated: 2026-09-01T21:44:16.162Z

Reserved: 2026-09-01T21:33:07.702Z

Link: CVE-2026-84642

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T22:17:20.000

Modified: 2026-09-01T22:17:20.000

Link: CVE-2026-84642

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T01:00:06Z

Weaknesses
  • CWE-107

    Struts: Unused Validation Form

  • CWE-20

    Improper Input Validation