<?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, 27 Jun 2026 00:39:24 +0000</lastBuildDate>
    <item>
      <title>c07f9efb-db15-4472-bf4d-0ae669b92f79</title>
      <link>https://vulnerability.circl.lu/sighting/c07f9efb-db15-4472-bf4d-0ae669b92f79/export</link>
      <description>{"uuid": "c07f9efb-db15-4472-bf4d-0ae669b92f79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53844", "type": "seen", "source": "https://gist.github.com/alon710/0d5ae642ba19f62c45be74e869a28ce0", "content": "# CVE-2026-53844: CVE-2026-53844: Missing Session Visibility Authorization Bypass in OpenClaw Shared Memory Search\n\n&amp;gt; **CVSS Score:** 6.5\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53844\n\n## Summary\nA missing authorization vulnerability (CWE-862) exists within the shared memory search interface (memory-wiki) of OpenClaw prior to version 2026.4.29. The application fails to apply visibility controls to search queries targeting `/api/memory-wiki/search`. Consequently, an authenticated attacker with low-level privileges can query the global index and exfiltrate sensitive memory entries belonging to other active or historical sessions without authorization.\n\n## TL;DR\nOpenClaw versions before 2026.4.29 fail to enforce authorization checks (SessionVisibilityGuard) on its shared memory search API endpoint. This omission allows any low-privileged authenticated user to query and retrieve private memory and configuration logs from other active or historic sessions.\n\n## Technical Details\n\n- **CWE ID**: CWE-862: Missing Authorization\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 6.5 (Medium)\n- **CVSS v4.0 Score**: 6.0 (Medium)\n- **EPSS Score**: 0.0021\n- **Impact**: High Confidentiality Loss\n- **Exploit Status**: No public proof-of-concept exists\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- OpenClaw instances running versions &amp;lt; 2026.4.29\n- **OpenClaw**: &amp;lt; 2026.4.29 (Fixed in: `2026.4.29`)\n\n## Mitigation\n\n- Upgrade OpenClaw deployment to version 2026.4.29 or newer.\n- Restrict network access to the API endpoints using external authorization proxies or API gateways.\n- Deploy Web Application Firewall rules to block wildcard query strings on the shared search path.\n\n**Remediation Steps:**\n1. Identify all OpenClaw instances running versions older than 2026.4.29.\n2. Pull the updated software version via the official registry or package manager.\n3. Verify that routes/memoryWiki.js incorporates the SessionVisibilityGuard middleware.\n4. Restart the OpenClaw service and perform validation tests using a low-privileged account to confirm that search results are restricted to the local session.\n\n## References\n\n- [OpenClaw Security Advisory (GHSA-72fw-cqh5-f324)](https://github.com/openclaw/openclaw/security/advisories/GHSA-72fw-cqh5-f324)\n- [VulnCheck Advisory for OpenClaw](https://www.vulncheck.com/advisories/openclaw-session-visibility-check-bypass-in-shared-memory-search)\n- [CVE.org CVE-2026-53844 Record](https://www.cve.org/CVERecord?id=CVE-2026-53844)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53844) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T09:11:18.000000Z"}</description>
      <content:encoded>{"uuid": "c07f9efb-db15-4472-bf4d-0ae669b92f79", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53844", "type": "seen", "source": "https://gist.github.com/alon710/0d5ae642ba19f62c45be74e869a28ce0", "content": "# CVE-2026-53844: CVE-2026-53844: Missing Session Visibility Authorization Bypass in OpenClaw Shared Memory Search\n\n&amp;gt; **CVSS Score:** 6.5\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53844\n\n## Summary\nA missing authorization vulnerability (CWE-862) exists within the shared memory search interface (memory-wiki) of OpenClaw prior to version 2026.4.29. The application fails to apply visibility controls to search queries targeting `/api/memory-wiki/search`. Consequently, an authenticated attacker with low-level privileges can query the global index and exfiltrate sensitive memory entries belonging to other active or historical sessions without authorization.\n\n## TL;DR\nOpenClaw versions before 2026.4.29 fail to enforce authorization checks (SessionVisibilityGuard) on its shared memory search API endpoint. This omission allows any low-privileged authenticated user to query and retrieve private memory and configuration logs from other active or historic sessions.\n\n## Technical Details\n\n- **CWE ID**: CWE-862: Missing Authorization\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 6.5 (Medium)\n- **CVSS v4.0 Score**: 6.0 (Medium)\n- **EPSS Score**: 0.0021\n- **Impact**: High Confidentiality Loss\n- **Exploit Status**: No public proof-of-concept exists\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- OpenClaw instances running versions &amp;lt; 2026.4.29\n- **OpenClaw**: &amp;lt; 2026.4.29 (Fixed in: `2026.4.29`)\n\n## Mitigation\n\n- Upgrade OpenClaw deployment to version 2026.4.29 or newer.\n- Restrict network access to the API endpoints using external authorization proxies or API gateways.\n- Deploy Web Application Firewall rules to block wildcard query strings on the shared search path.\n\n**Remediation Steps:**\n1. Identify all OpenClaw instances running versions older than 2026.4.29.\n2. Pull the updated software version via the official registry or package manager.\n3. Verify that routes/memoryWiki.js incorporates the SessionVisibilityGuard middleware.\n4. Restart the OpenClaw service and perform validation tests using a low-privileged account to confirm that search results are restricted to the local session.\n\n## References\n\n- [OpenClaw Security Advisory (GHSA-72fw-cqh5-f324)](https://github.com/openclaw/openclaw/security/advisories/GHSA-72fw-cqh5-f324)\n- [VulnCheck Advisory for OpenClaw](https://www.vulncheck.com/advisories/openclaw-session-visibility-check-bypass-in-shared-memory-search)\n- [CVE.org CVE-2026-53844 Record](https://www.cve.org/CVERecord?id=CVE-2026-53844)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53844) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T09:11:18.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c07f9efb-db15-4472-bf4d-0ae669b92f79/export</guid>
      <pubDate>Fri, 19 Jun 2026 09:11:18 +0000</pubDate>
    </item>
    <item>
      <title>8c8601ef-f56b-494c-b16a-4666bb5d72db</title>
      <link>https://vulnerability.circl.lu/sighting/8c8601ef-f56b-494c-b16a-4666bb5d72db/export</link>
      <description>{"uuid": "8c8601ef-f56b-494c-b16a-4666bb5d72db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53844", "type": "seen", "source": "https://gist.github.com/alon710/e9f4de9ef468ec9331512207326f51c3", "content": "# CVE-2026-53844: CVE-2026-53844: Missing Session Visibility Authorization Bypass in OpenClaw Shared Memory Search\n\n&amp;gt; **CVSS Score:** 6.5\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53844\n\n## Summary\nA missing authorization vulnerability (CWE-862) exists within the shared memory search interface (memory-wiki) of OpenClaw prior to version 2026.4.29. The application fails to apply visibility controls to search queries targeting `/api/memory-wiki/search`. Consequently, an authenticated attacker with low-level privileges can query the global index and exfiltrate sensitive memory entries belonging to other active or historical sessions without authorization.\n\n## TL;DR\nOpenClaw versions before 2026.4.29 fail to enforce authorization checks (SessionVisibilityGuard) on its shared memory search API endpoint. This omission allows any low-privileged authenticated user to query and retrieve private memory and configuration logs from other active or historic sessions.\n\n## Technical Details\n\n- **CWE ID**: CWE-862: Missing Authorization\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 6.5 (Medium)\n- **CVSS v4.0 Score**: 6.0 (Medium)\n- **EPSS Score**: 0.0021\n- **Impact**: High Confidentiality Loss\n- **Exploit Status**: No public proof-of-concept exists\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- OpenClaw instances running versions &amp;lt; 2026.4.29\n- **OpenClaw**: &amp;lt; 2026.4.29 (Fixed in: `2026.4.29`)\n\n## Mitigation\n\n- Upgrade OpenClaw deployment to version 2026.4.29 or newer.\n- Restrict network access to the API endpoints using external authorization proxies or API gateways.\n- Deploy Web Application Firewall rules to block wildcard query strings on the shared search path.\n\n**Remediation Steps:**\n1. Identify all OpenClaw instances running versions older than 2026.4.29.\n2. Pull the updated software version via the official registry or package manager.\n3. Verify that routes/memoryWiki.js incorporates the SessionVisibilityGuard middleware.\n4. Restart the OpenClaw service and perform validation tests using a low-privileged account to confirm that search results are restricted to the local session.\n\n## References\n\n- [OpenClaw Security Advisory (GHSA-72fw-cqh5-f324)](https://github.com/openclaw/openclaw/security/advisories/GHSA-72fw-cqh5-f324)\n- [VulnCheck Advisory for OpenClaw](https://www.vulncheck.com/advisories/openclaw-session-visibility-check-bypass-in-shared-memory-search)\n- [CVE.org CVE-2026-53844 Record](https://www.cve.org/CVERecord?id=CVE-2026-53844)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53844) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T09:22:12.000000Z"}</description>
      <content:encoded>{"uuid": "8c8601ef-f56b-494c-b16a-4666bb5d72db", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53844", "type": "seen", "source": "https://gist.github.com/alon710/e9f4de9ef468ec9331512207326f51c3", "content": "# CVE-2026-53844: CVE-2026-53844: Missing Session Visibility Authorization Bypass in OpenClaw Shared Memory Search\n\n&amp;gt; **CVSS Score:** 6.5\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53844\n\n## Summary\nA missing authorization vulnerability (CWE-862) exists within the shared memory search interface (memory-wiki) of OpenClaw prior to version 2026.4.29. The application fails to apply visibility controls to search queries targeting `/api/memory-wiki/search`. Consequently, an authenticated attacker with low-level privileges can query the global index and exfiltrate sensitive memory entries belonging to other active or historical sessions without authorization.\n\n## TL;DR\nOpenClaw versions before 2026.4.29 fail to enforce authorization checks (SessionVisibilityGuard) on its shared memory search API endpoint. This omission allows any low-privileged authenticated user to query and retrieve private memory and configuration logs from other active or historic sessions.\n\n## Technical Details\n\n- **CWE ID**: CWE-862: Missing Authorization\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 6.5 (Medium)\n- **CVSS v4.0 Score**: 6.0 (Medium)\n- **EPSS Score**: 0.0021\n- **Impact**: High Confidentiality Loss\n- **Exploit Status**: No public proof-of-concept exists\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- OpenClaw instances running versions &amp;lt; 2026.4.29\n- **OpenClaw**: &amp;lt; 2026.4.29 (Fixed in: `2026.4.29`)\n\n## Mitigation\n\n- Upgrade OpenClaw deployment to version 2026.4.29 or newer.\n- Restrict network access to the API endpoints using external authorization proxies or API gateways.\n- Deploy Web Application Firewall rules to block wildcard query strings on the shared search path.\n\n**Remediation Steps:**\n1. Identify all OpenClaw instances running versions older than 2026.4.29.\n2. Pull the updated software version via the official registry or package manager.\n3. Verify that routes/memoryWiki.js incorporates the SessionVisibilityGuard middleware.\n4. Restart the OpenClaw service and perform validation tests using a low-privileged account to confirm that search results are restricted to the local session.\n\n## References\n\n- [OpenClaw Security Advisory (GHSA-72fw-cqh5-f324)](https://github.com/openclaw/openclaw/security/advisories/GHSA-72fw-cqh5-f324)\n- [VulnCheck Advisory for OpenClaw](https://www.vulncheck.com/advisories/openclaw-session-visibility-check-bypass-in-shared-memory-search)\n- [CVE.org CVE-2026-53844 Record](https://www.cve.org/CVERecord?id=CVE-2026-53844)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53844) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T09:22:12.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/8c8601ef-f56b-494c-b16a-4666bb5d72db/export</guid>
      <pubDate>Fri, 19 Jun 2026 09:22:12 +0000</pubDate>
    </item>
  </channel>
</rss>
