This thread will study ZCS NE 10.1.10 (released on July 18, 2025) security fixes and their ZCS FOSS 10.1.10 counterpart commits.
Security fixes (From 10.1.10 NE)
- Access to the GraphiQL IDE at /modern/graphiql has been disabled. (NE-ONLY. DISCARDED)
- The @babel/runtime package has been upgraded to version 7.27.6 to address a ReDoS vulnerability. (NE-ONLY. DISCARDED)
- Addressed a Cross-Site Request Forgery (CSRF) vulnerability in the ResetPasswordRequest SOAP operation by enforcing CSRF token validation. Suspected to be an embargoed commit.
- A security fix has been applied to require a valid auth token before allowing 2FA modifications, preventing unauthorized changes. As a big part of what Zimbra needs to handle 2FA is outside of the NE-only 2FA extension I am not actually sure if this is embargoed or NE-ONLY.
- The Rsync package has been upgraded to version 3.4.1 to fix multiple vulnerabilities. (1/2) ZBUG-4670: Upgraded rsync to 3.4.1 from packages 10.1.10 tag. (2/2) ZBUG-4670: Updated zimbra-core-components for rsync from packages 10.1.10 tag.
In order to recreate ZCS FOSS 10.1.10 as similar to ZCS NE 10.1.0 in a timely manner we need to figure out ways to either recreate these security fixes counterpart commits or find them in the repos (I might have overlooked them after all):
- Addressed a Cross-Site Request Forgery (CSRF) vulnerability in the ResetPasswordRequest SOAP operation by enforcing CSRF token validation.
- A security fix has been applied to require a valid auth token before allowing 2FA modifications, preventing unauthorized changes.
Extra resources
- You can check/update: Zimbra FOSS CVE commits wiki page where these commits can be tracked.
---
Update: As of 2025 07 25 the two sections below can be ignored because those missing commits has been pushed to the FOSS repos.
Build breakage
As you might know builds from ZCS FOSS 10.1.8 cannot be built properly.
So you need to include/cherry-pick ZCS-17098 Added new LC attribute for path depth max commit from zm-mailbox development branch so that it builds ok.
Additional commit
In addition to the above you might also want to include this missing commit from ZCS NE 10.1.8 which hasn't been pushed to the 10.1.8 tag but to the development branch: ZCS-17206 : handled attribute check errors.

