Skip to main content

Verified Advisories

Concise advisories for CRITICAL/HIGH vulnerabilities – affected and fixed versions confirmed against the vendor's own advisory before publishing. 141 total.

CVE-2026-62202 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Privilege escalation in OpenClaw cron jobs (CVE-2026-62202)

OpenClaw contains a privilege escalation vulnerability in isolated cron jobs whereby a lower-trust caller or misconfigured input path can execute or persist actions beyond the caller's intended authorization. The vuln...

Fixed in 2026.6.9

Privilege Escalation Authentication Bypass Openclaw
CVE-2026-62203 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Environment variable injection in OpenClaw host exec (CVE-2026-62203)

OpenClaw contains an environment variable filtering vulnerability in host exec that fails to properly sanitize rustup startup variables. A lower-trust caller or configured input path can exploit this to execute or per...

Fixed in 2026.6.6

Information Disclosure Openclaw
CVE-2026-62207 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Authentication bypass in OpenClaw (CVE-2026-62207)

CVE-2026-62207 is an authentication bypass vulnerability in OpenClaw that allows lower-trust, identity-bearing HTTP callers to reach admin-scoped tools without sufficient authorization or policy checks on configured i...

Fixed in 2026.6.5

Authentication Bypass Openclaw
CVE-2026-62209 HIGH CVSS 7.6 Verified Advisory Jul 17, 2026

Authorization bypass in OpenClaw ClickClack agent-mode dispatch (CVE-2026-62209)

CVE-2026-62209 affects OpenClaw's ClickClack agent-mode dispatch feature, which contains an authorization bypass that could ignore the toolsAllow policy check. When the affected feature is enabled and reachable, a low...

Fixed in 2026.6.5

Authentication Bypass Openclaw
CVE-2026-62217 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Authorization bypass in OpenClaw QQBot exec approvals (CVE-2026-62217)

CVE-2026-62217 is an authorization flaw in OpenClaw's QQBot exec approvals feature. When the feature is enabled and reachable, a lower-trust caller or configured input path can execute or persist actions beyond their ...

Fixed in 2026.5.27

Authentication Bypass Openclaw
CVE-2026-62222 HIGH CVSS 7.1 Verified Advisory Jul 17, 2026

Privilege escalation in OpenClaw via untrusted workspace plugin loading (CVE-2026-62222)

CVE-2026-62222 is a vulnerability in OpenClaw's setup-mode discovery feature that allows untrusted workspace plugins to be loaded. A lower-trust caller or an attacker with control over configured input paths can execu...

Fixed in 2026.5.22

Information Disclosure Openclaw
CVE-2026-62218 HIGH CVSS 8.7 Verified Advisory Jul 17, 2026

Authorization bypass in OpenClaw's device (CVE-2026-62218)

CVE-2026-62218 is an authorization bypass vulnerability in OpenClaw's device.pair.approve feature. Lower-trust callers can reach the affected feature through configured input paths and perform actions that should requ...

Fixed in 2026.5.27

Authentication Bypass Openclaw
CVE-2026-62223 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Authorization bypass in the device-pair approval feature of OpenClaw (CVE-2026-62223)

CVE-2026-62223 is an authorization bypass vulnerability in the device-pair approval feature of OpenClaw that allows a lower-trust caller or configured input path to execute or persist actions beyond the caller's inten...

Fixed in 2026.5.18

Authentication Bypass Openclaw
CVE-2026-62229 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Authorization bypass in OpenClaw exec allowlist glob matching (CVE-2026-62229)

OpenClaw contains an authorization bypass vulnerability in its exec allowlist glob matching logic. A lower-trust caller can craft input paths that traverse allowlist glob patterns to execute or persist actions beyond ...

Fixed in 2026.5.18

Path Traversal Openclaw
CVE-2026-62228 HIGH CVSS 7.7 Verified Advisory Jul 17, 2026

Authorization bypass in OpenClaw node exec approvals (CVE-2026-62228)

CVE-2026-62228 is an authorization bypass vulnerability (CWE-863, CVSS 8.8 High) in OpenClaw's node exec approvals feature. A lower-trust caller or configured input path can execute or persist actions beyond the calle...

Fixed in 2026.6.5

Authentication Bypass Openclaw
CVE-2026-62230 HIGH CVSS 8.7 Verified Advisory Jul 17, 2026

Case-sensitive extension filtering bypass in Grav CMS (CVE-2026-62230)

Grav's default .htaccess and reference webserver-configs/htaccess.txt contain rules blocking HTTP access to sensitive file types (.yaml, .yml, .php, .json, .twig, etc.) that lack the [NC] (No Case) flag, rendering ext...

Fixed in 2.0.4

Apple Microsoft Information Disclosure Docker
CVE-2026-62231 HIGH CVSS 8.6 Verified Advisory Jul 17, 2026

Authorization bypass in Grav API plugin (CVE-2026-62231)

The Grav API plugin (getgrav/grav-plugin-api) contains an authorization bypass in which API keys created with a restricted scopes array are never enforced by the ApiKeyAuthenticator class. The authenticator loads and ...

Fixed in 1.0.6

Authentication Bypass Grav
CVE-2026-62233 HIGH CVSS 8.7 Verified Advisory Jul 17, 2026

Privilege escalation in Grav Plugin API (CVE-2026-62233)

grav-plugin-api fails to validate super-admin status in the createApiKey, generate2fa, and disable2fa endpoints, representing an incomplete fix of GHSA-p97c-g455-q447. A non-super api.users.write manager can exploit t...

Fixed in 1.0.6

Authentication Bypass Grav
CVE-2026-62234 HIGH CVSS 8.4 Verified Advisory Jul 17, 2026

Server-Side Request Forgery in Grav CMS (CVE-2026-62234)

Grav before version 2.0.4 fails to restrict cURL protocols when dispatching webhooks, allowing authenticated users with the api.webhooks.write permission to create webhooks using file://, dict://, or gopher:// scheme ...

Fixed in 2.0.4

SSRF Grav
CVE-2026-62238 HIGH CVSS 7.2 Verified Advisory Jul 17, 2026

SQL injection in OpenRemote datapoint export (CVE-2026-62238)

OpenRemote contains an authenticated SQL injection vulnerability in the datapoint crosstab export endpoint, which constructs PostgreSQL queries by concatenating asset display names into raw SQL without adequate escapi...

Fixed in 1.26.0

SQLi PostgreSQL Openremote
CVE-2026-62386 HIGH CVSS 8.2 Verified Advisory Jul 17, 2026

JWT token exposure in URL parameters in Grav API plugin (CVE-2026-62386)

The Grav API plugin (getgrav/grav-plugin-api) accepts JWT access tokens via the `?token=` URL query parameter across all API routes, causing tokens to be recorded verbatim in web server access logs, leaked through the...

Fixed in 1.0.0-rc.16

Information Disclosure Grav
CVE-2026-62387 HIGH CVSS 7.1 Verified Advisory Jul 17, 2026

Overly permissive CORS in Grav API plugin (CVE-2026-62387)

The Grav API plugin (getgrav/grav-plugin-api) shipped Access-Control-Allow-Origin: * as its default CORS configuration on all API responses, including authenticated endpoints and OPTIONS preflight responses. An attack...

Fixed in 1.0.0-rc.16

Information Disclosure Cors Misconfiguration Grav
CVE-2026-39359 HIGH CVSS 7.5 Verified Advisory Jul 17, 2026

Path traversal in Wazuh Manager agent enrollment (CVE-2026-39359)

CVE-2026-39359 is an unauthenticated path traversal vulnerability in the Wazuh Manager's enrollment daemon (authd) and synchronization daemon (remoted). A logic flaw allows agents to supply a group name containing ".....

Fixed in 4.10.4; 4.14.5

Wazuh Path Traversal
CVE-2026-34150 HIGH CVSS 7.5 Verified Advisory Jul 17, 2026

Heap buffer overflow in Wazuh manager rootcheck parsing (CVE-2026-34150)

CVE-2026-34150 is a heap buffer overflow in wazuh-analysisd affecting the Wazuh manager's rootcheck event parsing function W_JSON_ParseRootcheck, where a 30-byte heap buffer is written to without bounds checking via s...

Fixed in >= 4.14.5

Wazuh Heap Overflow Buffer Overflow Docker
CVE-2026-44435 HIGH CVSS 7.5 Verified Advisory Jul 16, 2026

Denial-of-service in Quicly QUIC protocol implementation (CVE-2026-44435)

Quicly, an IETF QUIC protocol implementation for use within the H2O HTTP server, contains a denial-of-service vulnerability in which an assertion failure is raised when the total number of valid handshake messages rec...

Fixed in commit 8b178e6 and above

Denial Of Service Quicly
Prev Page 6 of 8 Next

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy