ZeroHour

CVE-2026-92469

niche

Authorization Bypass (IDOR) in zlt2000 microservices-platform file-center ≤ 6.0.0

CVSS 4.0
7.2 high
EPSS
Published
()
Modified
AI analysis

zlt2000 microservices-platform through version 6.0.0 has an authorization bypass (CWE-639) in the file-center module's DELETE /files/{id} endpoint, which performs no validation that the requesting user owns the targeted file. Any authenticated user can first enumerate file identifiers via GET /files and then supply arbitrary identifiers to the delete endpoint, erasing other users' files and their metadata. The attack requires only low-privilege authenticated access over the network with no user interaction, resulting in high integrity and availability impact to stored file data but no confidentiality loss or system compromise. Any deployment running the file-center module of microservices-platform 6.0.0 or earlier is affected. No public proof-of-concept, CISA KEV listing, or reports of in-the-wild exploitation are currently known.

What to do: No fixed version is stated in the available data, so check the vendor's repository for a patched release and apply it when available. As an interim mitigation, add an ownership check (or role-based restriction) on DELETE /files/{id}, limit which accounts can reach the file-center API, and review deletion logs for unauthorized removals of other users' files.

Affected
zlt2000 microservices-platform (file-center module)through 6.0.0
Estimated exposure
nichelikely at most a few thousand self-hosted deployments (open-source Spring Cloud scaffold project with modest adoption; no install telemetry available) — microservices-platform is a community open-source microservices template typically deployed for internal/learning use rather than at consumer scale, and the data provides no active-install counts, so the estimate is a conservative…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

zlt2000 microservices-platform through 6.0.0 contains an authorization bypass vulnerability in the file-center module DELETE /files/{id} endpoint that performs no ownership validation. Authenticated attackers can enumerate file identifiers via GET /files and delete arbitrary users' files and metadata by supplying their identifiers to the delete endpoint.

Weakness
CWE-639
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.