<?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-22T08:04:51.597557+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/dc1be1d3-1a6c-4b17-be75-d799864ff9cf/export</id>
    <title>dc1be1d3-1a6c-4b17-be75-d799864ff9cf</title>
    <updated>2026-06-22T08:04:51.973882+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "dc1be1d3-1a6c-4b17-be75-d799864ff9cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53852", "type": "seen", "source": "https://gist.github.com/alon710/e083ed26c473e5302badc99cce623436", "content": "# CVE-2026-53852: CVE-2026-53852: Scope Containment Bypass in OpenClaw Device Re-pairing\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53852\n\n## Summary\nOpenClaw versions prior to 2026.4.25 are subject to a scope containment bypass vulnerability in the device re-pairing component. When processing re-pairing requests, the application backend fails securely, allowing authenticated operators to bypass authorization containment policies. By submitting a re-pairing payload with an empty or omitted scope array, an operator can skip containment checks and retain broader, previously established administrative privileges. This vulnerability is classified under CWE-636: Not Failing Securely ('Failing Open').\n\n## TL;DR\nAn authorization bypass in OpenClaw allows authenticated operators to retain elevated privileges during device re-pairing by submitting an empty scope array, skipping containment guards.\n\n## Technical Details\n\n- **CWE ID**: CWE-636\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 5.4 (Medium)\n- **CVSS v4.0 Score**: 2.3 (Low)\n- **EPSS Score**: 0.00164 (0.164% probability)\n- **Exploit Status**: None (No public PoC)\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- OpenClaw (Node.js environments)\n- **OpenClaw**: &amp;lt; 2026.4.25 (Fixed in: `2026.4.25`)\n\n## Mitigation\n\n- Upgrade OpenClaw to version 2026.4.25 or newer.\n- Deploy Web Application Firewall (WAF) or API gateway rules to filter and block empty or missing 'scopes' parameters in re-pairing requests.\n- Implement strict schema validation using libraries like Joi or Zod at the API routing layer to validate array sizes.\n\n**Remediation Steps:**\n1. Identify all running instances of OpenClaw within the environment.\n2. Verify current active versions against the affected range (strictly before 2026.4.25).\n3. Pull the official 2026.4.25 release or newer from the vendor repository.\n4. Apply the patch and restart the Node.js application process.\n5. Review authorization logs for any historical pairing requests containing empty scope payloads to identify potential exploitation attempts.\n\n## References\n\n- [GitHub Security Advisory GHSA-8mg9-j9cf-54cj](https://github.com/openclaw/openclaw/security/advisories/GHSA-8mg9-j9cf-54cj)\n- [VulnCheck Intelligence Advisory](https://www.vulncheck.com/advisories/openclaw-scope-bypass-via-empty-scope-device-re-pairing)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53852)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53852) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T04:41:13.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/dc1be1d3-1a6c-4b17-be75-d799864ff9cf/export"/>
    <published>2026-06-19T04:41:13+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/8141478e-edef-47a1-8384-7807f1246833/export</id>
    <title>8141478e-edef-47a1-8384-7807f1246833</title>
    <updated>2026-06-22T08:04:51.972407+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "8141478e-edef-47a1-8384-7807f1246833", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53852", "type": "seen", "source": "https://gist.github.com/alon710/21958fb84fc5c64da7368e4899e2b6cf", "content": "# CVE-2026-53852: CVE-2026-53852: Scope Containment Bypass in OpenClaw Device Re-pairing\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53852\n\n## Summary\nOpenClaw versions prior to 2026.4.25 are subject to a scope containment bypass vulnerability in the device re-pairing component. When processing re-pairing requests, the application backend fails securely, allowing authenticated operators to bypass authorization containment policies. By submitting a re-pairing payload with an empty or omitted scope array, an operator can skip containment checks and retain broader, previously established administrative privileges. This vulnerability is classified under CWE-636: Not Failing Securely ('Failing Open').\n\n## TL;DR\nAn authorization bypass in OpenClaw allows authenticated operators to retain elevated privileges during device re-pairing by submitting an empty scope array, skipping containment guards.\n\n## Technical Details\n\n- **CWE ID**: CWE-636\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 5.4 (Medium)\n- **CVSS v4.0 Score**: 2.3 (Low)\n- **EPSS Score**: 0.00164 (0.164% probability)\n- **Exploit Status**: None (No public PoC)\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- OpenClaw (Node.js environments)\n- **OpenClaw**: &amp;lt; 2026.4.25 (Fixed in: `2026.4.25`)\n\n## Mitigation\n\n- Upgrade OpenClaw to version 2026.4.25 or newer.\n- Deploy Web Application Firewall (WAF) or API gateway rules to filter and block empty or missing 'scopes' parameters in re-pairing requests.\n- Implement strict schema validation using libraries like Joi or Zod at the API routing layer to validate array sizes.\n\n**Remediation Steps:**\n1. Identify all running instances of OpenClaw within the environment.\n2. Verify current active versions against the affected range (strictly before 2026.4.25).\n3. Pull the official 2026.4.25 release or newer from the vendor repository.\n4. Apply the patch and restart the Node.js application process.\n5. Review authorization logs for any historical pairing requests containing empty scope payloads to identify potential exploitation attempts.\n\n## References\n\n- [GitHub Security Advisory GHSA-8mg9-j9cf-54cj](https://github.com/openclaw/openclaw/security/advisories/GHSA-8mg9-j9cf-54cj)\n- [VulnCheck Intelligence Advisory](https://www.vulncheck.com/advisories/openclaw-scope-bypass-via-empty-scope-device-re-pairing)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53852)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53852) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T05:02:08.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/8141478e-edef-47a1-8384-7807f1246833/export"/>
    <published>2026-06-19T05:02:08+00:00</published>
  </entry>
</feed>
