<?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>Wed, 01 Jul 2026 17:35:01 +0000</lastBuildDate>
    <item>
      <title>d353b7d3-f204-48b4-ab97-0d287ce60f5a</title>
      <link>https://vulnerability.circl.lu/sighting/d353b7d3-f204-48b4-ab97-0d287ce60f5a/export</link>
      <description>{"uuid": "d353b7d3-f204-48b4-ab97-0d287ce60f5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mphluarxhe2d", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-55700 \u0432 pnpm: \u0447\u0442\u043e \u044d\u0442\u043e \u0442\u0430\u043a\u043e\u0435 \u0438 \u043a\u0430\u043a \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c\u0441\u044f\n\n\n\nhttps://kripta.biz/posts/7F81E1CE-741F-4457-BB66-540C55BE0E59", "creation_timestamp": "2026-06-29T23:02:40.273845Z"}</description>
      <content:encoded>{"uuid": "d353b7d3-f204-48b4-ab97-0d287ce60f5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mphluarxhe2d", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-55700 \u0432 pnpm: \u0447\u0442\u043e \u044d\u0442\u043e \u0442\u0430\u043a\u043e\u0435 \u0438 \u043a\u0430\u043a \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c\u0441\u044f\n\n\n\nhttps://kripta.biz/posts/7F81E1CE-741F-4457-BB66-540C55BE0E59", "creation_timestamp": "2026-06-29T23:02:40.273845Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/d353b7d3-f204-48b4-ab97-0d287ce60f5a/export</guid>
      <pubDate>Mon, 29 Jun 2026 23:02:40 +0000</pubDate>
    </item>
    <item>
      <title>857015f8-bf9c-4d18-a486-4ce08563466a</title>
      <link>https://vulnerability.circl.lu/sighting/857015f8-bf9c-4d18-a486-4ce08563466a/export</link>
      <description>{"uuid": "857015f8-bf9c-4d18-a486-4ce08563466a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://gist.github.com/alon710/df5b0744014030db937f68dddaa36b9f", "content": "# CVE-2026-55700: CVE-2026-55700: Path Traversal and Arbitrary File Write in pnpm stage download\n\n&amp;gt; **CVSS Score:** 7.1\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55700\n\n## Summary\nA path traversal vulnerability in pnpm stage download allows malicious registries or compromised package manifests to overwrite arbitrary files on the victim's filesystem via unvalidated package name and version fields.\n\n## TL;DR\nUnsanitized 'name' and 'version' fields in downloaded package manifests allow arbitrary filesystem writes during 'pnpm stage download' operations.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-22\n- **Attack Vector**: Network\n- **CVSS**: 7.1\n- **EPSS**: 0.00258\n- **Impact**: High Integrity, Low Availability\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- pnpm\n- **pnpm**: &amp;lt; 11.5.3 (Fixed in: `11.5.3`)\n\n## Mitigation\n\n- Upgrade pnpm to a patched version\n- Restrict staging commands to verified, trusted package registries\n- Implement system-level read/write restrictions on CI/CD environments\n\n**Remediation Steps:**\n1. Execute 'npm install -g pnpm@11.5.3' or use corepack to update pnpm.\n2. Audit any configured registry configurations to ensure they use secure HTTPS connections.\n3. Employ endpoint detection tools to flag suspicious file-write operations originating from Node.js applications.\n\n## References\n\n- [GitHub Pull Request #12303](https://github.com/pnpm/pnpm/pull/12303)\n- [GitHub Security Advisory GHSA-v23m-ccfg-pq9h](https://github.com/pnpm/pnpm/security/advisories/GHSA-v23m-ccfg-pq9h)\n- [CVE-2026-55700 Record](https://www.cve.org/CVERecord?id=CVE-2026-55700)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55700) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-27T07:12:30.944402Z"}</description>
      <content:encoded>{"uuid": "857015f8-bf9c-4d18-a486-4ce08563466a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://gist.github.com/alon710/df5b0744014030db937f68dddaa36b9f", "content": "# CVE-2026-55700: CVE-2026-55700: Path Traversal and Arbitrary File Write in pnpm stage download\n\n&amp;gt; **CVSS Score:** 7.1\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-55700\n\n## Summary\nA path traversal vulnerability in pnpm stage download allows malicious registries or compromised package manifests to overwrite arbitrary files on the victim's filesystem via unvalidated package name and version fields.\n\n## TL;DR\nUnsanitized 'name' and 'version' fields in downloaded package manifests allow arbitrary filesystem writes during 'pnpm stage download' operations.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-22\n- **Attack Vector**: Network\n- **CVSS**: 7.1\n- **EPSS**: 0.00258\n- **Impact**: High Integrity, Low Availability\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- pnpm\n- **pnpm**: &amp;lt; 11.5.3 (Fixed in: `11.5.3`)\n\n## Mitigation\n\n- Upgrade pnpm to a patched version\n- Restrict staging commands to verified, trusted package registries\n- Implement system-level read/write restrictions on CI/CD environments\n\n**Remediation Steps:**\n1. Execute 'npm install -g pnpm@11.5.3' or use corepack to update pnpm.\n2. Audit any configured registry configurations to ensure they use secure HTTPS connections.\n3. Employ endpoint detection tools to flag suspicious file-write operations originating from Node.js applications.\n\n## References\n\n- [GitHub Pull Request #12303](https://github.com/pnpm/pnpm/pull/12303)\n- [GitHub Security Advisory GHSA-v23m-ccfg-pq9h](https://github.com/pnpm/pnpm/security/advisories/GHSA-v23m-ccfg-pq9h)\n- [CVE-2026-55700 Record](https://www.cve.org/CVERecord?id=CVE-2026-55700)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-55700) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-27T07:12:30.944402Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/857015f8-bf9c-4d18-a486-4ce08563466a/export</guid>
      <pubDate>Sat, 27 Jun 2026 07:12:30 +0000</pubDate>
    </item>
    <item>
      <title>e0f02ff6-5370-4e48-89a8-f81fccfec8a5</title>
      <link>https://vulnerability.circl.lu/sighting/e0f02ff6-5370-4e48-89a8-f81fccfec8a5/export</link>
      <description>{"uuid": "e0f02ff6-5370-4e48-89a8-f81fccfec8a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mp4zjp5xqs2o", "content": "CVE-2026-55700 - pnpm: stage download writes outside destination via manifest version traversal\nCVE ID : CVE-2026-55700\n \n Published : June 25, 2026, 4:47 p.m. | 57\u00a0minutes ago\n \n Description : pnpm is a package manager. From 11.3.0 until 11.5.3, `pnpm stage download` derived ...", "creation_timestamp": "2026-06-25T18:08:00.313607Z"}</description>
      <content:encoded>{"uuid": "e0f02ff6-5370-4e48-89a8-f81fccfec8a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-55700", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mp4zjp5xqs2o", "content": "CVE-2026-55700 - pnpm: stage download writes outside destination via manifest version traversal\nCVE ID : CVE-2026-55700\n \n Published : June 25, 2026, 4:47 p.m. | 57\u00a0minutes ago\n \n Description : pnpm is a package manager. From 11.3.0 until 11.5.3, `pnpm stage download` derived ...", "creation_timestamp": "2026-06-25T18:08:00.313607Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e0f02ff6-5370-4e48-89a8-f81fccfec8a5/export</guid>
      <pubDate>Thu, 25 Jun 2026 18:08:00 +0000</pubDate>
    </item>
  </channel>
</rss>
