๐Ÿ” CVE Alert

CVE-2026-49344

UNKNOWN 0.0

Mercator has a Personal Identifiable Information Leak from Query Executor feature

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Mercator is an open source web application that enables mapping of the information system. Prior to version 2025.05.19, Mercator's Query Engine (`/admin/queries/execute`) accepts a JSON DSL (`from` / `select` / `filters` / `traverse` / `output`), translates it into an Eloquent query, and returns results as JSON. The controller method `QueryController::execute()` does not enforce an authorization gate, unlike `store()` and `massDestroy()` in the same controller which are correctly protected. As a result, any authenticated account โ€” including the read-only Auditor role โ€” can query models beyond its intended scope, including the `User` model. Additionally, the `password` column, although declared `$hidden`, is not excluded from filter predicates, which allows it to be used in `LIKE` conditions. The `schema()` and `schemaModel()` endpoints of the same controller are similarly unguarded. The Query Engine is read-only; integrity and availability are not affected. Version 2025.05.19 patches the issue.

CWE CWE-359
Vendor sourcentis
Product mercator
Published Jun 19, 2026
Last Updated Jun 19, 2026
Stay Ahead of the Next One

Get instant alerts for sourcentis mercator

Be the first to know when new unknown vulnerabilities affecting sourcentis mercator are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

sourcentis / mercator
< 2025.05.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/sourcentis/mercator/security/advisories/GHSA-q3r8-3h7c-96w3