FreshPorts - VuXML

This page displays vulnerability information about FreeBSD Ports.

The VUXML data was last processed by FreshPorts on 2025-06-06 18:03:49 UTC

List all Vulnerabilities, by package

List all Vulnerabilities, by date

k68

These are the vulnerabilities relating to the commit you have selected:

VuXML IDDescription
6d31ef38-df85-11ee-abf1-6c3be5272acdGrafana -- Data source permission escalation

Grafana Labs reports:

The vulnerability impacts Grafana Cloud and Grafana Enterprise instances, and it is exploitable if a user who should not be able to access all data sources is granted permissions to create a data source.

By default, only organization Administrators are allowed to create a data source and have full access to all data sources. All other users need to be explicitly granted permission to create a data source, which then means they could exploit this vulnerability.

When a user creates a data source via the API, they can specify data source UID. If the UID is set to an asterisk (*), the user gains permissions to query, update, and delete all data sources in the organization. The exploit, however, does not stretch across organizations — to exploit the vulnerability in several organizations, a user would need permissions to create data sources in each organization.

The vulnerability comes from a lack of UID validation. When evaluating permissions, we interpret an asterisk (*) as a wild card for all resources. Therefore, we should treat it as a reserved value, and not allow the creation of a resource with the UID set to an asterisk.

The CVSS score for this vulnerability is 6 Medium.


Discovery 2024-02-12
Entry 2024-03-11
Modified 2024-03-26
grafana
>= 8.5.0 lt 9.5.17

>= 10.0.0 lt 10.0.12

>= 10.1.0 lt 10.1.8

>= 10.2.0 lt 10.2.5

>= 10.3.0 lt 10.3.4

grafana9
< 9.5.17

CVE-2024-1442
https://grafana.com/security/security-advisories/cve-2024-1442/
45eb98d6-3b13-11f0-97f7-b42e991fc52egrafana -- XSS vulnerability

security@grafana.com reports:

A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF. The default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.


Discovery 2025-05-22
Entry 2025-05-27
grafana
< 12.0.1

CVE-2025-4123
https://nvd.nist.gov/vuln/detail/CVE-2025-4123