
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-63499 is a reflected Cross-Site Scripting (XSS) vulnerability in Alinto SOGo, a widely used open-source groupware and email platform. The flaw exists in version 5.12.3 (and all versions up to and including 5.12.4 per CPE data) via the theme URL parameter in the Mail view endpoint. It was discovered by researchers Arseniy Poblaguev and Daniil Khomichenok on December 2, 2025, and published to the NVD on December 4, 2025. The vulnerability carries a CVSS v3.1 base score of 6.1 (Medium), assigned by CISA-ADP (Red Hat Advisory, PoC GitHub).
The root cause is improper neutralization of user-supplied input in the theme URL parameter, classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The vulnerable code in SOGo's relativePathToUserFolderSubPath: method directly appends the theme form value into a URL string without sanitization or encoding, allowing injection of arbitrary HTML/JavaScript. Exploitation requires the attacker to know the victim's email address and deliver a crafted URL to a victim who has an active SOGo session — making this a targeted reflected XSS attack. The PoC payload demonstrates script injection via the Mail view endpoint: /SOGo/so/<victim@email>/Mail/view?theme='<ScRiPt>alert('XSS_TEST')</ScRiPt> (PoC GitHub).
Successful exploitation allows an attacker to execute arbitrary JavaScript in the victim's browser within the context of the SOGo web application. This can lead to session cookie theft, authentication token hijacking, unauthorized actions performed on behalf of the victim (such as reading or sending emails), and potential redirection to malicious websites. Because SOGo is a groupware platform handling sensitive communications and calendar data, session compromise could expose confidential organizational information (Red Hat Advisory, PoC GitHub).
A public proof-of-concept exploit is available on GitHub, published by the original researchers (PoC GitHub). Exploitation requires no authentication from the attacker but does require user interaction — the victim must click a crafted link while holding a valid SOGo session, and the attacker must know the victim's email address. There is no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.006% (0.000060), indicating low probability of automated exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Detection plugins are available in Nessus (IDs 277525, 282560) and Qualys (ID 6272564) (Red Hat Advisory).
smtp-user-enum or OSINT/recon techniques, as the exploit URL must include the victim's email address.theme parameter, e.g.: https://<target>/SOGo/so/<victim@email>/Mail/view?theme='<ScRiPt>alert('XSS_TEST')</ScRiPt> (URL-encoded as theme=%27%3CScRiPt%20%3Ealert%28%27XSS_TEST%27%29%3C%2FScRiPt%3E)./SOGo/so/<email>/Mail/view containing URL-encoded script tags or JavaScript in the theme parameter (e.g., theme=%27%3CScRiPt, theme=<script>, or similar XSS payloads).theme query parameter; repeated requests from external IPs targeting multiple user email paths.The vulnerability is fixed in the SOGo commit 16ab99e, which properly sanitizes the theme parameter. Users should upgrade to a patched version of SOGo beyond 5.12.4. A Debian LTS security update (DLA-4434-1) has also been issued for affected Debian 11 packages (Debian LTS Announce). As interim mitigations, administrators can implement a Content Security Policy (CSP) header to restrict inline script execution, deploy a web application firewall (WAF) rule to block requests with script tags in the theme parameter, and ensure users are educated about clicking unsolicited links to their SOGo instance (PoC GitHub, Red Hat Advisory).
Red Hat has published a security advisory tracking this CVE, and Debian issued a Long Term Support (LTS) security update (DLA-4434-1) addressing the vulnerability in Debian 11 (Red Hat Advisory, Debian LTS Announce). Tenable has released Nessus detection plugins (IDs 277525 and 282560) and Qualys has added detection (ID 6272564). No significant broader media coverage or notable researcher commentary beyond the original PoC disclosure has been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."