Description
Lara Dashboard through 1.3.1 contains a server-side request forgery vulnerability in the POST /api/admin/builder/markdown/fetch endpoint that allows any authenticated user to fetch arbitrary URLs and read the response body. Attackers can read internal HTTP services and cloud metadata including IAM credentials by supplying malicious URLs without host validation or redirect restrictions.
Published: 2026-09-09
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Lara Dashboard versions 0.9.2 through 1.3.1 contain a server‑side request forgery flaw in the POST /api/admin/builder/markdown/fetch endpoint. The flaw allows any authenticated user to provide an arbitrary URL, causing the application to make an outbound HTTP request and return the raw response body. Attackers can therefore read data from internal HTTP services, cloud metadata, and even IAM credentials that should remain private. The weakness is a classic examples of CWE‑918 server‑side request forgery.

Affected Systems

The vulnerability affects the Laradashboard product. All releases from version 0.9.2 up to and including 1.3.1 are impacted; version 1.3.2 and later incorporate a safe URL validator that prevents arbitrary outbound requests.

Risk and Exploitability

The CVSS base score of 7.1 indicates medium‑to‑high severity. EPSS data is currently unavailable and the issue is not listed in the CISA KEV catalog, suggesting it may not yet be widely exploited. The vulnerability requires that the user be authenticated to the application, after which the attacker can issue unrestricted outbound network requests. This makes exploitation straightforward for actors who can log in, such as compromised user accounts or default credentials, and abuse the ability to reach internal services and cloud metadata.

Generated by OpenCVE AI on September 9, 2026 at 14:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Laradashboard to version 1.3.2 or later to apply the SafeUrlValidator that blocks arbitrary outbound requests.
  • If an immediate upgrade is not possible, restrict access to the /api/admin/builder/markdown/fetch endpoint to trusted administrators only, or block outbound traffic from the hosting environment to external hosts.
  • Configure the application or environment to whitelist only approved domains for Markdown fetching, rejecting any URL that does not match the whitelist.
  • Ensure that only users with the minimal necessary privileges can authenticate to the application, reducing the number of accounts that could exploit the SSRF endpoint.

Generated by OpenCVE AI on September 9, 2026 at 14:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 09 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description Lara Dashboard through 1.3.1 contains a server-side request forgery vulnerability in the POST /api/admin/builder/markdown/fetch endpoint that allows any authenticated user to fetch arbitrary URLs and read the response body. Attackers can read internal HTTP services and cloud metadata including IAM credentials by supplying malicious URLs without host validation or redirect restrictions.
Title Lara Dashboard 0.9.2 through 1.3.1 Server-Side Request Forgery in Builder Markdown Fetch
First Time appeared Laradashboard
Laradashboard lara Dashboard
Weaknesses CWE-918
CPEs cpe:2.3:a:laradashboard:lara_dashboard:*:*:*:*:*:*:*:*
Vendors & Products Laradashboard
Laradashboard lara Dashboard
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 7.1, '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'}


Subscriptions

Laradashboard Lara Dashboard
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-09T12:08:03.123Z

Reserved: 2026-09-09T10:32:34.110Z

Link: CVE-2026-87821

cve-icon Vulnrichment

Updated: 2026-09-09T12:05:40.813Z

cve-icon NVD

Status : Received

Published: 2026-09-09T12:17:17.417

Modified: 2026-09-09T13:20:45.090

Link: CVE-2026-87821

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T14:15:11Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)