<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Prometheus</title>
  <link>https://cvedaily.com/pages/tags/prometheus.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/prometheus.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Prometheus</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:42 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-44902 – opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 0.217.0, a sin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44902</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44902</guid>
    <pubDate>Wed, 27 May 2026 15:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44902</strong></p>
  <p>opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 0.217.0, a single malformed HTTP request crashes any Node.js process running the OpenTelemetry JS Prometheus exporter. The metrics endpoint (default 0.0.0.0:9464) has no error handling around URL parsing, so a request with an invalid URI causes an uncaught TypeError that terminates the process. This vulnerability is fixed in 0.217.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-755</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44902">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44903 – Prometheus is an open-source monitoring system and time series database. From 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44903</guid>
    <pubDate>Tue, 26 May 2026 22:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44903</strong></p>
  <p>Prometheus is an open-source monitoring system and time series database. From 2.49.0 to before 3.5.3 and 3.11.3, in the Prometheus server's legacy web UI (enabled via the command-line flag --enable-feature=old-ui), the histogram heatmap chart view does not escape le label values when inserting them into the HTML for use as axis tick mark labels. An attacker who can inject crafted metrics can exec…</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42154 – Prometheus is an open-source monitoring system and time series database. Prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42154</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42154</guid>
    <pubDate>Mon, 04 May 2026 19:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42154</strong></p>
  <p>Prometheus is an open-source monitoring system and time series database. Prior to versions 3.5.3 and 3.11.3, the remote read endpoint (/api/v1/read) does not validate the declared decoded length in a snappy-compressed request body before allocating memory. An unauthenticated attacker can send a small payload that causes a huge heap allocation per request. Under concurrent load this can exhaust av…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42154">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42151 – Prometheus is an open-source monitoring system and time series database. Prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42151</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42151</guid>
    <pubDate>Mon, 04 May 2026 19:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42151</strong></p>
  <p>Prometheus is an open-source monitoring system and time series database. Prior to versions 3.5.3 and 3.11.3, the client_secret field in the Azure AD remote write OAuth configuration (storage/remote/azuread) was typed as string instead of Secret. Prometheus redacts fields of type Secret when serving the configuration via the /-/config HTTP API endpoint. Because the field was a plain string, the Az…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42151">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40557 – Improper Certificate Validation via Global SSL Context Downgrade in Apache Storm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40557</guid>
    <pubDate>Mon, 27 Apr 2026 14:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40557</strong></p>
  <p>Improper Certificate Validation via Global SSL Context Downgrade in Apache Storm Prometheus Reporter   Versions Affected: from 2.6.3 to 2.8.6   Description:   In production deployments where an administrator enables storm.daemon.metrics.reporter.plugin.prometheus.skip_tls_validation (by default it is disabled) intending to affect only the Prometheus reporter, the undocumented global side effect c…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40179 – Prometheus is an open-source monitoring system and time series database. Version...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40179</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40179</guid>
    <pubDate>Wed, 15 Apr 2026 23:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40179</strong></p>
  <p>Prometheus is an open-source monitoring system and time series database. Versions 3.0 through 3.5.1 and 3.6.0 through 3.11.1 have stored cross-site scripting vulnerabilities in multiple components of the Prometheus web UI where metric names and label values are injected into innerHTML without escaping. In both the Mantine UI and old React UI, chart tooltips on the Graph page render metric names c…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40179">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62188 – An Exposure of Sensitive Information to an Unauthorized Actor vulnerability exis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62188</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62188</guid>
    <pubDate>Thu, 09 Apr 2026 10:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62188</strong></p>
  <p>An Exposure of Sensitive Information to an Unauthorized Actor vulnerability exists in Apache DolphinScheduler.  This vulnerability may allow unauthorized actors to access sensitive information, including database credentials.   This issue affects Apache DolphinScheduler versions 3.1.*.   Users are recommended to upgrade to:          *  version ≥ 3.2.0 if using 3.1.x       As a temporary workaroun…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62188">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-26931 – Memory Allocation with Excessive Size Value (CWE-789) in the Prometheus remote_w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26931</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26931</guid>
    <pubDate>Thu, 19 Mar 2026 17:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-26931</strong></p>
  <p>Memory Allocation with Excessive Size Value (CWE-789) in the Prometheus remote_write HTTP handler in Metricbeat can lead Denial of Service via Excessive Allocation (CAPEC-130).</p>
  <p><strong>CVSS:</strong> 5.7 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26931">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24892 – openITCOCKPIT is an open source monitoring tool built for different monitoring e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24892</guid>
    <pubDate>Fri, 20 Feb 2026 21:19:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24892</strong></p>
  <p>openITCOCKPIT is an open source monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus. openITCOCKPIT Community Edition 5.3.1 and earlier contains an unsafe PHP deserialization pattern in the processing of changelog entries. Serialized changelog data derived from attacker-influenced application state is unserialized without restricting allowed classes. Although…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24891 – openITCOCKPIT is an open source monitoring tool built for different monitoring e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24891</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24891</guid>
    <pubDate>Fri, 20 Feb 2026 18:25:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24891</strong></p>
  <p>openITCOCKPIT is an open source monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus. Versions 5.3.1 and below contain an unsafe deserialization sink in the Gearman worker implementation. The worker function registered as oitc_gearman calls PHP's unserialize() on job payloads without enforcing class restrictions or validating data origin. While the intended de…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24891">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26069 – Scraparr is a Prometheus Exporter for various components of the *arr Suite. From...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26069</guid>
    <pubDate>Thu, 12 Feb 2026 22:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26069</strong></p>
  <p>Scraparr is a Prometheus Exporter for various components of the *arr Suite. From 3.0.0-beta to before 3.0.2, when the Readarr integration was enabled, the exporter exposed the configured Readarr API key as the alias metric label value. Users were affected only if all of the following conditions are met, Readarr scraping feature was enabled and no alias configured, the exporter’s /metrics endpoint…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26069">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-22641 – This vulnerability in Grafana's datasource proxy API allows authorization checks...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22641</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22641</guid>
    <pubDate>Thu, 15 Jan 2026 14:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-22641</strong></p>
  <p>This vulnerability in Grafana's datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path. Users with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources. The issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prome…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22641">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-0528 – Improper Validation of Array Index (CWE-129) exists in Metricbeat can allow an a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0528</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0528</guid>
    <pubDate>Tue, 13 Jan 2026 21:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-0528</strong></p>
  <p>Improper Validation of Array Index (CWE-129) exists in Metricbeat can allow an attacker to cause a Denial of Service through Input Data Manipulation (CAPEC-153) via specially crafted, malformed payloads sent to the Graphite server metricset or Zookeeper server metricset. Additionally, Improper Input Validation (CWE-20) exists in the Prometheus helper module that can allow an attacker to cause a D…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0528">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-3454 – This vulnerability in Grafana's datasource proxy API allows authorization checks...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3454</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3454</guid>
    <pubDate>Mon, 02 Jun 2025 11:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-3454</strong></p>
  <p>This vulnerability in Grafana's datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path.  Users with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources.  The issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Pro…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3454">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50608 – An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50608</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50608</guid>
    <pubDate>Tue, 18 Feb 2025 18:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50608</strong></p>
  <p>An issue was discovered in Fluent Bit 3.1.9. When the Prometheus Remote Write input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user (with access to the endpoint) to perform a remote Denial of service attack. The crash happens because of a NULL poi…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50608">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-24030 – Envoy Gateway is an open source project for managing Envoy Proxy as a standalone...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24030</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24030</guid>
    <pubDate>Thu, 23 Jan 2025 04:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-24030</strong></p>
  <p>Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. A user with access to the Kubernetes cluster can use a path traversal attack to execute Envoy Admin interface commands on proxies managed by any version of Envoy Gateway prior to 1.2.6. The admin interface can be used to terminate the Envoy process and extract the Envoy config…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-419</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24030">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-12564 – Exposure of Sensitive Information to an Unauthorized Actor vulnerability was dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12564</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12564</guid>
    <pubDate>Thu, 12 Dec 2024 08:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-12564</strong></p>
  <p>Exposure of Sensitive Information to an Unauthorized Actor vulnerability was discovered in Open Design Alliance CDE inWEB SDK before 2025.3. Installing CDE Server with default settings allows unauthorized users to visit prometheus metrics page. This can allow attackers to understand more things about the target application which may help in further investigation and exploitation.</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12564">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-52307 – authentik is an open-source identity provider. Due to the usage of a non-constan...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-52307</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-52307</guid>
    <pubDate>Thu, 21 Nov 2024 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-52307</strong></p>
  <p>authentik is an open-source identity provider. Due to the usage of a non-constant time comparison for the /-/metrics/ endpoint it was possible to brute-force the SECRET_KEY, which is used to authenticate the endpoint. The /-/metrics/ endpoint returns Prometheus metrics and is not intended to be accessed directly, as the Go proxy running in the authentik server container fetches data from this end…</p>
  <p><strong>CVSS:</strong> 5.6 · <strong>CWE:</strong> CWE-208</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-52307">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-51988 – RabbitMQ is a feature rich, multi-protocol messaging and streaming broker. In af...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51988</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51988</guid>
    <pubDate>Wed, 06 Nov 2024 20:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-51988</strong></p>
  <p>RabbitMQ is a feature rich, multi-protocol messaging and streaming broker. In affected versions queue deletion via the HTTP API was not verifying the `configure` permission of the user. Users who had all of the following: 1. Valid credentials, 2. Some permissions for the target virtual host & 3. HTTP API access. could delete queues it had no (deletion) permissions for. This issue has been address…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51988">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-34046 – The O-RAN E2T I-Release Prometheus metric Increment function can crash in sctpTh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34046</guid>
    <pubDate>Tue, 30 Apr 2024 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-34046</strong></p>
  <p>The O-RAN E2T I-Release Prometheus metric Increment function can crash in sctpThread.cpp for message.peerInfo->sctpParams->e2tCounters[IN_SUCC][MSG_COUNTER][ProcedureCode_id_RICsubscription]->Increment().</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-34045 – The O-RAN E2T I-Release Prometheus metric Increment function can crash in sctpTh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34045</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34045</guid>
    <pubDate>Tue, 30 Apr 2024 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-34045</strong></p>
  <p>The O-RAN E2T I-Release Prometheus metric Increment function can crash in sctpThread.cpp for message.peerInfo->counters[IN_INITI][MSG_COUNTER][ProcedureCode_id_E2setup]->Increment().</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34045">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-28867 – Swift Prometheus is a Swift client for the Prometheus monitoring system, support...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-28867</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-28867</guid>
    <pubDate>Fri, 29 Mar 2024 15:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-28867</strong></p>
  <p>Swift Prometheus is a Swift client for the Prometheus monitoring system, supporting counters, gauges and histograms. In code which applies _un-sanitized string values into metric names or labels_, an attacker could make use of this and send a `?lang` query parameter containing newlines, `}`  or similar characters which can lead to the attacker taking over the exported format -- including creating…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28867">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-39337 – Hertzbeat is an open source, real-time monitoring system with custom-monitoring,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39337</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39337</guid>
    <pubDate>Fri, 22 Dec 2023 15:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-39337</strong></p>
  <p>Hertzbeat is an open source, real-time monitoring system with custom-monitoring, high performance cluster, prometheus-like and agentless. Hertzbeat versions 1.20 and prior have a permission bypass vulnerability. System authentication can be bypassed and invoke interfaces without authorization. Version 1.2.1 contains a patch for this issue.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39337">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-48796 – Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-48796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-48796</guid>
    <pubDate>Fri, 24 Nov 2023 08:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-48796</strong></p>
  <p>Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache DolphinScheduler.  The information exposed to unauthorized actors may include sensitive data such as database credentials.  Users who can't upgrade to the fixed version can also set environment variable `MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE=health,metrics,prometheus` to workaround this, or add the following se…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-48796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-6001 – Prometheus metrics are available without
authentication. These expose detailed a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-6001</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-6001</guid>
    <pubDate>Wed, 08 Nov 2023 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-6001</strong></p>
  <p>Prometheus metrics are available without authentication. These expose detailed and sensitive information about the YugabyteDB Anywhere environment.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-6001">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-38994 – The 'check_univention_joinstatus' prometheus monitoring script (and other script...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-38994</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-38994</guid>
    <pubDate>Tue, 31 Oct 2023 12:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-38994</strong></p>
  <p>The 'check_univention_joinstatus' prometheus monitoring script (and other scripts) in UCS 5.0-5 revealed the LDAP plaintext password of the machine account in the process list allowing attackers with local ssh access to gain higher privileges and perform followup attacks. By default, the configuration of UCS does not allow local ssh access for regular users.</p>
  <p><strong>CVSS:</strong> 7.9 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-38994">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-40577 – Alertmanager handles alerts sent by client applications such as the Prometheus s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40577</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40577</guid>
    <pubDate>Fri, 25 Aug 2023 01:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-40577</strong></p>
  <p>Alertmanager handles alerts sent by client applications such as the Prometheus server. An attacker with the permission to perform POST requests on the /api/v1/alerts endpoint could be able to execute arbitrary JavaScript code on the users of Prometheus Alertmanager. This issue has been fixed in Alertmanager version 0.2.51.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40577">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-1733 – A denial of service condition exists in the Prometheus server bundled with GitLa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-1733</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-1733</guid>
    <pubDate>Wed, 05 Apr 2023 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-1733</strong></p>
  <p>A denial of service condition exists in the Prometheus server bundled with GitLab affecting all versions from 11.10 to 15.8.5, 15.9 to 15.9.4 and 15.10 to 15.10.1.</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-1733">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-27591 – Miniflux is a feed reader. Prior to version 2.0.43, an unauthenticated user can ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27591</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27591</guid>
    <pubDate>Fri, 17 Mar 2023 20:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-27591</strong></p>
  <p>Miniflux is a feed reader. Prior to version 2.0.43, an unauthenticated user can retrieve Prometheus metrics from a publicly reachable Miniflux instance where the `METRICS_COLLECTOR` configuration option is enabled and `METRICS_ALLOWED_NETWORKS` is set to `127.0.0.1/8` (the default). A patch is available in Miniflux 2.0.43. As a workaround, set `METRICS_COLLECTOR` to `false` (default) or run Minif…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27591">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-4289 – An issue has been discovered in GitLab affecting all versions starting from 15.3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-4289</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-4289</guid>
    <pubDate>Thu, 09 Mar 2023 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-4289</strong></p>
  <p>An issue has been discovered in GitLab affecting all versions starting from 15.3 before 15.7.8, versions of 15.8 before 15.8.4, and version 15.9 before 15.9.2. Google IAP details in Prometheus integration were not hidden, could be leaked from instance, group, or project settings to other users.</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-4289">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-3613 – An issue has been discovered in GitLab CE/EE affecting all versions before 15.5...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-3613</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-3613</guid>
    <pubDate>Thu, 12 Jan 2023 04:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-3613</strong></p>
  <p>An issue has been discovered in GitLab CE/EE affecting all versions before 15.5.7, all versions starting from 15.6 before 15.6.4, all versions starting from 15.7 before 15.7.2. A crafted Prometheus Server query can cause high resource consumption and may lead to Denial of Service.</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-3613">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-23536 – Cortex provides multi-tenant, long term storage for Prometheus. A local file inc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23536</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23536</guid>
    <pubDate>Mon, 19 Dec 2022 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-23536</strong></p>
  <p>Cortex provides multi-tenant, long term storage for Prometheus. A local file inclusion vulnerability exists in Cortex versions 1.13.0, 1.13.1 and 1.14.0, where a malicious actor could remotely read local files as a result of parsing maliciously crafted Alertmanager configurations when submitted to the Alertmanager Set Configuration API. Only users of the Alertmanager service where `-experimental.…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-73</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23536">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-46146 – Prometheus Exporter Toolkit is a utility package to build exporters. Prior to ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-46146</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-46146</guid>
    <pubDate>Tue, 29 Nov 2022 14:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-46146</strong></p>
  <p>Prometheus Exporter Toolkit is a utility package to build exporters. Prior to versions 0.7.2 and 0.8.2, if someone has access to a Prometheus web.yml file and users' bcrypted passwords, they can bypass security by poisoning the built-in authentication cache. Versions 0.7.2 and 0.8.2 contain a fix for the issue. There is no workaround, but attacker must have access to the hashed password to use th…</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-46146">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-24797 – Pomerium is an identity-aware access proxy. In distributed service mode, Pomeriu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24797</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24797</guid>
    <pubDate>Thu, 31 Mar 2022 23:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-24797</strong></p>
  <p>Pomerium is an identity-aware access proxy. In distributed service mode, Pomerium's Authenticate service exposes pprof debug and prometheus metrics handlers to untrusted traffic. This can leak potentially sensitive environmental information or lead to limited denial of service conditions. This issue is patched in version v0.17.1 Workarounds: Block access to `/debug` and `/metrics` paths on the au…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24797">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-21698 – client_golang is the instrumentation library for Go applications in Prometheus, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-21698</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-21698</guid>
    <pubDate>Tue, 15 Feb 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-21698</strong></p>
  <p>client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be a…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-21698">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-41090 – Grafana Agent is a telemetry collector for sending metrics, logs, and trace data...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41090</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41090</guid>
    <pubDate>Wed, 08 Dec 2021 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-41090</strong></p>
  <p>Grafana Agent is a telemetry collector for sending metrics, logs, and trace data to the opinionated Grafana observability stack. Prior to versions 0.20.1 and 0.21.2, inline secrets defined within a metrics instance config are exposed in plaintext over two endpoints: metrics instance configs defined in the base YAML file are exposed at `/-/config` and metrics instance configs defined for the scrap…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41090">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-32718 – RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to versi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-32718</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-32718</guid>
    <pubDate>Mon, 28 Jun 2021 15:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-32718</strong></p>
  <p>RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-80</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-32718">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-29622 – Prometheus is an open-source monitoring system and time series database. In 2.23...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29622</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29622</guid>
    <pubDate>Wed, 19 May 2021 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-29622</strong></p>
  <p>Prometheus is an open-source monitoring system and time series database. In 2.23.0, Prometheus changed its default UI to the New ui. To ensure a seamless transition, the URL's prefixed by /new redirect to /. Due to a bug in the code, it is possible for an attacker to craft an URL that can redirect to any other URL, in the /new endpoint. If a user visits a prometheus server with a specially crafte…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29622">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-22178 – An issue has been discovered in GitLab affecting all versions starting from 13.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22178</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22178</guid>
    <pubDate>Wed, 24 Mar 2021 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-22178</strong></p>
  <p>An issue has been discovered in GitLab affecting all versions starting from 13.2. Gitlab was vulnerable to SRRF attack through the Prometheus integration.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22178">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-22166 – An attacker could cause a Prometheus denial of service in GitLab 13.7+ by sendin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22166</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22166</guid>
    <pubDate>Fri, 15 Jan 2021 16:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-22166</strong></p>
  <p>An attacker could cause a Prometheus denial of service in GitLab 13.7+ by sending an HTTP request with a malformed method</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22166">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-16248 – Prometheus Blackbox Exporter through 0.17.0 allows /probe?target= SSRF. NOTE: fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-16248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-16248</guid>
    <pubDate>Sun, 09 Aug 2020 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-16248</strong></p>
  <p>Prometheus Blackbox Exporter through 0.17.0 allows /probe?target= SSRF. NOTE: follow-on discussion suggests that this might plausibly be interpreted as both intended functionality and also a vulnerability</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-16248">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-1002104 – Versions &lt; 1.5 of the Kubernetes ingress default backend, which handles invalid ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1002104</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1002104</guid>
    <pubDate>Tue, 14 Jan 2020 21:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-1002104</strong></p>
  <p>Versions < 1.5 of the Kubernetes ingress default backend, which handles invalid ingress traffic, exposed prometheus metrics publicly.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-215</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1002104">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-19495 – An issue was discovered in GitLab Community and Enterprise Edition before 11.3.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-19495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-19495</guid>
    <pubDate>Wed, 10 Jul 2019 15:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-19495</strong></p>
  <p>An issue was discovered in GitLab Community and Enterprise Edition before 11.3.11, 11.4.x before 11.4.8, and 11.5.x before 11.5.1. There is an SSRF vulnerability in the Prometheus integration.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-19495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-3826 – A stored, DOM based, cross-site scripting (XSS) flaw was found in Prometheus bef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-3826</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-3826</guid>
    <pubDate>Tue, 26 Mar 2019 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-3826</strong></p>
  <p>A stored, DOM based, cross-site scripting (XSS) flaw was found in Prometheus before version 2.7.1. An attacker could exploit this by convincing an authenticated user to visit a crafted URL on a Prometheus server, allowing for the execution and persistent storage of arbitrary scripts.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-3826">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-18644 – An issue was discovered in GitLab Community and Enterprise Edition 11.x before 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-18644</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-18644</guid>
    <pubDate>Tue, 04 Dec 2018 23:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-18644</strong></p>
  <p>An issue was discovered in GitLab Community and Enterprise Edition 11.x before 11.2.7, 11.3.x before 11.3.8, and 11.4.x before 11.4.3. It allows Information Exposure via a Gitlab Prometheus integration.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18644">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-14602 – An issue was discovered in GitLab Community and Enterprise Edition before 10.8.7...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-14602</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-14602</guid>
    <pubDate>Fri, 27 Jul 2018 02:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-14602</strong></p>
  <p>An issue was discovered in GitLab Community and Enterprise Edition before 10.8.7, 11.0.x before 11.0.5, and 11.1.x before 11.1.2. Information Disclosure can occur because the Prometheus metrics feature discloses private project pathnames.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-14602">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2002-1211 – Prometheus 6.0 and earlier allows remote attackers to execute arbitrary PHP code...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2002-1211</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2002-1211</guid>
    <pubDate>Tue, 12 Nov 2002 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2002-1211</strong></p>
  <p>Prometheus 6.0 and earlier allows remote attackers to execute arbitrary PHP code via a modified PROMETHEUS_LIBRARY_BASE that points to code stored on a remote server, which is then used in (1) index.php, (2) install.php, or (3) various test_*.php scripts.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2002-1211">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
