CVE-2026-45551
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedGroup-Office is an enterprise customer relationship management and groupware tool. Prior to 26.0.25, 25.0.100, and 6.8.165, GroupOffice allows authenticated users to persist arbitrary legacy settings for any user_id via index.php?r=core/saveSetting. A separate client-side sink in the email module injects the email_font_size setting directly into JavaScript without escaping. By combining these two issues, any low-privileged authenticated user can overwrite an administrator's email_font_size setting with a JavaScript payload and trigger stored XSS in the administrator's browser when the GroupOffice web client loads views/Extjs3/modulescripts.php. This vulnerability is fixed in 26.0.25, 25.0.100, and 6.8.165.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceGroup-Office allows low-privileged authenticated users to exploit an IDOR vulnerability in index.php?r=core/saveSetting to overwrite arbitrary settings (like email_font_size) for any user. A client-side sink in the email module then injects this setting into JavaScript without escaping, causing stored XSS when administrators load views/Extjs3/modulescripts.php.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- Authentication
- X
- User interaction
- P
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Group-Office versionLocate the version file in your Group-Office installation (typically in /path/to/groupoffice/version.php or check the admin panel under System > Information). Compare the installed version number against the known fixed versions: 26.0.25, 25.0.100, or 6.8.165. Any version lower than these is potentially affected.Affected if Installed version is below 26.0.25, 25.0.100, or 6.8.165
-
Verify email module is enabledCheck the Group-Office modules configuration either through the administrative web interface (Modules section) or by examining the database table 'core_module' for an active email module entry.Affected if Email module is installed and enabled
-
Inspect the email_font_size setting in databaseQuery the database settings table (likely 'core_setting' or similar legacy settings table) for records where setting_name equals 'email_font_size'. Examine the setting_value field for any suspicious JavaScript code patterns such as <script, javascript:, onerror=, onload=, or similar XSS vectors.Affected if The email_font_size setting contains unsanitized JavaScript or HTML tags
-
Check the vulnerable code in modulescripts.phpLocate the file at views/Extjs3/modulescripts.php within the Group-Office web root. Search for the string 'email_font_size' and verify whether the value is being directly injected into JavaScript context without proper escaping (e.g., no htmlspecialchars, json_encode, or equivalent encoding).Affected if The setting value is echoed directly into JavaScript without encoding
-
Test IDOR access to core/saveSetting endpointUsing an authenticated low-privilege account, attempt a POST request to index.php?r=core/saveSetting with parameters including a different user_id (such as an administrator) and a legacy setting name like 'email_font_size' with a test value containing harmless characters. Verify if the request succeeds without proper authorization checks.Affected if The endpoint allows modifying settings for user IDs different from the authenticated user
You are affected if your Group-Office version is below 26.0.25/25.0.100/6.8.165, the email module is enabled, and either the email_font_size setting contains malicious code in the database or the modulescripts.php file lacks output encoding for this setting.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to version 26.0.25, 25.0.100, or 6.8.165. Until then, restrict access to the saveSetting endpoint and monitor for suspicious setting modifications.
Upgrade to 26.0.25, 25.0.100, or 6.8.165 depending on your current version line
- Identify the currently installed Group-Office version by checking the administration panel or version files
- Determine which version line (6.8.x, 25.x, or 26.x) the installation is running
- Download the appropriate fixed version from the official Group-Office source: 6.8.165, 25.0.100, or 26.0.25
- Backup the existing Group-Office installation directory and database before upgrading
- Stop the web server to prevent active sessions during the upgrade process
- Replace the existing Group-Office files with the new version
- Run any database migration scripts included in the upgrade package if required
- Restart the web server and verify Group-Office loads correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45551 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-45551 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data