CVE-2026-90933
Received Received - Intake

Missing Authorization in Laradashboard Local License API

Vulnerability report for CVE-2026-90933, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-14
Last Modified
2026-09-14
Generated
2026-09-15
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
laradashboard laradashboard to 1.2.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90933 is a missing authorization vulnerability in laradashboard through version 1.2.2. It allows any authenticated user, including low-privileged accounts, to read, overwrite, or delete premium module license keys via three API endpoints that lack proper permission checks.

Detection Guidance

Check for unauthorized access to the vulnerable API endpoints by monitoring logs for GET /api/admin/licenses/show, POST /api/admin/licenses/store, and POST /api/admin/licenses/remove requests from low-privileged users. Review application logs for any suspicious activity involving license key modifications or deletions.

Impact Analysis

Attackers can exploit this to disclose confidential license keys, inject malicious values into licenses, or delete stored licenses entirely. This could lead to unauthorized access, financial loss, or disruption of premium module functionality.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to sensitive license keys. GDPR requires protection of personal and confidential data, while HIPAA mandates safeguarding protected health information. Exposure or deletion of license keys may violate these regulations by compromising data integrity and confidentiality.

Mitigation Strategies

Update laradashboard to a patched version beyond 1.2.2. If an update is unavailable, restrict access to the vulnerable endpoints by implementing proper authorization checks in the Form Requests. Remove hardcoded authorize() methods that return true and enforce role-based access control.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90933. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart