PatchSiren cyber security CVE debrief
CVE-2026-86437 laradashboard CVE debrief
CVE-2026-86437 debrief: Lara Dashboard before 1.3.2 has a vulnerability in the POST /admin/settings/core-upgrades/upload endpoint, allowing non-Superadmin administrators with settings.edit permission to upload and extract arbitrary zip archives over the live application source code. This could lead to potential code execution and unauthorized access. Defenders should assess exposure and apply remediation, prioritizing systems with untrusted administrators. The vulnerability exists due to insufficient validation of uploaded archives, allowing attackers to upload malicious zip files containing modified application files.
- Vendor
- laradashboard
- Product
- Unknown
- CVSS
- HIGH 8.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-07
- Original CVE updated
- 2026-09-07
- Advisory published
- 2026-09-07
- Advisory updated
- 2026-09-07
Who should care
Defenders responsible for systems with untrusted administrators, especially those using Lara Dashboard, should assess exposure and apply remediation. This includes administrators with settings.edit permission, as they could potentially exploit the vulnerability. Additionally, security teams and vulnerability management teams should review the vulnerability and prioritize remediation efforts based on the potential impact on their systems.
Why it matters
CVE-2026-86437 allows non-Superadmin administrators to upload malicious archives, potentially leading to arbitrary code execution and access to sensitive data.
- Potential for arbitrary code execution as the web server user
- Access to environment secrets and database credentials
- Possible lateral movement within the application or network
- Need for verification of exposure and remediation
Technical summary
The vulnerability exists in the POST /admin/settings/core-upgrades/upload endpoint of Lara Dashboard before 1.3.2, allowing non-Superadmin administrators with settings.edit permission to upload and extract arbitrary zip archives over the live application source code. This could lead to potential code execution and unauthorized access. The vulnerability is due to insufficient validation of uploaded archives, allowing attackers to upload malicious zip files containing modified application files. Defenders should prioritize verifying exposure and applying remediation for this vulnerability, especially for systems with untrusted administrators.
Defensive priority
Defenders should prioritize verifying exposure and applying remediation for this vulnerability, especially for systems with untrusted administrators.
Recommended defensive actions
- Verify the version of Lara Dashboard and assess exposure
- Restrict access to the POST /admin/settings/core-upgrades/upload endpoint
- Monitor for suspicious activity on the application
- Apply the patch or upgrade to version 1.3.2 or later
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
Evidence from the CVE record and source references indicates that the vulnerability exists in Lara Dashboard before 1.3.2, allowing non-Superadmin administrators to upload malicious archives. The CVE record and source references provide details on the affected versions and the nature of the vulnerability. However, the exact scope of affected deployments and potential impact on specific environments is not detailed. Defenders should verify exposure and apply remediation, especially for systems with untrusted administrators.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86437 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86437
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86437 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86437
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/blob/v1.3.1/app/Http/Requests/CoreUpgrade/UploadRequest.php
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/blob/v1.3.1/app/Policies/SettingPolicy.php
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/blob/v1.3.1/app/Services/CoreUpgradeService.php
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/commit/738cc1a219ce459323ef1d09c3789075f1b8d2f2
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/releases/tag/v1.3.2
-
Source reference
Unverified legacy reference
URL: https://github.com/laradashboard/laradashboard/security/advisories/GHSA-xv98-x5h7-4g7v
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/lara-dashboard-before-1.3.2-incorrect-authorization-in-core-upgrade-archive-upload
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.