PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-92468 zlt2000 CVE debrief

The CVE-2026-92468 vulnerability in the zlt2000 microservices-platform allows authenticated attackers to read any Elasticsearch index, potentially exposing sensitive user records and password hashes. This issue arises from an authorization bypass in the search-center service, enabling attackers to query arbitrary indices, including sys_user, without proper access controls.

Vendor
zlt2000
Product
microservices-platform
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 systems using the zlt2000 microservices-platform, especially version 6.0.0 or earlier, should assess their exposure and implement compensating controls to restrict access to Elasticsearch indices.

Why it matters

The CVE-2026-92468 vulnerability in the zlt2000 microservices-platform allows authenticated attackers to read any Elasticsearch index, potentially exposing sensitive user records and password hashes. Defenders should prioritize verifying the presence of this vulnerability in their systems and implement compensating controls to restrict access to Elasticsearch indices.

  • Potential exposure of sensitive user records and password hashes
  • Possible unauthorized access to Elasticsearch indices
  • Need for verification of affected versions and systems
  • Requirement for compensating controls to restrict access

Technical summary

The zlt2000 microservices-platform through version 6.0.0 contains an authorization bypass vulnerability in the search-center service. This vulnerability allows authenticated attackers to read any Elasticsearch index by specifying the index name in POST /search/{indexName} and GET /agg/requestStat/{indexName}/{routing} path variables. Attackers can query arbitrary indices, including sys_user, to retrieve sensitive user records and password hashes without proper access controls.

Defensive priority

Defenders should prioritize verifying the presence of this vulnerability in their systems, especially if they use the affected microservices-platform version 6.0.0 or earlier, and implement compensating controls to restrict access to Elasticsearch indices.

Recommended defensive actions

  • Verify the presence of the vulnerability in the microservices-platform version 6.0.0 or earlier
  • Implement compensating controls to restrict access to Elasticsearch indices
  • Monitor for potential exploitation attempts
  • Review and update access controls for the search-center service
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 7.1 and HIGH severity. However, the exact scope of affected versions and systems requires further verification from official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-92468 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-92468

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-92468 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92468

    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/C22_request_stat_agg.py

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/LinYuanyi1/cve-request-poc/blob/master/microservice-platform/C24_search_any_index.py

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/zlt2000/microservices-platform

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/zlt2000/microservices-platform/blob/v6.0.0/zlt-business/search-center/search-server/src/main/java/com/central/search/controller/AggregationController.java

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/zlt2000/microservices-platform/blob/v6.0.0/zlt-business/search-center/search-server/src/main/java/com/central/search/controller/SearchController.java

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/microservices-platform-through-6.0.0-arbitrary-elasticsearch-index-read-via-search-center

    [email protected]

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.