mediumCVSS 5.3Vulnerability

CVE-2026-63435

## Summary Mail::Utilities.q_value_decode and Mail::Utilities.b_value_decode decoded only the first RFC 2047 encoded-word in a string and used an overly greedy pattern to match the charset token. A crafted, malformed encoded-word embedded in an address display name or local part could cause the decoded output to differ from what a human reviewer or downstream parser would expect, allowing an attacker to spoof the apparent sender/recipient address. ## Details Both decoders used a single String#match against a pattern such as /\=\?(.+)?\?[Qq]\?(.*)\?\=/m. Two problems: 1. Single match, dropped remainder. Only the first =?charset?Q?...?= (or ?B?) word was decoded. Any additional encoded-words or surrounding text were not handled consistently, so the decoded result could silently omit or alter parts of the input. 2. Greedy charset capture. (.+)? is greedy and matches across ? delimiters, so a malformed word could span more of the string than a strict RFC 2047 parse would, changing the boundary between "encoded" and "literal" text. ## Impact Applications using mail to parse and display or authorize based on decoded header values (From, To, Reply-To, etc.) may present or act on an address different from the one a validator inspecting the raw header would see. Primary risk is spoofing / phishing and authorization-check bypass. No RCE.

Properties

severity
medium
summary
Mail: Email address spoofing via malformed RFC 2047 encoded-words
epss_score
0.00328
cvss_score
5.3
ghsa_published
2026-09-02T22:02:32Z
source_url
https://github.com/advisories/GHSA-mvxr-6m87-mv2q
ghsa_updated
2026-09-02T22:02:33Z
ghsa_id
GHSA-mvxr-6m87-mv2q
cve_id
CVE-2026-63435
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
is_ghsa_only
false
epss_percentile
0.25416

Related Entities (5)

ENRICHED_BY (1)

[Source]FIRST EPSS

VULNERABLE_TO (1)

[Software]rubygems/mail

AFFECTS (1)

[Software]rubygems/mail

HAS_WEAKNESS (1)

[Weakness]Interpretation Conflict

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-63435 (CVSS 5.3) — Ninja Signal Threat Intelligence | Ninja Signal