<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 30 May 2026 21:37:50 +0000</lastBuildDate>
    <item>
      <title>88241bb2-21d3-4a06-be1b-c1a566420419</title>
      <link>https://vulnerability.circl.lu/sighting/88241bb2-21d3-4a06-be1b-c1a566420419/export</link>
      <description>{"uuid": "88241bb2-21d3-4a06-be1b-c1a566420419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2023-45142", "type": "published-proof-of-concept", "source": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr", "content": "", "creation_timestamp": "2023-10-12T13:11:24.000000Z"}</description>
      <content:encoded>{"uuid": "88241bb2-21d3-4a06-be1b-c1a566420419", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2023-45142", "type": "published-proof-of-concept", "source": "https://github.com/open-telemetry/opentelemetry-go-contrib/security/advisories/GHSA-rcjv-mgp8-qvmr", "content": "", "creation_timestamp": "2023-10-12T13:11:24.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/88241bb2-21d3-4a06-be1b-c1a566420419/export</guid>
      <pubDate>Thu, 12 Oct 2023 13:11:24 +0000</pubDate>
    </item>
    <item>
      <title>f394c40c-8c81-4db8-926d-c66b6ecc0fce</title>
      <link>https://vulnerability.circl.lu/sighting/f394c40c-8c81-4db8-926d-c66b6ecc0fce/export</link>
      <description>{"uuid": "f394c40c-8c81-4db8-926d-c66b6ecc0fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-45142", "type": "seen", "source": "https://t.me/cibsecurity/72188", "content": "\u203c CVE-2023-45142 \u203c\n\nOpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-10-12T20:23:27.000000Z"}</description>
      <content:encoded>{"uuid": "f394c40c-8c81-4db8-926d-c66b6ecc0fce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-45142", "type": "seen", "source": "https://t.me/cibsecurity/72188", "content": "\u203c CVE-2023-45142 \u203c\n\nOpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-10-12T20:23:27.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f394c40c-8c81-4db8-926d-c66b6ecc0fce/export</guid>
      <pubDate>Thu, 12 Oct 2023 20:23:27 +0000</pubDate>
    </item>
    <item>
      <title>93c62843-bf15-4b3a-9795-506a6d81a4b1</title>
      <link>https://vulnerability.circl.lu/sighting/93c62843-bf15-4b3a-9795-506a6d81a4b1/export</link>
      <description>{"uuid": "93c62843-bf15-4b3a-9795-506a6d81a4b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-45142", "type": "seen", "source": "https://gist.github.com/cwayne18/3da2b9bf101aefc5a7f783c55023b8af", "content": "", "creation_timestamp": "2025-01-28T13:36:28.000000Z"}</description>
      <content:encoded>{"uuid": "93c62843-bf15-4b3a-9795-506a6d81a4b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-45142", "type": "seen", "source": "https://gist.github.com/cwayne18/3da2b9bf101aefc5a7f783c55023b8af", "content": "", "creation_timestamp": "2025-01-28T13:36:28.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/93c62843-bf15-4b3a-9795-506a6d81a4b1/export</guid>
      <pubDate>Tue, 28 Jan 2025 13:36:28 +0000</pubDate>
    </item>
  </channel>
</rss>
