PatchSiren cyber security CVE debrief
CVE-2026-92463 guchengwuyue CVE debrief
CVE-2026-92463 is a high-severity vulnerability in yshop-crm, a customer relationship management system. The vulnerability has a CVSS score of 7.1 and allows authenticated back-office users without system:user:list permission to enumerate all users. This could potentially allow attackers with valid back-office credentials and a role with data scope ALL to retrieve sensitive user information.
- Vendor
- guchengwuyue
- Product
- yshop-crm
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-16
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-16
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for yshop-crm instances, particularly those with back-office access, should assess their exposure to this vulnerability. System administrators and security teams should verify the presence of this vulnerability in their environments and take necessary actions to prevent exploitation.
Why it matters
CVE-2026-92463 is a high-severity vulnerability in yshop-crm that allows authenticated back-office users to enumerate all users, potentially exposing sensitive user information. Defenders should prioritize verifying the presence of this vulnerability and ensuring that users with back-office access do not have unnecessary permissions.
- Potential unauthorized enumeration of user directories
- Exposure of sensitive user information
- Increased risk of targeted attacks using valid back-office credentials
- Need for verification of yshop-crm version and user permissions
Technical summary
The yshop-crm system through version 2.1.3 contains an authorization failure in the GET /admin-api/system/user/page endpoint. The @PreAuthorize annotation is commented out, allowing authenticated back-office users without system:user:list permission to enumerate all users. Attackers with valid back-office credentials and a role with data scope ALL can retrieve the complete user directory, including sensitive information such as login names, nicknames, departments, email addresses, mobile numbers, and last login information.
Defensive priority
Defenders should prioritize verifying the presence of this vulnerability in their yshop-crm instances and ensuring that users with back-office access do not have unnecessary permissions.
Recommended defensive actions
- Verify the presence of this vulnerability in yshop-crm instances
- Ensure users with back-office access do not have unnecessary permissions
- Monitor for potential exploitation attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, including its CVSS score and a brief description. However, the exact scope of affected versions and potential impact on specific systems is not explicitly stated.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-92463 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-92463
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-92463 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92463
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/LinYuanyi1/cve-request-poc/blob/master/yshop-crm/C10_system_user_page_enum.py
-
Source reference
Unverified legacy reference
URL: https://github.com/guchengwuyue/yshop-crm
-
Source reference
Unverified legacy reference
URL: https://github.com/guchengwuyue/yshop-crm/blob/5f5810a0e1e4ab0828523ec299bf973c2f9065d7/yshop-crm/pom.xml
-
Source reference
Unverified legacy reference
URL: https://github.com/guchengwuyue/yshop-crm/blob/5f5810a0e1e4ab0828523ec299bf973c2f9065d7/yshop-crm/yshop-framework/yshop-spring-boot-starter-biz-data-permission/src/main/java/co/yixiang/yshop/framework/datapermission/core/rule/dept/DeptDataPermissionRule.java
-
Source reference
Unverified legacy reference
URL: https://github.com/guchengwuyue/yshop-crm/blob/5f5810a0e1e4ab0828523ec299bf973c2f9065d7/yshop-crm/yshop-module-system/yshop-module-system-biz/src/main/java/co/yixiang/yshop/module/system/controller/admin/user/UserController.java
-
Source reference
Unverified legacy reference
URL: https://github.com/guchengwuyue/yshop-crm/blob/5f5810a0e1e4ab0828523ec299bf973c2f9065d7/yshop-crm/yshop-module-system/yshop-module-system-biz/src/main/java/co/yixiang/yshop/module/system/service/user/AdminUserServiceImpl.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/yshop-crm-through-2.1.3-missing-authorization-via-disabled-annotation-on-system-user-listing
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.