<?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>Tue, 07 Jul 2026 14:38:06 +0000</lastBuildDate>
    <item>
      <title>029d9ea7-c39f-4090-bfcf-d13aa2ee2041</title>
      <link>https://vulnerability.circl.lu/sighting/029d9ea7-c39f-4090-bfcf-d13aa2ee2041/export</link>
      <description>{"uuid": "029d9ea7-c39f-4090-bfcf-d13aa2ee2041", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "Telegram/5NPz2sx_xB9j3hzmo-oIJEJq6Lsm0ce4bHKBo0XPqbJTGio", "content": "", "creation_timestamp": "2025-03-19T17:30:32.000000Z"}</description>
      <content:encoded>{"uuid": "029d9ea7-c39f-4090-bfcf-d13aa2ee2041", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "Telegram/5NPz2sx_xB9j3hzmo-oIJEJq6Lsm0ce4bHKBo0XPqbJTGio", "content": "", "creation_timestamp": "2025-03-19T17:30:32.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/029d9ea7-c39f-4090-bfcf-d13aa2ee2041/export</guid>
      <pubDate>Wed, 19 Mar 2025 17:30:32 +0000</pubDate>
    </item>
    <item>
      <title>fe4a3a0c-0caa-4ee0-9600-77529ef683a8</title>
      <link>https://vulnerability.circl.lu/sighting/fe4a3a0c-0caa-4ee0-9600-77529ef683a8/export</link>
      <description>{"uuid": "fe4a3a0c-0caa-4ee0-9600-77529ef683a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8080", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30153\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: kin-openapi is a Go project for handling OpenAPI files. Prior to 0.131.0, when validating a request with a multipart/form-data schema, if the OpenAPI schema allows it, an attacker can upload a crafted ZIP file (e.g., a ZIP bomb), causing the server to consume all available system memory. The root cause comes from the ZipFileBodyDecoder, which is registered automatically by the module (contrary to what the documentation says). This vulnerability is fixed in 0.131.0.\n\ud83d\udccf Published: 2025-03-19T16:03:26.947Z\n\ud83d\udccf Modified: 2025-03-19T16:03:26.947Z\n\ud83d\udd17 References:\n1. https://github.com/getkin/kin-openapi/security/advisories/GHSA-wq9g-9vfc-cfq9\n2. https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1\n3. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1275\n4. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1523\n5. https://github.com/getkin/kin-openapi?tab=readme-ov-file#custom-content-type-for-body-of-http-requestresponse", "creation_timestamp": "2025-03-19T16:17:59.000000Z"}</description>
      <content:encoded>{"uuid": "fe4a3a0c-0caa-4ee0-9600-77529ef683a8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-WQ9G-9VFC-CFQ9", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/8080", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-30153\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: kin-openapi is a Go project for handling OpenAPI files. Prior to 0.131.0, when validating a request with a multipart/form-data schema, if the OpenAPI schema allows it, an attacker can upload a crafted ZIP file (e.g., a ZIP bomb), causing the server to consume all available system memory. The root cause comes from the ZipFileBodyDecoder, which is registered automatically by the module (contrary to what the documentation says). This vulnerability is fixed in 0.131.0.\n\ud83d\udccf Published: 2025-03-19T16:03:26.947Z\n\ud83d\udccf Modified: 2025-03-19T16:03:26.947Z\n\ud83d\udd17 References:\n1. https://github.com/getkin/kin-openapi/security/advisories/GHSA-wq9g-9vfc-cfq9\n2. https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1\n3. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1275\n4. https://github.com/getkin/kin-openapi/blob/6da871e0e170b7637eb568c265c08bc2b5d6e7a3/openapi3filter/req_resp_decoder.go#L1523\n5. https://github.com/getkin/kin-openapi?tab=readme-ov-file#custom-content-type-for-body-of-http-requestresponse", "creation_timestamp": "2025-03-19T16:17:59.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/fe4a3a0c-0caa-4ee0-9600-77529ef683a8/export</guid>
      <pubDate>Wed, 19 Mar 2025 16:17:59 +0000</pubDate>
    </item>
  </channel>
</rss>
