PatchSiren cyber security CVE debrief
CVE-2026-92467 zlt2000 CVE debrief
CVE-2026-92467 is an unverified password change vulnerability in the zlt2000 microservices-platform through version 6.0.0. This vulnerability allows authenticated users to change any account password without providing the current password by exploiting the PUT /users/password endpoint. Attackers can manipulate the request body to specify an arbitrary user ID and a new password, effectively overwriting credentials for non-administrator accounts without verification.
- Vendor
- zlt2000
- Product
- microservices-platform
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-16
- Original CVE updated
- 2026-09-21
- Advisory published
- 2026-09-16
- Advisory updated
- 2026-09-21
Who should care
Defenders responsible for the zlt2000 microservices-platform should assess exposure and prioritize remediation. System administrators and security teams should verify the presence of this vulnerability in their systems and apply patches or mitigations to prevent exploitation.
Why it matters
CVE-2026-92467 is a high-severity vulnerability in the zlt2000 microservices-platform that allows authenticated users to change passwords without verification. Defenders should prioritize verifying the presence of this vulnerability in their systems and applying patches or mitigations to prevent exploitation.
- An attacker can change passwords for non-administrator accounts without verification.
- This vulnerability allows for potential lateral movement within the system.
- Defenders need to verify the presence of this vulnerability in their systems.
- Remediation priority is high for systems using the vulnerable endpoint.
Technical summary
The vulnerability exists in the PUT /users/password endpoint of the zlt2000 microservices-platform through version 6.0.0. This endpoint allows authenticated users to change passwords without verifying the current password. An attacker can supply an arbitrary user ID and a new password to overwrite credentials of non-administrator accounts. Defenders should prioritize verifying the presence of this vulnerability in their systems and applying patches or mitigations to prevent exploitation. The vulnerability allows for potential lateral movement within the system and defenders need to verify the presence of this vulnerability in their systems.
Defensive priority
Defenders should prioritize verifying the presence of this vulnerability in their systems and applying patches or mitigations to prevent exploitation.
Recommended defensive actions
- Verify the presence of the vulnerable endpoint in your system
- Restrict access to the /users/password endpoint
- Implement proper password change verification
- Apply patches or updates if available
- 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.
Evidence notes
The CVE record and source references indicate that the vulnerability exists in the zlt2000 microservices-platform through version 6.0.0. The PUT /users/password endpoint does not verify the current password, allowing attackers to change passwords for non-administrator accounts.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-92467 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-92467
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-92467 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92467
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/microservice-platform/C09_reset_any_user_password.py
-
Source reference
Unverified legacy reference
URL: https://github.com/zlt2000/microservices-platform
-
Source reference
Unverified legacy reference
URL: https://github.com/zlt2000/microservices-platform/blob/v6.0.0/zlt-business/user-center/src/main/java/com/central/user/controller/SysUserController.java
-
Source reference
Unverified legacy reference
URL: https://github.com/zlt2000/microservices-platform/blob/v6.0.0/zlt-business/user-center/src/main/java/com/central/user/service/impl/SysUserServiceImpl.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/microservices-platform-through-6.0.0-unverified-password-change-via-users-password
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.