<?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 (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/jwt.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/jwt-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – JWT Security (High+Critical)</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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>
  <item>
    <title>[Critical] CVE-2026-27804 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27804</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27804</guid>
    <pubDate>Thu, 26 Feb 2026 00:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-27804</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.3 and 9.1.1-alpha.4, an unauthenticated attacker can forge a Google authentication token with `alg: "none"` to log in as any user linked to a Google account, without knowing their credentials. All deployments with Google authentication enabled are affected. The fix in vers…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27804">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-69985 – FUXA 1.2.8 and prior contains an Authentication Bypass vulnerability leading to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-69985</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-69985</guid>
    <pubDate>Tue, 24 Feb 2026 16:24:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-69985</strong></p>
  <p>FUXA 1.2.8 and prior contains an Authentication Bypass vulnerability leading to Remote Code Execution (RCE). The vulnerability exists in the server/api/jwt-helper.js middleware, which improperly trusts the HTTP "Referer" header to validate internal requests. A remote unauthenticated attacker can bypass JWT authentication by spoofing the Referer header to match the server's host. Successful exploi…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-69985">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23552 – Cross-Realm Token Acceptance Bypass in KeycloakSecurityPolicy Apache Camel Keycl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23552</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23552</guid>
    <pubDate>Mon, 23 Feb 2026 09:17:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23552</strong></p>
  <p>Cross-Realm Token Acceptance Bypass in KeycloakSecurityPolicy Apache Camel Keycloak component.   The Camel-Keycloak KeycloakSecurityPolicy does not validate the iss (issuer) claim of JWT tokens against the configured realm. A token issued by one Keycloak realm is silently accepted by a policy configured for a completely different realm, breaking tenant isolation. This issue affects Apache Camel:…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23552">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-0573 – An URL redirection vulnerability was identified in GitHub Enterprise Server that...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0573</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0573</guid>
    <pubDate>Wed, 18 Feb 2026 21:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-0573</strong></p>
  <p>An URL redirection vulnerability was identified in GitHub Enterprise Server that allowed attacker-controlled redirects to leak sensitive authorization tokens. The repository_pages API insecurely followed HTTP redirects when fetching artifact URLs, preserving the authorization header containing a privileged JWT. An authenticated user could redirect these requests to an attacker-controlled domain,…</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0573">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55210 – FreePBX is an open-source web-based graphical user interface (GUI) that manages ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55210</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55210</guid>
    <pubDate>Thu, 12 Feb 2026 17:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55210</strong></p>
  <p>FreePBX is an open-source web-based graphical user interface (GUI) that manages Asterisk. Prior to 17.0.5 and 16.0.17, FreePBX module api (PBX API) is vulnerable to privilege escalation by authenticated users with REST/GraphQL API access. This vulnerability allows an attacker to forge a valid JWT with full access to the REST and GraphQL APIs on a FreePBX that they've already connected to, possibl…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-270</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55210">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25894 – FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. An ins...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25894</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25894</guid>
    <pubDate>Mon, 09 Feb 2026 23:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25894</strong></p>
  <p>FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. An insecure default configuration in FUXA allows an unauthenticated, remote attacker to gain administrative access and execute arbitrary code on the server. This affects FUXA through version 1.2.9 when authentication is enabled, but the administrator JWT secret is not configured. This issue has been patched in FUXA version…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25894">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25875 – PlaciPy is a placement management system designed for educational institutions. ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25875</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25875</guid>
    <pubDate>Mon, 09 Feb 2026 22:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25875</strong></p>
  <p>PlaciPy is a placement management system designed for educational institutions. In version 1.0.0, The admin authorization middleware trusts client-controlled JWT claims (role and scope) without enforcing server-side role verification.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25875">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1529 – A flaw was found in Keycloak. An attacker can exploit this vulnerability by modi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1529</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1529</guid>
    <pubDate>Mon, 09 Feb 2026 20:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1529</strong></p>
  <p>A flaw was found in Keycloak. An attacker can exploit this vulnerability by modifying the organization ID and target email within a legitimate invitation token's JSON Web Token (JWT) payload. This lack of cryptographic signature verification allows the attacker to successfully self-register into an unauthorized organization, leading to unauthorized access.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1529">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1486 – A flaw was found in Keycloak. A vulnerability exists in the jwt-authorization-gr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1486</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1486</guid>
    <pubDate>Mon, 09 Feb 2026 20:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1486</strong></p>
  <p>A flaw was found in Keycloak. A vulnerability exists in the jwt-authorization-grant flow where the server fails to verify if an Identity Provider (IdP) is enabled before issuing tokens. The issuer lookup mechanism (lookupIdentityProviderFromIssuer) retrieves the IdP configuration but does not filter for isEnabled=false. If an administrator disables an IdP (e.g., due to a compromise or offboarding…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-358</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1486">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25538 – Devtron is an open source tool integration platform for Kubernetes. In version 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25538</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25538</guid>
    <pubDate>Wed, 04 Feb 2026 22:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25538</strong></p>
  <p>Devtron is an open source tool integration platform for Kubernetes. In version 2.0.0 and prior, a vulnerability exists in Devtron's Attributes API interface, allowing any authenticated user (including low-privileged CI/CD Developers) to obtain the global API Token signing key by accessing the /orchestrator/attributes?key=apiTokenSecret endpoint. After obtaining the key, attackers can forge JWT to…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25538">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25537 – jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Conf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25537</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25537</guid>
    <pubDate>Wed, 04 Feb 2026 22:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25537</strong></p>
  <p>jsonwebtoken is a JWT lib in rust. Prior to version 10.3.0, there is a Type Confusion vulnerability in jsonwebtoken, specifically, in its claim validation logic. When a standard claim (such as nbf or exp) is provided with an incorrect JSON type (Like a String instead of a Number), the library’s internal parsing mechanism marks the claim as “FailedToParse”. Crucially, the validation logic treats t…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25537">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-69971 – FUXA v1.2.7 contains a hard-coded credential vulnerability in server/api/jwt-hel...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-69971</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-69971</guid>
    <pubDate>Tue, 03 Feb 2026 18:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-69971</strong></p>
  <p>FUXA v1.2.7 contains a hard-coded credential vulnerability in server/api/jwt-helper.js. The application uses a hard-coded secret key to sign and verify JWT Tokens. This allows remote attackers to forge valid admin tokens and bypass authentication to gain full administrative access.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-69971">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-24124 – Dragonfly is an open source P2P-based file distribution and image acceleration s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24124</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24124</guid>
    <pubDate>Thu, 22 Jan 2026 23:15:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-24124</strong></p>
  <p>Dragonfly is an open source P2P-based file distribution and image acceleration system. In versions 2.4.1-rc.0 and below, the Job API endpoints (/api/v1/jobs) lack JWT authentication middleware and RBAC authorization checks in the routing configuration. This allows any unauthenticated user with access to the Manager API to view, update and delete jobs. The issue is fixed in version 2.4.1-rc.1.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24124">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23958 – Dataease is an open source data visualization analysis tool. Prior to version 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23958</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23958</guid>
    <pubDate>Thu, 22 Jan 2026 02:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23958</strong></p>
  <p>Dataease is an open source data visualization analysis tool. Prior to version 2.10.19, DataEase uses the MD5 hash of the user’s password as the JWT signing secret. This deterministic secret derivation allows an attacker to brute-force the admin’s password by exploiting unmonitored API endpoints that verify JWT tokens. The vulnerability has been fixed in v2.10.19. No known workarounds are availabl…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23958">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23518 – Fleet is open source device management software. In versions prior to 4.78.3, 4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23518</guid>
    <pubDate>Wed, 21 Jan 2026 22:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23518</strong></p>
  <p>Fleet is open source device management software. In versions prior to 4.78.3, 4.77.1, 4.76.2, 4.75.2, and 4.53.3, a vulnerability in Fleet's Windows MDM enrollment flow could allow an attacker to submit forged authentication tokens that are not properly validated. Because JWT signatures were not verified, Fleet could accept attacker-controlled identity claims, enabling enrollment of unauthorized…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-36418 – IBM ApplinX 11.1 is vulnerable due to a privilege escalation vulnerability due t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36418</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36418</guid>
    <pubDate>Tue, 20 Jan 2026 16:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-36418</strong></p>
  <p>IBM ApplinX 11.1 is vulnerable due to a privilege escalation vulnerability due to improper verification of JWT tokens. An attacker may be able to craft or modify a JSON web token in order to impersonate another user or to elevate their privileges.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36418">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59870 – HCL MyXalytics  is affected by improper management of a static JWT signing secre...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59870</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59870</guid>
    <pubDate>Fri, 16 Jan 2026 11:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59870</strong></p>
  <p>HCL MyXalytics  is affected by improper management of a static JWT signing secret in the web application, where the secret lacks rotation , introducing a security risk</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-323</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59870">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-36911 – Covenant 0.1.3 - 0.5 contains a remote code execution vulnerability that allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-36911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-36911</guid>
    <pubDate>Tue, 13 Jan 2026 23:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-36911</strong></p>
  <p>Covenant 0.1.3 - 0.5 contains a remote code execution vulnerability that allows attackers to craft malicious JWT tokens with administrative privileges. Attackers can generate forged tokens with admin roles and upload custom DLL payloads to execute arbitrary commands on the target system.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-36911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23478 – Cal.com is open-source scheduling software. From 3.1.6 to before 6.0.7, there is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23478</guid>
    <pubDate>Tue, 13 Jan 2026 22:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23478</strong></p>
  <p>Cal.com is open-source scheduling software. From 3.1.6 to before 6.0.7, there is a vulnerability in a custom NextAuth JWT callback that allows attackers to gain full authenticated access to any user's account by supplying a target email address via session.update(). This vulnerability is fixed in 6.0.7.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-602</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22818 – Hono is a Web application framework that provides support for any JavaScript run...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22818</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22818</guid>
    <pubDate>Tue, 13 Jan 2026 20:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22818</strong></p>
  <p>Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.11.4, there is a flaw in Hono’s JWK/JWKS JWT verification middleware allowed the algorithm specified in the JWT header to influence signature verification when the selected JWK did not explicitly define an algorithm. This could enable JWT algorithm confusion and, in certain configurations, allow forge…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22818">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22817 – Hono is a Web application framework that provides support for any JavaScript run...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22817</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22817</guid>
    <pubDate>Tue, 13 Jan 2026 20:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22817</strong></p>
  <p>Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.11.4, there is a flaw in Hono’s JWK/JWKS JWT verification middleware allowed the JWT header’s alg value to influence signature verification when the selected JWK did not explicitly specify an algorithm. This could enable JWT algorithm confusion and, in certain configurations, allow forged tokens to be…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22817">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-68620 – Signal K Server is a server application that runs on a central hub in a boat. Ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68620</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68620</guid>
    <pubDate>Thu, 01 Jan 2026 19:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-68620</strong></p>
  <p>Signal K Server is a server application that runs on a central hub in a boat. Versions prior to 2.19.0 expose two features that can be chained together to steal JWT authentication tokens without any prior authentication. The attack combines WebSocket-based request enumeration with unauthenticated polling of access request status. The first is Unauthenticated WebSocket Request Enumeration: When a…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68620">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47411 – A user with a legitimate non-administrator account can exploit a vulnerability i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47411</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47411</guid>
    <pubDate>Thu, 01 Jan 2026 17:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47411</strong></p>
  <p>A user with a legitimate non-administrator account can exploit a vulnerability in the user ID creation mechanism in Apache StreamPipes that allows them to swap the username of an existing user with that of an administrator.   This vulnerability allows an attacker to gain administrative control over the application by manipulating JWT tokens, which can lead to data tampering, unauthorized access a…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47411">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-53951 – Ever Gauzy v0.281.9 contains a JWT authentication vulnerability that allows atta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53951</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53951</guid>
    <pubDate>Fri, 19 Dec 2025 21:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-53951</strong></p>
  <p>Ever Gauzy v0.281.9 contains a JWT authentication vulnerability that allows attackers to exploit weak HMAC secret key implementation. Attackers can leverage the exposed JWT token to authenticate and gain unauthorized access with administrative permissions.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53951">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54981 – Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54981</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54981</guid>
    <pubDate>Fri, 12 Dec 2025 15:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54981</strong></p>
  <p>Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode and a weak random number generator for encrypting sensitive data, including JWT tokens, may have risked exposing sensitive authentication data  This issue affects Apache StreamPark: from 2.0.0 before 2.1.7.  Users are recommended to upgrade to version 2.1.7, which fixes the issue.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54981">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-14261 – The Litmus platform uses JWT for authentication and authorization, but the secre...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14261</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14261</guid>
    <pubDate>Mon, 08 Dec 2025 19:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-14261</strong></p>
  <p>The Litmus platform uses JWT for authentication and authorization, but the secret being used for signing the JWT is only 6 bytes long at its core, which makes it extremely easy to crack.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-331</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14261">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65730 – Authentication Bypass via Hardcoded Credentials GoAway up to v0.62.18, fixed in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65730</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65730</guid>
    <pubDate>Fri, 05 Dec 2025 16:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65730</strong></p>
  <p>Authentication Bypass via Hardcoded Credentials GoAway up to v0.62.18, fixed in 0.62.19, uses a hardcoded secret for signing JWT tokens used for authentication.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65730">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-63224 – The Itel DAB Encoder (IDEnc build 25aec8d) is vulnerable to Authentication Bypas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63224</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63224</guid>
    <pubDate>Wed, 19 Nov 2025 16:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-63224</strong></p>
  <p>The Itel DAB Encoder (IDEnc build 25aec8d) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a valid JWT token obtained from one device to authenticate and gain administrative access to any other device running the same firmware, even if the passwords and networks are different. This allows full compromise of affected devices.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63224">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65015 – joserfc is a Python library that provides an implementation of several JSON Obje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65015</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65015</guid>
    <pubDate>Tue, 18 Nov 2025 23:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65015</strong></p>
  <p>joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption (JOSE) standards. In versions from 1.3.3 to before 1.3.5 and from 1.4.0 to before 1.4.2, the ExceededSizeError exception messages are embedded with non-decoded JWT token parts and may cause Python logging to record an arbitrarily large, forged JWT payload. In situations where a misconfigured…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65015">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-63217 – The Itel DAB MUX (IDMUX build c041640a) is vulnerable to Authentication Bypass d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63217</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63217</guid>
    <pubDate>Tue, 18 Nov 2025 22:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-63217</strong></p>
  <p>The Itel DAB MUX (IDMUX build c041640a) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a valid JWT token obtained from one device to authenticate and gain administrative access to any other device running the same firmware, even if the passwords and networks are different. This allows full compromise of affected devices.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63217">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-63216 – The Itel DAB Gateway (IDGat build c041640a) is vulnerable to Authentication Bypa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63216</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63216</guid>
    <pubDate>Tue, 18 Nov 2025 22:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-63216</strong></p>
  <p>The Itel DAB Gateway (IDGat build c041640a) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a valid JWT token obtained from one device to authenticate and gain administrative access to any other device running the same firmware, even if the passwords and networks are different. This allows full compromise of affected devices.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63216">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-56643 – Requarks Wiki.js 2.5.307 does not properly revoke or invalidate active JWT token...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-56643</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-56643</guid>
    <pubDate>Tue, 18 Nov 2025 18:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-56643</strong></p>
  <p>Requarks Wiki.js 2.5.307 does not properly revoke or invalidate active JWT tokens when a user logs out. As a result, previously issued tokens remain valid and can be reused to access the system, even after logout. This behavior affects session integrity and may allow unauthorized access if a token is compromised. The issue is present in the authentication resolver logic and affects both the Graph…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-56643">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64386 – The
equipment grants a JWT token for each connection in the timeline, but during...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64386</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64386</guid>
    <pubDate>Fri, 31 Oct 2025 14:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64386</strong></p>
  <p>The equipment grants a JWT token for each connection in the timeline, but during an active valid session, a hijacking of the token can be done. This will allow an attacker with the token modify parameters of security, access or even steal the session without the legitimate and active session detecting it. The web server allows the attacker to reuse an old session JWT token while the legitimate se…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64386">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
