SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-90933

HIGH · CVSS 7.1 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Local License API endpoints in laradashboard versions up to 1.2.2 are vulnerable due to a missing authorization check, allowing authenticated users with low privileges to access, modify, or delete premium module license keys. This could lead to unauthorized disclosure of sensitive license information and potential disruption of service. Organizations using laradashboard should prioritize patching this vulnerability to protect their license management processes and prevent exploitation by malicious actors.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-90933
Severity
HIGH
CVSS
7.1
EPSS
N/A

Original NVD 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.