Latest CVE

Latest Vulnerabilities

  • CVE-2026-94001 - Keycloak-services: keycloak-services: admin credential delete bypasses denied reset-password permission

    CVE ID :CVE-2026-94001
    Published : Sept. 19, 2026, 2:11 p.m. | 55 minutes ago
    Description :A flaw was found in the Admin REST API of Keycloak, an open-source identity and access management solution. The endpoint used for deleting user credentials does not correctly check for fine-grained reset-password permissions. This allows a delegated administrator, who should be restricted from resetting passwords, to delete a user's password credentials, resulting in the user being unable to log in.
    Severity: 6.5 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-94000 - Keycloak-services: keycloak-services: delegated admin with manage-users can escalate to realm-admin via group membership

    CVE ID :CVE-2026-94000
    Published : Sept. 19, 2026, 2:09 p.m. | 57 minutes ago
    Description :A flaw was found in the Admin REST API of Keycloak, an open-source identity and access management solution. The issue occurs in the group-membership endpoints where the system fails to check if a group grants administrative privileges before allowing a user to be added. This allows a delegated administrator with limited permissions to add themselves to a high-privilege group, potentially gaining full control over the entire realm.
    Severity: 6.6 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93999 - Keycloak-services: keycloak-services: token refresh continues issuing tokens for disabled audience clients

    CVE ID :CVE-2026-93999
    Published : Sept. 19, 2026, 2:09 p.m. | 57 minutes ago
    Description :A flaw was found in the OIDC protocol implementation of Keycloak, an open-source identity and access management solution. The issue occurs during the token refresh process when the server restores requested audiences from stored client IDs. Keycloak fails to verify if the target audience client is still enabled before issuing a new access token. This allows an application with an existing refresh token to continue obtaining valid access tokens for a disabled client, potentially bypassing administrative access controls for resource servers that rely on offline JWT validation.
    Severity: 4.2 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93987 - rclone serve docker Path Traversal via Volume Name

    CVE ID :CVE-2026-93987
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :rclone versions 1.56.0 through 1.75.0 contain a path traversal vulnerability in the `rclone serve docker` volume plugin. newVolume() in cmd/serve/docker/volume.go computes a volume's mountpoint as filepath.Join(drv.root, name) from the attacker-supplied `name` field of a Docker VolumeDriver.Create request without verifying that the result stays within drv.root (default /var/lib/docker-volumes/rclone), and checkMountpoint() then creates that directory with file.MkdirAll before mounting. A volume name containing enough `..` components (e.g. "../../../../../../etc") therefore resolves outside the base directory, allowing anyone able to submit a VolumeDriver.Create request to the plugin socket — normally the Docker daemon, or a workload that can request named volumes in a multi-tenant orchestration setup — to make the privileged rclone plugin process create a directory and mount a remote filesystem specified in the same request at an arbitrary host path, shadowing or disrupting system directories. The advisory notes Volume.restoreState() had the same missing validation when reloading persisted volume state. Fixed in 1.75.1.
    Severity: 4.6 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93986 - rclone before 1.75.1 Path Traversal via Directory Listing Names

    CVE ID :CVE-2026-93986
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :rclone before 1.75.1 fails to confine names from server and third-party listing responses to the listed directory, allowing path traversal sequences in object names. Attackers can craft special names containing forward slashes and parent directory references to potentially write outside the destination root, though downstream protections in the local backend currently block actual file escape.
    Severity: 3.1 | LOW
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93985 - OpenPanel js-runtime JavaScript Template Sandbox Escape RCE

    CVE ID :CVE-2026-93985
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :OpenPanel js-runtime through commit bad75bdd contains a sandbox escape vulnerability in the JavaScript webhook template validator that fails to block computed member access to constructor chains. Attackers with project write access can create webhook templates using computed property notation to access Function constructor and execute arbitrary code in the worker process.
    Severity: 9.9 | CRITICAL
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93984 - OpenPanel API Authentication Bypass via Unverified Client Secret

    CVE ID :CVE-2026-93984
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :OpenPanel tracking API through commit bad75bddc74d12d36cfb843f4531d3b830a8d994 fails to verify client secret cryptographic hash before authorizing revenue events and bot filtering. Attackers with only a public client ID can supply arbitrary dummy secrets to inject forged revenue metrics and bypass bot detection filters.
    Severity: 6.9 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93983 - OpenPanel SQL Injection via ClickHouse Property Key Filter

    CVE ID :CVE-2026-93983
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :OpenPanel through commit bad75bdd fails to escape property keys in ClickHouse SQL queries, allowing authenticated users to inject boolean SQL terms. Attackers can supply crafted filter names to bypass project isolation and access metrics from other projects.
    Severity: 5.3 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93982 - OpenPanel MCP Authentication Token in Query Parameter Logged Plaintext

    CVE ID :CVE-2026-93982
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :OpenPanel through commit bad75bdd writes Model Context Protocol authentication tokens from URL query parameters to plaintext application logs without redaction. Attackers with access to application stdout or centralized logging systems can capture base64-encoded credentials to replay MCP requests and access project analytics.
    Severity: 4.8 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
  • CVE-2026-93981 - hono/jsx before 4.13.7 Cross-Site Scripting via Unescaped Strings

    CVE ID :CVE-2026-93981
    Published : Sept. 19, 2026, 12:16 p.m. | 2 hours, 50 minutes ago
    Description :hono before 4.13.7 fails to HTML-escape plain strings rendered by hono/jsx as a child or fallback of Suspense, as a string child of ErrorBoundary alongside an asynchronous sibling, as the single child of a Context.Provider, or as the root value passed to renderToString() or renderToReadableStream() from hono/jsx/dom/server. These paths stringify their input and treat the result as already-escaped markup, so an attacker who controls such a string during server-side rendering can inject arbitrary HTML and execute script under the application's origin.
    Severity: 4.7 | MEDIUM
    Visit the link for more details, such as CVSS details, affected products, timeline, and more...
| Date published: Sat, 19 Sep 2026 14:11:53 +0000
Back to newsfeed list