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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unintended Remote Attachment Delivery
Action: Immediate Update
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-1333.

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 of < 1% and the fact that it is not listed in the CISA KEV catalog indicate no known exploitation to date. The CVSS score of 7.5 indicates a high severity. 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 3, 2026 at 13:49 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 3, 2026 at 13:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 19:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:*:*

Thu, 03 Sep 2026 12:00:00 +0000

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

Thu, 03 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Weaknesses CWE-1333
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


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-02T19:14:29.482Z

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

Link: CVE-2026-84642

cve-icon Vulnrichment

Updated: 2026-09-02T19:14:26.172Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-03T19:00:52.377

Link: CVE-2026-84642

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T14:00:04Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity