๐Ÿ” CVE Alert

CVE-2026-65053

MEDIUM 6.1

Horde IMP before 7.2.0 Stored Cross-Site Scripting via AppleDouble Viewer Part Name

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

Horde IMP's AppleDouble MIME viewer writes an attacker-controlled attachment name into an HTML status block without escaping it. In lib/Mime/Viewer/Appledouble.php, _IMPrender() obtains the name of the data part with IMP_Contents::getPartName(), which returns the MIME part's own name parameter as supplied by the message, and passes it through sprintf into the text of an IMP_Mime_Status object. IMP_Mime_Status::__toString() concatenates each text entry directly into the surrounding table markup, so the value reaches the rendered page verbatim. A message crafted as multipart/appledouble whose data part carries markup in its name parameter therefore executes script in the context of any user who views it, and the payload persists in the mailbox. Exploitation requires no account on the target system, only the ability to send mail to a user. Version 7.2.0 escapes the value with htmlspecialchars(). The researcher additionally chains this flaw with the arbitrary file read of CVE-2026-58451, and reports that script running in an administrator's session can reach an application code-execution path.

CWE CWE-79
Vendor horde
Product imp
Published Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for horde imp

Be the first to know when new medium vulnerabilities affecting horde imp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

horde / imp
0 < 7.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
horde.org: https://www.horde.org/apps/imp github.com: https://github.com/horde/imp/commit/f31449a12e3f945c90015d29524925c4c43f6324 github.com: https://github.com/horde/imp/pull/107 github.com: https://github.com/horde/imp/releases/tag/v7.2.0 blog.evan.lat: https://blog.evan.lat/posts/CVE-2026-65053/ vulncheck.com: https://www.vulncheck.com/advisories/horde-imp-before-stored-cross-site-scripting-via-appledouble-viewer-part-name

Credits

evan