CVE-2026-30237: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Intermesh groupoffice
Group-Office is an enterprise customer relationship management and groupware tool. Prior to versions 6.8.155, 25.0.88, and 26.0.10, there is a reflected XSS vulnerability in the GroupOffice installer, endpoint install/license.php. The POST field license is rendered without escaping inside a <textarea>, allowing a </textarea><script>...</script> breakout.. This issue has been patched in versions 6.8.155, 25.0.88, and 26.0.10.
AI Analysis
Technical Summary
CVE-2026-30237 is a reflected cross-site scripting (XSS) vulnerability identified in the GroupOffice enterprise CRM and groupware tool, specifically in the installer endpoint install/license.php. The vulnerability exists because the 'license' POST parameter is embedded directly inside a <textarea> element without proper input sanitization or escaping. This allows an attacker to inject a payload that breaks out of the textarea context by injecting a closing </textarea> tag followed by malicious JavaScript code. When a victim interacts with a crafted link or submits a malicious form, the injected script executes in the victim's browser under the context of the GroupOffice domain. This can lead to session hijacking, cookie theft, or other script-based attacks. The flaw affects versions prior to 6.8.155, 25.0.88, and 26.0.10, with patches released in these versions to properly escape input and prevent script injection. The vulnerability requires user interaction (e.g., clicking a malicious link or submitting a crafted form) but does not require authentication, increasing its attack surface. Despite the potential for exploitation, the CVSS 4.0 base score is low (2.1) due to limited impact on confidentiality, integrity, and availability, and the absence of known active exploits. The vulnerability is categorized under CWE-79 (Improper Neutralization of Input During Web Page Generation).
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of the GroupOffice web application. This can lead to session hijacking, theft of sensitive cookies or tokens, and potentially unauthorized actions performed on behalf of the user. However, since the vulnerability is reflected XSS and requires user interaction, the attack vector is limited to social engineering or phishing scenarios. The low CVSS score reflects the limited scope and impact. Organizations using vulnerable versions of GroupOffice risk exposure to targeted attacks that could compromise user sessions or lead to information disclosure. While the vulnerability does not directly affect system availability or integrity of backend data, successful exploitation could facilitate further attacks or unauthorized access. The lack of known exploits in the wild reduces immediate risk but does not eliminate the need for remediation. Enterprises relying on GroupOffice for CRM and groupware functions should consider the potential reputational and operational risks if attackers leverage this vulnerability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately upgrade GroupOffice installations to versions 6.8.155, 25.0.88, or 26.0.10 or later, where the issue is patched. If upgrading is not immediately feasible, implement web application firewall (WAF) rules to detect and block suspicious input patterns targeting the 'license' POST parameter, especially those attempting to inject closing textarea tags or script elements. Additionally, review and harden input validation and output encoding practices in custom or integrated components interacting with GroupOffice. Educate users about phishing and social engineering risks to reduce the likelihood of successful reflected XSS exploitation. Regularly monitor logs for unusual requests to the install/license.php endpoint. Employ Content Security Policy (CSP) headers to restrict script execution sources, which can mitigate the impact of XSS attacks. Finally, conduct periodic security assessments and penetration tests to verify the effectiveness of these controls.
Affected Countries
United States, Germany, United Kingdom, Netherlands, France, Canada, Australia, India, Brazil, Japan
CVE-2026-30237: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Intermesh groupoffice
Description
Group-Office is an enterprise customer relationship management and groupware tool. Prior to versions 6.8.155, 25.0.88, and 26.0.10, there is a reflected XSS vulnerability in the GroupOffice installer, endpoint install/license.php. The POST field license is rendered without escaping inside a <textarea>, allowing a </textarea><script>...</script> breakout.. This issue has been patched in versions 6.8.155, 25.0.88, and 26.0.10.
AI-Powered Analysis
Technical Analysis
CVE-2026-30237 is a reflected cross-site scripting (XSS) vulnerability identified in the GroupOffice enterprise CRM and groupware tool, specifically in the installer endpoint install/license.php. The vulnerability exists because the 'license' POST parameter is embedded directly inside a <textarea> element without proper input sanitization or escaping. This allows an attacker to inject a payload that breaks out of the textarea context by injecting a closing </textarea> tag followed by malicious JavaScript code. When a victim interacts with a crafted link or submits a malicious form, the injected script executes in the victim's browser under the context of the GroupOffice domain. This can lead to session hijacking, cookie theft, or other script-based attacks. The flaw affects versions prior to 6.8.155, 25.0.88, and 26.0.10, with patches released in these versions to properly escape input and prevent script injection. The vulnerability requires user interaction (e.g., clicking a malicious link or submitting a crafted form) but does not require authentication, increasing its attack surface. Despite the potential for exploitation, the CVSS 4.0 base score is low (2.1) due to limited impact on confidentiality, integrity, and availability, and the absence of known active exploits. The vulnerability is categorized under CWE-79 (Improper Neutralization of Input During Web Page Generation).
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of the GroupOffice web application. This can lead to session hijacking, theft of sensitive cookies or tokens, and potentially unauthorized actions performed on behalf of the user. However, since the vulnerability is reflected XSS and requires user interaction, the attack vector is limited to social engineering or phishing scenarios. The low CVSS score reflects the limited scope and impact. Organizations using vulnerable versions of GroupOffice risk exposure to targeted attacks that could compromise user sessions or lead to information disclosure. While the vulnerability does not directly affect system availability or integrity of backend data, successful exploitation could facilitate further attacks or unauthorized access. The lack of known exploits in the wild reduces immediate risk but does not eliminate the need for remediation. Enterprises relying on GroupOffice for CRM and groupware functions should consider the potential reputational and operational risks if attackers leverage this vulnerability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately upgrade GroupOffice installations to versions 6.8.155, 25.0.88, or 26.0.10 or later, where the issue is patched. If upgrading is not immediately feasible, implement web application firewall (WAF) rules to detect and block suspicious input patterns targeting the 'license' POST parameter, especially those attempting to inject closing textarea tags or script elements. Additionally, review and harden input validation and output encoding practices in custom or integrated components interacting with GroupOffice. Educate users about phishing and social engineering risks to reduce the likelihood of successful reflected XSS exploitation. Regularly monitor logs for unusual requests to the install/license.php endpoint. Employ Content Security Policy (CSP) headers to restrict script execution sources, which can mitigate the impact of XSS attacks. Finally, conduct periodic security assessments and penetration tests to verify the effectiveness of these controls.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-04T17:23:59.798Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69ab479ac48b3f10ffdbff85
Added to database: 3/6/2026, 9:31:06 PM
Last enriched: 3/6/2026, 9:46:29 PM
Last updated: 3/6/2026, 11:58:31 PM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.