CVE-2026-90933
—Missing Authorization in LaraDashboard License API Exposes Premium License Keys
LaraDashboard through version 1.2.2 contains a missing authorization flaw (CWE-862) in its Local License API, meaning any authenticated user, including low-privileged accounts, can reach admin-only license endpoints. The flaw is triggered by sending ordinary authenticated requests to GET /api/admin/licenses/show, POST /api/admin/licenses/store, or POST /api/admin/licenses/remove, which lack proper role-based access checks. A successful attacker can disclose confidential premium module license keys, overwrite them with attacker-controlled values, or delete them entirely to disrupt licensed functionality. All deployments running version 1.2.2 or earlier are affected. No public proof-of-concept exists and the CVE is not in CISA's KEV catalog, so exploitation is not known to be occurring.
What to do: Upgrade to a release newer than 1.2.2 as soon as the maintainer publishes a fix; no patched version is identified in the advisory. In the interim, restrict access to the /api/admin/licenses/* routes via role-based middleware or WAF/reverse-proxy rules so only administrators can reach them, and rotate any premium module license keys that may have been exposed. Review application logs for requests to these endpoints from non-admin accounts to detect prior abuse.
| LaraDashboard | through 1.2.2 (all versions <= 1.2.2) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
laradashboard through 1.2.2 contains a missing authorization vulnerability in the Local License API endpoints that allows any authenticated user to read, overwrite, and delete premium module license keys. Attackers with low-privileged accounts can access GET /api/admin/licenses/show, POST /api/admin/licenses/store, and POST /api/admin/licenses/remove endpoints to disclose confidential license keys, inject attacker-controlled values, or delete stored licenses entirely.
- Weakness
- CWE-862
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/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 news0 stories
No ingested article mentions this CVE yet.