<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – JWT Security</title>
  <link>https://cvedaily.com/pages/tags/jwt.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/jwt.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – JWT Security</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:35 +0000</lastBuildDate>
  <item>
    <title>[Critical] CVE-2026-40965 – Cloud Foundry UAA versions v76.12.0 through v78.12.0 are vulnerable to a private...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40965</guid>
    <pubDate>Mon, 01 Jun 2026 22:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40965</strong></p>
  <p>Cloud Foundry UAA versions v76.12.0 through v78.12.0 are vulnerable to a private key exposure. The server contains a vulnerability where EC (Elliptic Curve) private keys are inadvertently exposed through the public /token_keys endpoint. This endpoint is designed to provide public key material for JWT token verification but incorrectly exposes private key components for EC keys. The vulnerability…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40964 – Authentication Bypass in cf-auth-proxy in Cloud Foundry Foundation all installat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40964</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40964</guid>
    <pubDate>Mon, 01 Jun 2026 22:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40964</strong></p>
  <p>Authentication Bypass in cf-auth-proxy in Cloud Foundry Foundation all installations allows an unauthenticated remote attacker to gain read access to every log and metric for every application and platform component via minting a JWT that the cf-auth-proxy accepts as a valid logs.admin token.  Affected versions: - log-cache_release: all versions through v3.2.6 (inclusive); fixed in v3.2.7 or late…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40964">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-49298 – A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49298</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49298</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49298</strong></p>
  <p>A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker pods to authenticate against the Execution API to be passed to the worker container as command-line arguments visible in the pod spec. An authenticated UI/API user with Kubernetes read-only access to the cluster (e.g. `pods/get` in the Airflow namespace) could harvest the JWT from `kubectl describe pod` output and then…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49298">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48726 – A bug in Apache Airflow's auth manager logout handling left previously-issued JW...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48726</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48726</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48726</strong></p>
  <p>A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: the logout flow for `FabAuthManager` and `KeycloakAuthManager` did not actually reach the underlying `revoke_token()` call, so the JWT remained accepted by the API server until its natural expiry. An attacker holding a previously-issued JWT for a logged-out user…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48726">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-45426 – Exploitation requires the attacker to already be an authenticated Airflow worker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45426</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-45426</strong></p>
  <p>Exploitation requires the attacker to already be an authenticated Airflow worker holding a valid Log-server JWT issued for at least one Dag. Apache Airflow's Log server authorized JWT tokens against Dag IDs by applying Python's `str.lstrip()` to the requested path segment when verifying the JWT's `sub` claim. `str.lstrip()` strips any of a *set* of characters from the left (not a prefix), so a JW…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41017 – Apache Airflow's `JWTRefreshMiddleware` set the JWT auth cookie without the `Sec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41017</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41017</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41017</strong></p>
  <p>Apache Airflow's `JWTRefreshMiddleware` set the JWT auth cookie without the `Secure` flag, so deployments running the Airflow API server behind an HTTPS-terminating reverse proxy (e.g. nginx / Envoy / a managed load balancer that terminates TLS and forwards plaintext to the API server, the default cloud-native topology) would have the user's session JWT replayed over any cleartext HTTP request to…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-614</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41017">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9831 – A race condition in the shared Extreme Platform
ONE IAM Gateway API-key authenti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9831</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9831</guid>
    <pubDate>Fri, 29 May 2026 22:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9831</strong></p>
  <p>A race condition in the shared Extreme Platform ONE IAM Gateway API-key authentication path could, under specific high-concurrency traffic conditions, intermittently allow requests authenticated with an Extreme Platform ONE /IAM-issued API key to receive response data for another tenant. The issue was observed through ExtremeCloud IQ/XIQ API endpoints and validated against both XIQ/XAPI and Extre…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9831">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45627 – Arcane is an interface for managing Docker containers, images, networks, and vol...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45627</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45627</guid>
    <pubDate>Fri, 29 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45627</strong></p>
  <p>Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.0, the unauthenticated GET /api/app-images/logo endpoint reflects a user-supplied color query parameter into the body of an SVG document via strings.ReplaceAll with no escaping. The substitution lands inside a <style> element of the embedded logo.svg, allowing an attacker to close the style block a…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45627">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44883 – Portainer Community Edition is a lightweight service delivery platform for conta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44883</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44883</guid>
    <pubDate>Thu, 28 May 2026 22:16:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44883</strong></p>
  <p>Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. From 2.33.0 to before 2.33.8, 2.39.2, and 2.41.0, Portainer's authentication middleware accepts JWT bearer tokens passed as the ?token=<JWT> URL query parameter on any authenticated API endpoint, in addition to the standar…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-598</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44883">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45040 – RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45040</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45040</guid>
    <pubDate>Thu, 28 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45040</strong></p>
  <p>RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, RustFS suffers from sensitive information leakage in log outputs. When the server is run with RUST_LOG=debug sensitive credentials including SessionToken (JWT), SecretAccessKey, and full JWT claims are printed in plaintext to the server logs. This vulnerability is fixed in 1.0.0-beta.2.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45040">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45021 – Kuma is a modern Envoy-based service mesh that can run on every cloud across bot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45021</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45021</guid>
    <pubDate>Thu, 28 May 2026 18:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45021</strong></p>
  <p>Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs. Prior to 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5, the default kuma-cp config leaks the admin bootstrap token and signing keys to any webpage the operator visits while the control plane is reachable from their browser. CorsAllowedDomains: [".*"] reflects any Origin, and LocalhostIsAdmin: true…</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45021">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-9097 – Casdoor versions 2.362.0 and earlier do not verify that a JWT used for token exc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9097</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9097</guid>
    <pubDate>Thu, 28 May 2026 17:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-9097</strong></p>
  <p>Casdoor versions 2.362.0 and earlier do not verify that a JWT used for token exchange is still active. The GetTokenExchangeToken() function in object/token_oauth.go validates the JWT signature and parses its claims, but never queries the Token table to verify whether the subject token has been revoked or invalidated. Because the revocation check is entirely absent, administrators are unable to te…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9097">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-9094 – Casdoor versions 2.362.0 and earlier contain a vulnerability enabling cross-orga...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9094</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9094</guid>
    <pubDate>Thu, 28 May 2026 17:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-9094</strong></p>
  <p>Casdoor versions 2.362.0 and earlier contain a vulnerability enabling cross-organization token exchange. The GetTokenExchangeToken function in object/token_oauth.go validates JWT signatures but does not verify that the token's user belongs to the same organization as the target application. This can result in privilege escalation across organizational boundaries.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9094">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-47673 – Hono is a Web application framework that provides support for any JavaScript run...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47673</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47673</guid>
    <pubDate>Thu, 28 May 2026 17:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-47673</strong></p>
  <p>Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.21, the jwt and jwk middlewares do not verify that the Authorization header value uses theBearer scheme. Any two-part header value — regardless of the scheme name in the first position — proceeds to JWT verification. A request presenting a valid JWT under a non-Bearer scheme identifier (such as Bas…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47673">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-48524 – PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48524</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48524</guid>
    <pubDate>Thu, 28 May 2026 16:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-48524</strong></p>
  <p>PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can trigger unlimited outbound requests. The vulnerability surfaces only when a JWKS fetch fails; an attacker can attempt to…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-460</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48524">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48523 – PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48523</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48523</guid>
    <pubDate>Thu, 28 May 2026 16:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48523</strong></p>
  <p>PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. The token header alg is checked against the caller-supplied algorithms allow-list, but signature verification is performed with the algorithm bound to the PyJWK object instead of the header algorithm.…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48523">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48522 – PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48522</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48522</guid>
    <pubDate>Thu, 28 May 2026 16:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48522</strong></p>
  <p>PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no documented option to restrict which schemes PyJWKClient will fetch. If an application's jku URL ingestio…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-441</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48522">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9704 – A flaw was found in Keycloak. An authenticated user with low privileges can expl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9704</guid>
    <pubDate>Wed, 27 May 2026 14:17:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9704</strong></p>
  <p>A flaw was found in Keycloak. An authenticated user with low privileges can exploit this vulnerability by sending an oversized subject_token JSON Web Token (JWT) to the TokenEndpoint. When the token exceeds a 4000-character limit, it is silently dropped, causing the system to fall back to client credentials. This allows the user to gain the permissions of the client's service account, leading to…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-1284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44985 – Dozzle is a realtime log viewer for docker containers. Prior to 10.5.2, he WebSo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44985</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44985</guid>
    <pubDate>Tue, 26 May 2026 22:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44985</strong></p>
  <p>Dozzle is a realtime log viewer for docker containers. Prior to 10.5.2, he WebSocket upgrader for the /exec and /attach endpoints uses CheckOrigin: func(r *http.Request) bool { return true }, accepting upgrade requests from any origin. Combined with the JWT cookie using SameSite: Lax, this enables Cross-Site WebSocket Hijacking (CSWSH). An attacker hosting a page on a same-site origin (e.g., a si…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44985">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-47202 – Kavita is a cross platform reading server. Prior to 0.9.0.2, an Improper Token v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47202</guid>
    <pubDate>Tue, 26 May 2026 18:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-47202</strong></p>
  <p>Kavita is a cross platform reading server. Prior to 0.9.0.2, an Improper Token validation flaw permits a remote and unauthenticated threat actor to request a JWT for any user including admins given knowledge of their username. This vulnerability is fixed in 0.9.0.2.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41164 – nuts-node is the reference implementation of the Nuts specification. Prior to 6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41164</guid>
    <pubDate>Tue, 26 May 2026 18:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41164</strong></p>
  <p>nuts-node is the reference implementation of the Nuts specification. Prior to 6.2.3 and 5.4.31, the v1 access token introspection endpoint (/auth/v1/introspect_access_token) accepts any JWT signed by a key present on the node, without validating the JWT type, issuer-to-key binding, or required claims. This allows a Verifiable Presentation (VP) JWT to be replayed as an access token and receive an…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27173 – JWT tokens that were used by workers in Kubernetes Executors have been exposed t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27173</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27173</guid>
    <pubDate>Tue, 19 May 2026 20:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27173</strong></p>
  <p>JWT tokens that were used by workers in Kubernetes Executors have been exposed to users who had read only access to Kuberentes Pods. This could allow users with just read-only access to perform actions that were only available to running tasks via Task SDK and potentially allow to modify state of Airflow Database for tasks.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27173">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-47942 – Home Assistant Community Store (HACS) prior to 1.10.0 contains a path traversal ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47942</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47942</guid>
    <pubDate>Sat, 16 May 2026 16:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-47942</strong></p>
  <p>Home Assistant Community Store (HACS) prior to 1.10.0 contains a path traversal vulnerability that allows unauthenticated attackers to read sensitive files by traversing directories via the /hacsfiles/ endpoint. Attackers can retrieve the .storage/auth file containing user credentials and refresh tokens, then craft valid JWT tokens to gain administrative access to Home Assistant instances.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47942">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46359 – phpMyFAQ before 4.1.2 contains a sql injection vulnerability in CurrentUser::set...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46359</guid>
    <pubDate>Fri, 15 May 2026 19:17:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46359</strong></p>
  <p>phpMyFAQ before 4.1.2 contains a sql injection vulnerability in CurrentUser::setTokenData that allows authenticated attackers to execute arbitrary SQL by injecting malicious OAuth token claims. Attackers with Azure AD accounts containing SQL metacharacters in display names or JWT claims can break out of string literals and execute arbitrary database queries.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44699 – LibJWT is a C JSON Web Token Library. From 3.0.0 to 3.3.2, libjwt accepts an RSA...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44699</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44699</guid>
    <pubDate>Fri, 15 May 2026 17:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44699</strong></p>
  <p>LibJWT is a C JSON Web Token Library. From 3.0.0 to 3.3.2, libjwt accepts an RSA JWK that does not contain an alg parameter as the verification key for an HS256/HS384/HS512 token. In the OpenSSL backend, this causes HMAC verification to run with a zero-length key, so an attacker can forge a valid JWT without knowing any secret or RSA private key. This is an algorithm-confusion authentication bypa…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44699">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24899 – Fleet is open source device management software. Prior to version 4.82.0, a vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24899</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24899</guid>
    <pubDate>Thu, 14 May 2026 20:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24899</strong></p>
  <p>Fleet is open source device management software. Prior to version 4.82.0, a vulnerability in Fleet's Windows MDM enrollment flow allows authentication tokens from any Azure AD tenant to be accepted. Because Fleet validates JWT signatures using Microsoft's multi-tenant JWKS endpoint but does not enforce the `aud` (audience) or `iss` (issuer) claims, any Microsoft-signed Azure AD access token conta…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24899">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45371 – SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45371</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45371</guid>
    <pubDate>Thu, 14 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45371</strong></p>
  <p>SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, SiYuan publish-mode Reader can mutate Conf and SQL index via 8 ungated APIs. POST /api/graph/getGraph, POST /api/graph/getLocalGraph, POST /api/sync/setSyncInterval, POST /api/storage/updateRecentDocViewTime, POST /api/storage/updateRecentDocCloseTime, POST /api/storage/updateRecentDocOpenTime, POST /api/storage/batchU…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45371">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44424 – ShellHub is a centralized SSH gateway. Prior to 0.24.2, GET /api/devices/:uid re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44424</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44424</guid>
    <pubDate>Wed, 13 May 2026 22:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44424</strong></p>
  <p>ShellHub is a centralized SSH gateway. Prior to 0.24.2, GET /api/devices/:uid returns the full device object whenever the caller is authenticated, without verifying that the device belongs to the caller's namespace (tenant). Any authenticated user (JWT or API Key) who knows or can guess a device UID can read device metadata from any other namespace. This vulnerability is fixed in 0.24.2.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44424">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44351 – fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.4, a cr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44351</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44351</guid>
    <pubDate>Wed, 13 May 2026 20:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44351</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an empty string (''), for example via the common keys[decoded.header.kid] || '' JWKS-style fallback, f…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44351">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-44459 – Hono is a Web application framework that provides support for any JavaScript run...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44459</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44459</guid>
    <pubDate>Wed, 13 May 2026 16:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-44459</strong></p>
  <p>Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.18, improper validation of the JWT NumericDate claims exp, nbf, and iat in hono/utils/jwt allows tokens with non-spec-compliant claim values to silently bypass time-based checks. This issue is not exploitable by an anonymous attacker; it only manifests when a malformed claim value reaches verify()…</p>
  <p><strong>CVSS:</strong> 3.8 · <strong>CWE:</strong> CWE-1284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44459">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44224 – Wiki.js is an open source wiki app built on Node.js. Prior to 2.5.313, the users...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44224</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44224</guid>
    <pubDate>Tue, 12 May 2026 21:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44224</strong></p>
  <p>Wiki.js is an open source wiki app built on Node.js. Prior to 2.5.313, the users.update GraphQL mutation accepts an arbitrary groups array and applies it directly to the database with no validation of the group IDs supplied. The resolver passes the caller's arguments straight to the model without any ownership check or restriction on which groups can be assigned. A user with manage:users — a perm…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44224">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45393 – A vulnerability chain in Cribl Edge for Windows before 4.17.1 allows a local aut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45393</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45393</guid>
    <pubDate>Tue, 12 May 2026 02:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45393</strong></p>
  <p>A vulnerability chain in Cribl Edge for Windows before 4.17.1 allows a local authenticated user to escalate privileges to NT AUTHORITY\SYSTEM. Incorrect default permissions on the Windows installer's authentication directory (CWE-276) expose a cryptographic secret used for JWT signing and password-hash derivation, enabling forgery of administrative API tokens. The forged token can then be used to…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45393">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42600 – MinIO is a high-performance object storage system. From RELEASE.2022-07-24T01-54...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42600</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42600</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42600</strong></p>
  <p>MinIO is a high-performance object storage system. From RELEASE.2022-07-24T01-54-52Z to before RELEASE.2026-04-14T21-32-45Z, A path traversal vulnerability in MinIO's ReadMultiple internode storage-REST endpoint allows a caller holding the cluster root JWT to read files from outside the configured drive roots, bounded only by the MinIO process UID. The attacker sends POST minio/storage/{drivePath…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42600">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42869 – SOCFortress CoPilot focuses on providing a single pane of glass for all your sec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42869</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42869</guid>
    <pubDate>Mon, 11 May 2026 20:25:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42869</strong></p>
  <p>SOCFortress CoPilot focuses on providing a single pane of glass for all your security operations needs. Prior to 0.1.57, SOCFortress CoPilot ships a hardcoded JWT signing secret as a fallback value in backend/app/auth/utils.py:28 and ships it verbatim in .env.example. Any deployment where JWT_SECRET is not explicitly set — including the default Docker Compose setup — signs all authentication toke…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42869">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42452 – Termix is a web-based server management platform with SSH terminal, tunneling, a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42452</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42452</guid>
    <pubDate>Fri, 08 May 2026 23:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42452</strong></p>
  <p>Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to version 2.1.0, /users/login issues a temporary JWT (temp_token) for TOTP-enabled accounts. That token carries a pendingTOTP state and should only be valid for the second-factor flow. However, the auth middleware accepts this token on regular authenticated endpoints. This effectiv…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-304</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42452">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55449 – AstrBotDevs AstrBot 3.5.15 has Advanced_System_for_Text_Response_and_Bot_Operati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55449</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55449</guid>
    <pubDate>Fri, 08 May 2026 07:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55449</strong></p>
  <p>AstrBotDevs AstrBot 3.5.15 has Advanced_System_for_Text_Response_and_Bot_Operations_Tool as the hardcoded private key used to sign a JWT.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55449">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-46508 – yeti-platform yeti before 2.1.12 allows attackers to generate valid JWT tokens i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-46508</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-46508</guid>
    <pubDate>Fri, 08 May 2026 06:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-46508</strong></p>
  <p>yeti-platform yeti before 2.1.12 allows attackers to generate valid JWT tokens is the secret is not changed (by setting YETI_AUTH_SECRET_KEY to a value other than SECRET).</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-46508">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42239 – Budibase is an open-source low-code platform. Prior to version 3.35.10, the budi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42239</guid>
    <pubDate>Thu, 07 May 2026 20:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42239</strong></p>
  <p>Budibase is an open-source low-code platform. Prior to version 3.35.10, the budibase:auth cookie containing the JWT session token is set with httpOnly: false at packages/backend-core/src/utils/utils.ts:218. JavaScript can read this cookie via document.cookie. This means every XSS becomes a full account takeover — the attacker steals the JWT and has persistent access to the victim's account. The c…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-1004</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35514 – Chartbrew is an open-source web application that can connect directly to databas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35514</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35514</guid>
    <pubDate>Thu, 30 Apr 2026 19:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35514</strong></p>
  <p>Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. In version 4.9.0, the endpoint POST /user/invited does not validate any invite token, authentication header, or session. Any unauthenticated attacker can call this endpoint directly to create a fully active account and receive a valid JWT — even when the instance has exis…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35514">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-7163 – A vulnerability in the assisted-service REST API, an optional Assisted Installer...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7163</guid>
    <pubDate>Thu, 30 Apr 2026 14:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-7163</strong></p>
  <p>A vulnerability in the assisted-service REST API, an optional Assisted Installer (assisted-service) component in the Multicluster Engine (MCE), allows an authenticated user with minimal namespace-scoped privileges to obtain administrative credentials for arbitrary clusters provisioned through the hub.   The credentials download endpoint (GET /v2/clusters/{cluster_id}/credentials, which returns th…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41405 – OpenClaw before 2026.3.31 parses MS Teams webhook request bodies before performi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41405</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41405</guid>
    <pubDate>Tue, 28 Apr 2026 19:37:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41405</strong></p>
  <p>OpenClaw before 2026.3.31 parses MS Teams webhook request bodies before performing JWT validation, allowing unauthenticated attackers to trigger resource exhaustion. Remote attackers can send malicious Teams webhook payloads to exhaust server resources by bypassing authentication checks.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-408</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41405">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-38651 – Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-38651</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-38651</guid>
    <pubDate>Tue, 28 Apr 2026 16:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-38651</strong></p>
  <p>Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network, gaining access to sensitive information</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-38651">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-7018 – A vulnerability was determined in Datavane Datavines up to 13607645e14a4982468cf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7018</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7018</guid>
    <pubDate>Sun, 26 Apr 2026 04:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-7018</strong></p>
  <p>A vulnerability was determined in Datavane Datavines up to 13607645e14a4982468cfdbcf75c85cde63bae71. The affected element is an unknown function of the file datavines-core/src/main/java/io/datavines/core/utils/TokenManager.java of the component JWT Token Handler. Executing a manipulation of the argument tokenSecret can lead to use of hard-coded cryptographic key . The attack can be executed remo…</p>
  <p><strong>CVSS:</strong> 5.6 · <strong>CWE:</strong> CWE-320</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7018">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-6911 – Missing JWT signature verification in AWS Ops Wheel allows unauthenticated attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6911</guid>
    <pubDate>Fri, 24 Apr 2026 17:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-6911</strong></p>
  <p>Missing JWT signature verification in AWS Ops Wheel allows unauthenticated attackers to forge JWT tokens and gain unintended administrative access to the application, including the ability to read, modify, and delete all application data across tenants and manage Cognito user accounts within the deployment's User Pool, via a crafted JWT sent to the API Gateway endpoint.  To remediate this issue,…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6272 – A client holding only a read JWT scope can still register itself as a signal pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6272</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6272</guid>
    <pubDate>Fri, 24 Apr 2026 09:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6272</strong></p>
  <p>A client holding only a read JWT scope can still register itself as a signal provider through the production kuksa.val.v2 OpenProviderStream API by sending ProvideSignalRequest.  1. Obtain any valid token with only read scope. 2. Connect to the normal production gRPC API (kuksa.val.v2). 3. Open OpenProviderStream. 4. Send ProvideSignalRequest for a target signal ID. 5. Wait for the broker to forw…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6272">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5749 – Inadequate access control in the registration process in Fullstep V5, which coul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5749</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5749</guid>
    <pubDate>Wed, 22 Apr 2026 14:17:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5749</strong></p>
  <p>Inadequate access control in the registration process in Fullstep V5, which could allow unauthenticated users to obtain a valid JWT token with which to interact with authenticated API resources. Successful exploitation of this vulnerability could allow an unauthenticated attacker to compromise the confidentiality of the affected resource, provided they have a valid token with which to interact wi…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5749">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-22748 – Vulnerability in Spring Spring Security. When an application configures JWT deco...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22748</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22748</guid>
    <pubDate>Wed, 22 Apr 2026 06:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-22748</strong></p>
  <p>Vulnerability in Spring Spring Security. When an application configures JWT decoding with NimbusJwtDecoder  or NimbusReactiveJwtDecoder, it must configure an OAuth2TokenValidator<Jwt> separately, for example by calling setJwtValidator.This issue affects Spring Security: from 6.3.0 through 6.3.14, from 6.4.0 through 6.4.14, from 6.5.0 through 6.5.9, from 7.0.0 through 7.0.4.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22748">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40945 – Oxia is a metadata store and coordination system. Prior to 0.16.2, when OIDC aut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40945</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40945</guid>
    <pubDate>Tue, 21 Apr 2026 22:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40945</strong></p>
  <p>Oxia is a metadata store and coordination system. Prior to 0.16.2, when OIDC authentication fails, the full bearer token is logged at DEBUG level in plaintext. If debug logging is enabled in production, JWT tokens are exposed in application logs and any connected log aggregation system. This vulnerability is fixed in 0.16.2.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40945">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33031 – Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33031</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33031</guid>
    <pubDate>Mon, 20 Apr 2026 21:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33031</strong></p>
  <p>Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.4, a user who was disabled by an administrator can use previously issued API tokens for up to the token lifetime. In practice, disabling a compromised account does not actually terminate that user’s access, so an attacker who already stole a JWT can continue reading and modifying protected resources after the account…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33031">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33557 – A possible security vulnerability has been identified in Apache Kafka.

By defau...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33557</guid>
    <pubDate>Mon, 20 Apr 2026 14:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33557</strong></p>
  <p>A possible security vulnerability has been identified in Apache Kafka.  By default, the broker property `sasl.oauthbearer.jwt.validator.class` is set to `org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator`. It accepts any JWT token without validating its signature, issuer, or audience. An attacker can generate a JWT token from any issuer with the `preferred_username` set to any user…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31987 – JWT Tokens used by tasks were exposed in logs. This could allow UI users to act ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31987</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31987</guid>
    <pubDate>Thu, 16 Apr 2026 14:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31987</strong></p>
  <p>JWT Tokens used by tasks were exposed in logs. This could allow UI users to act as Dag Authors.  Users are advised to upgrade to Airflow version that contains fix.  Users are recommended to upgrade to version 3.2.0, which fixes this issue.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31987">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-66236 – Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66236</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66236</guid>
    <pubDate>Mon, 13 Apr 2026 15:17:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-66236</strong></p>
  <p>Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the Deployment Manager to take appropriate actions and pay attention to security details and security model of Airflow. Some assumptions the Deployment Manager could make were not clear or explicit enough, even though Airflow's intentions and security model of Airflow did not suggest different assumptions. The overall se…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66236">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35594 – Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35594</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35594</guid>
    <pubDate>Fri, 10 Apr 2026 16:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35594</strong></p>
  <p>Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's link share authentication (GetLinkShareFromClaims in pkg/models/link_sharing.go) constructs authorization objects entirely from JWT claims without any server-side database validation. When a project owner deletes a link share or downgrades its permissions, all previously issued JWTs continue to grant the ori…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35594">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34727 – Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34727</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34727</guid>
    <pubDate>Fri, 10 Apr 2026 16:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34727</strong></p>
  <p>Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the OIDC callback handler issues a full JWT token without checking whether the matched user has TOTP two-factor authentication enabled. When a local user with TOTP enrolled is matched via the OIDC email fallback mechanism, the second factor is completely skipped. This vulnerability is fixed in 2.3.0.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34727">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35063 – OpenPLC_V3 REST API endpoint checks for JWT presence but never verifies the call...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35063</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35063</guid>
    <pubDate>Thu, 09 Apr 2026 20:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35063</strong></p>
  <p>OpenPLC_V3 REST API endpoint checks for JWT presence but never verifies the caller's role. Any authenticated user with role=user can delete any other user, including administrators, by specifying their user ID or they can create new accounts with role=admin, escalating to full administrator access.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35063">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39911 – Hashgraph Guardian through version 3.5.1, fixed in commit 45fbe2f, contains an u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39911</guid>
    <pubDate>Thu, 09 Apr 2026 18:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39911</strong></p>
  <p>Hashgraph Guardian through version 3.5.1, fixed in commit 45fbe2f, contains an unsandboxed JavaScript execution vulnerability in the Custom Logic policy block worker that allows authenticated Standard Registry users to execute arbitrary code by passing user-supplied JavaScript expressions directly to the Node.js Function() constructor without isolation. Attackers can import native Node.js modules…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39976 – Laravel Passport provides OAuth2 server support to Laravel. From 13.0.0 to befor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39976</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39976</guid>
    <pubDate>Thu, 09 Apr 2026 17:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39976</strong></p>
  <p>Laravel Passport provides OAuth2 server support to Laravel. From 13.0.0 to before 13.7.1, there is an Authentication Bypass for client_credentials tokens. the league/oauth2-server library sets the JWT sub claim to the client identifier (since there's no user). The token guard then passes this value to retrieveById() without validating it's actually a user identifier, potentially resolving an unre…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39976">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35041 – fast-jwt provides fast JSON Web Token (JWT) implementation. From 5.0.0 to 6.2.0,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35041</guid>
    <pubDate>Thu, 09 Apr 2026 16:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35041</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. From 5.0.0 to 6.2.0, a denial-of-service condition exists in fast-jwt when the allowedAud verification option is configured using a regular expression. Because the aud claim is attacker-controlled and the library evaluates it against the supplied RegExp, a crafted JWT can trigger catastrophic backtracking in the JavaScript regex engine,…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35041">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35040 – fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.1, usin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35040</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35040</guid>
    <pubDate>Thu, 09 Apr 2026 16:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35040</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. Prior to 6.2.1, using certain modifiers on RegExp objects in the allowedAud, allowedIss, allowedSub, allowedJti, or allowedNonce options in verify functions can cause certain unintended behaviours. This is because some modifiers are stateful and will cause failures in every second verification attempt regardless of the validity of the to…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-440</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35040">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-57735 – When user logged out, the JWT token the user had authtenticated with was not inv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57735</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57735</guid>
    <pubDate>Thu, 09 Apr 2026 11:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-57735</strong></p>
  <p>When user logged out, the JWT token the user had authtenticated with was not invalidated, which could lead to reuse of that token in case it was intercepted. In Airflow 3.2 we implemented the mechanism that implements token invalidation at logout. Users who are concerned about the logout scenario and possibility of intercepting the tokens, should upgrade to Airflow 3.2+    Users are recommended t…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57735">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39413 – LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.4.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39413</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39413</guid>
    <pubDate>Wed, 08 Apr 2026 20:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39413</strong></p>
  <p>LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.4.14, the LightRAG API is vulnerable to a JWT algorithm confusion attack where an attacker can forge tokens by specifying 'alg': 'none' in the JWT header. Since the jwt.decode() call does not explicitly deny the 'none' algorithm, a crafted token without a signature will be accepted as valid, leading to unauthorized acces…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39413">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23696 – Windmill CE and EE versions 1.276.0 through 1.603.2 contain an SQL injection vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23696</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23696</guid>
    <pubDate>Tue, 07 Apr 2026 17:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23696</strong></p>
  <p>Windmill CE and EE versions 1.276.0 through 1.603.2 contain an SQL injection vulnerability in the folder ownership management functionality that allows authenticated attackers to inject SQL through the owner parameter. An attacker can use the injection to read sensitive data such as the JWT signing secret and administrative user identifiers, forge an administrative token, and then execute arbitra…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23696">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-1114 – In parisneo/lollms version 2.1.0, the application's session management is vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1114</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1114</guid>
    <pubDate>Tue, 07 Apr 2026 07:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-1114</strong></p>
  <p>In parisneo/lollms version 2.1.0, the application's session management is vulnerable to improper access control due to the use of a weak secret key for signing JSON Web Tokens (JWT). This vulnerability allows an attacker to perform an offline brute-force attack to recover the secret key. Once the secret key is obtained, the attacker can forge administrative tokens by modifying the JWT payload and…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1114">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35042 – fast-jwt provides fast JSON Web Token (JWT) implementation. In 6.1.0 and earlier...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35042</guid>
    <pubDate>Mon, 06 Apr 2026 17:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35042</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. In 6.1.0 and earlier, fast-jwt does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that fast-jwt does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-35039 – fast-jwt provides fast JSON Web Token (JWT) implementation. From 0.0.1 to before...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35039</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35039</guid>
    <pubDate>Mon, 06 Apr 2026 17:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-35039</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. From 0.0.1 to before 6.2.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification process leading to valid tokens returning claims from different valid tokens and users being mis-identifi…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35039">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-35030 – LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35030</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35030</guid>
    <pubDate>Mon, 06 Apr 2026 17:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-35030</strong></p>
  <p>LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.0, when JWT authentication is enabled (enable_jwt_auth: true), the OIDC userinfo cache uses token[:20] as the cache key. JWT headers produced by the same signing algorithm generate identical first 20 characters. This configuration option is not enabled by default. Most instances are not affected. A…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35030">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34986 – Go JOSE provides an implementation of the Javascript Object Signing and Encrypti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34986</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34986</guid>
    <pubDate>Mon, 06 Apr 2026 17:17:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34986</strong></p>
  <p>Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128G…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34986">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-34950 – fast-jwt provides fast JSON Web Token (JWT) implementation. In 6.1.0 and earlier...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34950</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34950</guid>
    <pubDate>Mon, 06 Apr 2026 16:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-34950</strong></p>
  <p>fast-jwt provides fast JSON Web Token (JWT) implementation. In 6.1.0 and earlier, the publicKeyPemMatcher regex in fast-jwt/src/crypto.js uses a ^ anchor that is defeated by any leading whitespace in the key string, re-enabling the exact same JWT algorithm confusion attack that CVE-2023-48223 patched.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34950">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-37977 – A flaw was found in Keycloak. A remote attacker can exploit a Cross-Origin Resou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-37977</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-37977</guid>
    <pubDate>Mon, 06 Apr 2026 09:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-37977</strong></p>
  <p>A flaw was found in Keycloak. A remote attacker can exploit a Cross-Origin Resource Sharing (CORS) header injection vulnerability in Keycloak's User-Managed Access (UMA) token endpoint. This flaw occurs because the `azp` claim from a client-supplied JSON Web Token (JWT) is used to set the `Access-Control-Allow-Origin` header before the JWT signature is validated. When a specially crafted JWT with…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-37977">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-5622 – A vulnerability was determined in hcengineering Huly Platform 0.7.382. Affected ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5622</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5622</guid>
    <pubDate>Mon, 06 Apr 2026 05:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-5622</strong></p>
  <p>A vulnerability was determined in hcengineering Huly Platform 0.7.382. Affected by this issue is some unknown functionality of the file foundations/core/packages/token/src/token.ts of the component JWT Token Handler. This manipulation of the argument SERVER_SECRET with the input secret causes use of hard-coded cryptographic key . The attack can be initiated remotely. The attack is considered to…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-320</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5622">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33746 – Convoy is a KVM server management panel for hosting businesses. From version 3.9...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33746</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33746</guid>
    <pubDate>Thu, 02 Apr 2026 16:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33746</strong></p>
  <p>Convoy is a KVM server management panel for hosting businesses. From version 3.9.0-beta to before version 4.5.1, the JWTService::decode() method did not verify the cryptographic signature of JWT tokens. While the method configured a symmetric HMAC-SHA256 signer via lcobucci/jwt, it only validated time-based claims (exp, nbf, iat) using the StrictValidAt constraint. The SignedWith constraint was n…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33746">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34240 – JOSE is a Javascript Object Signing and Encryption (JOSE) library. Prior to vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34240</guid>
    <pubDate>Tue, 31 Mar 2026 16:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34240</strong></p>
  <p>JOSE is a Javascript Object Signing and Encryption (JOSE) library. Prior to version 0.3.5+1, a vulnerability in jose could allow an unauthenticated, remote attacker to forge valid JWS/JWT tokens by using a key embedded in the JOSE header (jwk). The vulnerability exists because key selection could treat header-provided jwk as a verification candidate even when that key was not present in the trust…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31946 – OpenOlat is an open source web-based e-learning platform for teaching, learning,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31946</guid>
    <pubDate>Mon, 30 Mar 2026 21:17:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31946</strong></p>
  <p>OpenOlat is an open source web-based e-learning platform for teaching, learning, assessment and communication. From version 10.5.4 to before version 20.2.5, OpenOLAT's OpenID Connect implicit flow implementation does not verify JWT signatures. The JSONWebToken.parse() method silently discards the signature segment of the compact JWT (header.payload.signature), and the getAccessToken() methods in…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-5026 – The '/api/v1/files/images/{flow_id}/{file_name}' endpoint serves SVG files with ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5026</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5026</guid>
    <pubDate>Fri, 27 Mar 2026 15:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-5026</strong></p>
  <p>The '/api/v1/files/images/{flow_id}/{file_name}' endpoint serves SVG files with the 'image/svg+xml' content type without sanitizing their content.  Since SVG files can contain embedded JavaScript, an attacker can upload a malicious SVG that executes arbitrary JavaScript when viewed by other users, leading to stored cross-site scripting (XSS). This allows stealing authentication tokens stored in c…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5026">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33758 – OpenBao is an open source identity-based secrets management system. Prior to ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33758</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33758</guid>
    <pubDate>Fri, 27 Mar 2026 15:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33758</strong></p>
  <p>OpenBao is an open source identity-based secrets management system. Prior to version 2.5.2, OpenBao installations that have an OIDC/JWT authentication method enabled and a role with `callback_mode=direct` configured are vulnerable to XSS via the  `error_description` parameter on the page for a failed authentication. This allows an attacker access to the token used in the Web UI by a victim. The `…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33758">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33757 – OpenBao is an open source identity-based secrets management system. Prior to ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33757</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33757</guid>
    <pubDate>Fri, 27 Mar 2026 15:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33757</strong></p>
  <p>OpenBao is an open source identity-based secrets management system. Prior to version 2.5.2, OpenBao does not prompt for user confirmation when logging in via JWT/OIDC and a role with `callback_mode` set to `direct`. This allows an attacker to start an authentication request and perform "remote phishing" by having the victim visit the URL and automatically log-in to the session of the attacker. De…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-384</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33757">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33216 – NATS-Server is a High-Performance server for NATS.io, a cloud and edge native me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33216</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33216</guid>
    <pubDate>Wed, 25 Mar 2026 20:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33216</strong></p>
  <p>NATS-Server is a High-Performance server for NATS.io, a cloud and edge native messaging system. Prior to versions 2.11.15 and 2.12.6, for MQTT deployments using usercodes/passwords: MQTT passwords are incorrectly classified as a non-authenticating identity statement (JWT) and exposed via monitoring endpoints. Versions 2.11.14 and 2.12.6 contain a fix. As a workaround, ensure monitoring end-points…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33216">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33322 – MinIO is a high-performance object storage system. From RELEASE.2022-11-08T05-27...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33322</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33322</guid>
    <pubDate>Tue, 24 Mar 2026 20:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33322</strong></p>
  <p>MinIO is a high-performance object storage system. From RELEASE.2022-11-08T05-27-07Z to before RELEASE.2026-03-17T21-25-16Z, a JWT algorithm confusion vulnerability in MinIO's OpenID Connect authentication allows an attacker who knows the OIDC ClientSecret to forge arbitrary identity tokens and obtain S3 credentials with any policy, including consoleAdmin. This issue has been patched in RELEASE.2…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33322">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33668 – Vikunja is an open-source self-hosted task management platform. Starting in vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33668</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33668</guid>
    <pubDate>Tue, 24 Mar 2026 16:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33668</strong></p>
  <p>Vikunja is an open-source self-hosted task management platform. Starting in version 0.18.0 and prior to version 2.2.1, when a user account is disabled or locked, the status check is only enforced on the local login and JWT token refresh paths. Three other authentication paths — API tokens, CalDAV basic auth, and OpenID Connect — do not verify user status, allowing disabled or locked users to cont…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33668">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33124 – Frigate is a network video recorder (NVR) with realtime local object detection f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33124</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33124</guid>
    <pubDate>Fri, 20 Mar 2026 10:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33124</strong></p>
  <p>Frigate is a network video recorder (NVR) with realtime local object detection for IP cameras. Versions prior to 0.17.0-beta1 allow any authenticated user to change their own password without verifying the current password through the /users/{username}/password endpoint. Changing a password does not invalidate existing JWT tokens, and there is no validation of password strength. If an attacker ob…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33124">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33265 – In LibreChat 0.8.1-rc2, a logged-in user obtains a JWT for both the LibreChat AP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33265</guid>
    <pubDate>Wed, 18 Mar 2026 12:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33265</strong></p>
  <p>In LibreChat 0.8.1-rc2, a logged-in user obtains a JWT for both the LibreChat API and the RAG API.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-669</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33265">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-41258 – LibreChat version 0.8.1-rc2 uses the same JWT secret for the user session mechan...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-41258</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-41258</guid>
    <pubDate>Wed, 18 Mar 2026 12:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-41258</strong></p>
  <p>LibreChat version 0.8.1-rc2 uses the same JWT secret for the user session mechanism and RAG API which compromises the service-level authentication of the RAG API.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-41258">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-27962 – Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27962</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27962</guid>
    <pubDate>Mon, 16 Mar 2026 18:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-27962</strong></p>
  <p>Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to version 1.6.9, a JWK Header Injection vulnerability in authlib's JWS implementation allows an unauthenticated attacker to forge arbitrary JWT tokens that pass signature verification. When key=None is passed to any JWS deserialization function, the library extracts and uses the cryptographic key embedded in the att…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27962">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-32717 – AnythingLLM is an application that turns pieces of content into context that any...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32717</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32717</guid>
    <pubDate>Mon, 16 Mar 2026 14:19:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-32717</strong></p>
  <p>AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, in multi-user mode, AnythingLLM blocks suspended users on the normal JWT-backed session path, but it does not block them on the browser extension API key path. If a user already has a valid brx-... browser extension API key, that key continues to work…</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32717">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32301 – Centrifugo is an open-source scalable real-time messaging server. Prior to 6.7.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32301</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32301</guid>
    <pubDate>Fri, 13 Mar 2026 19:54:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32301</strong></p>
  <p>Centrifugo is an open-source scalable real-time messaging server. Prior to 6.7.0, Centrifugo is vulnerable to Server-Side Request Forgery (SSRF) when configured with a dynamic JWKS endpoint URL using template variables (e.g. {{tenant}}). An unauthenticated attacker can craft a JWT with a malicious iss or aud claim value that gets interpolated into the JWKS fetch URL before the token signature is…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32301">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-31813 – Supabase Auth is a JWT based API for managing users and issuing JWT tokens. Prio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31813</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31813</guid>
    <pubDate>Wed, 11 Mar 2026 17:16:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31813</strong></p>
  <p>Supabase Auth is a JWT based API for managing users and issuing JWT tokens. Prior to 2.185.0, a vulnerability has been identified that allows an attacker to issue sessions for arbitrary users using specially crafted ID tokens when the Apple or Azure providers are enabled. The attacker issues a valid, asymmetrically signed ID token from their issuer for each victim email address, which then is sen…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31813">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-29792 – Feathersjs is a framework for creating web APIs and real-time applications with ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29792</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29792</guid>
    <pubDate>Tue, 10 Mar 2026 20:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-29792</strong></p>
  <p>Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. From 5.0.0 to before 5.0.42, an unauthenticated attacker can send a crafted GET request directly to /oauth/:provider/callback with a forged profile in the query string. The OAuth service's authentication payload has a fallback chain that reaches params.query (the raw request query) when Grant…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29792">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30928 – Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.1,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30928</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30928</guid>
    <pubDate>Tue, 10 Mar 2026 18:18:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30928</strong></p>
  <p>Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.1, the /api/4/config REST API endpoint returns the entire parsed Glances configuration file (glances.conf) via self.config.as_dict() with no filtering of sensitive values. The configuration file contains credentials for all configured backend services including database passwords, API tokens, JWT signing keys, and SSL k…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30928">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-30240 – Budibase is a low code platform for creating internal tools, workflows, and admi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30240</guid>
    <pubDate>Mon, 09 Mar 2026 21:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-30240</strong></p>
  <p>Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.5 and earlier, a path traversal vulnerability in the PWA (Progressive Web App) ZIP processing endpoint (POST /api/pwa/process-zip) allows an authenticated user with builder privileges to read arbitrary files from the server filesystem, including /proc/1/environ which contains all environment variable…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-15603 – A security vulnerability has been detected in open-webui up to 0.6.16. Affected ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-15603</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-15603</guid>
    <pubDate>Mon, 09 Mar 2026 21:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-15603</strong></p>
  <p>A security vulnerability has been detected in open-webui up to 0.6.16. Affected is an unknown function of the file backend/start_windows.bat of the component JWT Key Handler. Such manipulation of the argument WEBUI_SECRET_KEY leads to insufficiently random values. It is possible to launch the attack remotely. The attack requires a high level of complexity. The exploitability is told to be difficu…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-310</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15603">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-30863 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30863</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30863</guid>
    <pubDate>Sat, 07 Mar 2026 17:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-30863</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.10 and 9.5.0-alpha.11, the Google, Apple, and Facebook authentication adapters use JWT verification to validate identity tokens. When the adapter's audience configuration option is not set (clientId for Google/Apple, appIds for Facebook), JWT verification silently skips au…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30863">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-29194 – Netmaker makes networks with WireGuard. Prior to version 1.5.0, the Authorize mi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29194</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29194</guid>
    <pubDate>Sat, 07 Mar 2026 16:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-29194</strong></p>
  <p>Netmaker makes networks with WireGuard. Prior to version 1.5.0, the Authorize middleware in Netmaker incorrectly validates host JWT tokens. When a route permits host authentication (hostAllowed=true), a valid host token bypasses all subsequent authorization checks without verifying that the host is authorized to access the specific requested resource. Any entity possessing knowledge of object ide…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29194">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30223 – OliveTin gives access to predefined shell commands from a web interface. Prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30223</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30223</guid>
    <pubDate>Fri, 06 Mar 2026 21:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30223</strong></p>
  <p>OliveTin gives access to predefined shell commands from a web interface. Prior to version 3000.11.1, when JWT authentication is configured using either "authJwtPubKeyPath" (local RSA public key) or "authJwtHmacSecret" (HMAC secret), the configured audience value (authJwtAud) is not enforced during token parsing. As a result, validly signed JWT tokens with an incorrect aud claim are accepted for a…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30223">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-28802 – Authlib is a Python library which builds OAuth and OpenID Connect servers. From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28802</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28802</guid>
    <pubDate>Fri, 06 Mar 2026 07:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-28802</strong></p>
  <p>Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application code when a failure was expected.. This issue has been patched in version 1.6.7.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28802">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-21621 – Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21621</guid>
    <pubDate>Thu, 05 Mar 2026 20:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-21621</strong></p>
  <p>Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API.OAuthController' module) allows Privilege Escalation.  An API key created with read-only permissions (domain: "api", resource: "read") can be escalated to full write access under specific conditions.  When exchanging a read-only API key via the OAuth client_credentials grant, the resource qualifier is ignored. The re…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21621">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-29000 – pac4j-jwt versions prior to 4.5.9, 5.7.9, and 6.3.3 contain an authentication by...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29000</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29000</guid>
    <pubDate>Wed, 04 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-29000</strong></p>
  <p>pac4j-jwt versions prior to 4.5.9, 5.7.9, and 6.3.3 contain an authentication bypass vulnerability in JwtAuthenticator when processing encrypted JWTs that allows remote attackers to forge authentication tokens. Attackers who possess the server's RSA public key can create a JWE-wrapped PlainJWT with arbitrary subject and role claims, bypassing signature verification to authenticate as any user inc…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29000">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27932 – joserfc is a Python library that provides an implementation of several JSON Obje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27932</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27932</guid>
    <pubDate>Tue, 03 Mar 2026 23:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27932</strong></p>
  <p>joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption (JOSE) standards. In 1.6.2 and earlier, a resource exhaustion vulnerability in joserfc allows an unauthenticated attacker to cause a Denial of Service (DoS) via CPU exhaustion. When the library decrypts a JSON Web Encryption (JWE) token using Password-Based Encryption (PBES2) algorithms, it r…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27932">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-3224 – Authentication bypass in the Microsoft Entra ID (Azure AD) authentication mode i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-3224</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-3224</guid>
    <pubDate>Tue, 03 Mar 2026 22:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-3224</strong></p>
  <p>Authentication bypass in the Microsoft Entra ID (Azure AD) authentication mode in Devolutions Server 2025.3.15.0 and earlier allows an unauthenticated user to authenticate as an arbitrary Entra ID user via a forged JSON Web Token (JWT).</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-3224">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-15598 – A vulnerability was found in Dataease SQLBot up to 1.5.1. This impacts the funct...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-15598</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-15598</guid>
    <pubDate>Tue, 03 Mar 2026 10:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-15598</strong></p>
  <p>A vulnerability was found in Dataease SQLBot up to 1.5.1. This impacts the function validateEmbedded of the file backend/apps/system/middleware/auth.py of the component JWT Token Handler. Performing a manipulation results in improper verification of cryptographic signature. The attack can be initiated remotely. The attack is considered to have high complexity. The exploitability is said to be dif…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15598">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-28275 – Initiative is a self-hosted project management platform. Versions of the applica...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28275</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28275</guid>
    <pubDate>Thu, 26 Feb 2026 23:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-28275</strong></p>
  <p>Initiative is a self-hosted project management platform. Versions of the application prior to 0.32.4 do not invalidate previously issued JWT access tokens after a user changes their password. As a result, older tokens remain valid until expiration and can still be used to access protected API endpoints. This behavior allows continued authenticated access even after the account password has been u…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28275">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
