VYPR
High severityNVD Advisory· Published Oct 3, 2022· Updated Aug 3, 2024

CVE-2022-38817

CVE-2022-38817

Description

Dapr Dashboard v0.1.0 through v0.10.0 is vulnerable to Incorrect Access Control that allows attackers to obtain sensitive data.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Dapr Dashboard v0.1.0 through v0.10.0 has an incorrect access control vulnerability allowing unauthenticated attackers to obtain sensitive plaintext configuration data.

Vulnerability

Description CVE-2022-38817 is an incorrect access control vulnerability in the Dapr Dashboard, versions 0.1.0 through 0.10.0. The Dapr Dashboard is a web-based user interface for the Dapr runtime, used to view information about applications, components, configurations, and control plane services. The vulnerability allows attackers to bypass authentication mechanisms and access sensitive data without proper authorization. [1]

Exploitation

An attacker can exploit this vulnerability by sending crafted requests to the Dapr Dashboard instance without needing any prior authentication. The attack does not require any special network position, as the dashboard is often exposed on a network port (e.g., locally on port 8080 or within a Kubernetes cluster). The primary attack surface is the dashboard's API or web interface which fails to enforce access controls on certain endpoints. [2][3]

Impact

Successful exploitation enables an unauthenticated attacker to obtain plaintext configuration information for cloud applications such as Redis, MongoDB, RabbitMQ, and others. This stolen configuration can then be used to access the actual data stores, leading to data breaches. Additionally, on versions with the Actions option (verified on v0.2.0), an attacker can close the dashboard, causing a denial of service and potentially disrupting business operations. [3]

Mitigation

The vendor has not released a patched version for this specific issue. The recommended temporary mitigation is to apply strict whitelist access controls to the Dapr Dashboard assets, limiting access only to trusted IPs or networks. The permanent solution would involve implementing proper login authentication for the dashboard. Users are advised to follow the vendor's advisory and restrict network exposure until an update is available. [3]

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
github.com/dapr/dashboardGo
>= 0.1.0, <= 0.10.0

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.