PatchSiren cyber security CVE debrief
CVE-2026-69115 OpenIMSDK CVE debrief
OpenIM Server v3.8.3 contains a missing authorization vulnerability allowing authenticated users to access admin-only management API endpoints. Attackers can exploit this to enumerate user accounts and groups, potentially leading to further exploitation. Defenders should prioritize verifying and remediating this vulnerability, especially in systems where user account and group enumeration could lead to targeted attacks or lateral movement within the system. The absent authverify.CheckAdmin() call in the GetPaginationUsers, GetAllUserID, and GetGroups handlers enables attackers to gather sensitive information about user accounts and groups. Remediation involves verifying the version
- Vendor
- OpenIMSDK
- Product
- OpenIM Server (open-im-server)
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-24
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-24
Who should care
Defenders responsible for OpenIM Server deployments should assess exposure and prioritize remediation. This vulnerability could allow attackers to gather sensitive information about user accounts and groups, potentially leading to further exploitation.
Why it matters
CVE-2026-69115 is a missing authorization vulnerability in OpenIM Server v3.8.3 that allows authenticated users to access admin-only API endpoints for user and group enumeration. Defenders should prioritize verifying and remediating this vulnerability, especially in systems where user account and group enumeration could lead to further exploitation. The impact of this vulnerability is significant as it could allow attackers to gather sensitive information about user accounts and groups, potentially leading to targeted attacks or lateral movement within the system. Remediation involves verifying the version of OpenIM Server, restricting access to admin-only management API endpoints, implementing proper authorization checks for API endpoints, and monitoring for suspicious activity related to user account and group enumeration.
- User account and group enumeration could lead to targeted attacks
- Exposure of sensitive information about user accounts and groups
- Potential for lateral movement within the system
- Verification of proper authorization checks for API endpoints
Technical summary
The OpenIM Server v3.8.3 contains a missing authorization vulnerability. This allows any authenticated user to access admin-only management API endpoints by submitting POST requests with a regular user bearer token to /user/get_users, /user/get_all_users_uid, and /group/get_groups. The absent authverify.CheckAdmin() call in the GetPaginationUsers, GetAllUserID, and GetGroups handlers enables attackers to enumerate all platform user accounts, including userIDs, nicknames, and manager level flags, as well as all groups, including private groups the user has never joined, exposing group names, owner IDs, and member counts.
Defensive priority
Defenders should prioritize verifying and remediating this vulnerability, especially in systems where user account and group enumeration could lead to further exploitation.
Recommended defensive actions
- Verify the version of OpenIM Server and check if it's vulnerable
- Restrict access to admin-only management API endpoints
- Implement proper authorization checks for API endpoints
- Monitor for suspicious activity related to user account and group enumeration
- Perform an inventory of assets using OpenIM Server
- Review logs for potential exploitation attempts
- Track exceptions and retest remediated assets
Evidence notes
The CVE record and NVD entry provide details on the missing authorization vulnerability in OpenIM Server v3.8.3. The vulnerability allows authenticated users to access admin-only API endpoints for user and group enumeration.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-69115 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-69115
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-69115 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-69115
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/openimsdk/open-im-server
-
Source reference
Unverified legacy reference
URL: https://github.com/openimsdk/open-im-server/commit/193870b2f938278b27a2d8347bd7e4db5f8f9dfc
-
Source reference
Unverified legacy reference
URL: https://github.com/openimsdk/open-im-server/issues/3778
-
Source reference
Unverified legacy reference
URL: https://github.com/openimsdk/open-im-server/pull/3781
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/openim-server-missing-authorization-on-user-and-group-enumeration-endpoints
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.