Lucene search
+L

1823 matches found

CVE
CVE
added 2026/03/18 11:17 a.m.10 views

CVE-2026-33265

The vulnerability CVE-2026-33265 affects LibreChat 0.8.1-rc2, where a logged-in user can obtain a JWT for both the LibreChat API and the RAG API. The connected documents confirm the affected product and the exact outcome (JWTs issued to an authenticated user), but they do not provide root cause d...

9CVSS5.8AI score0.00232EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/18 11:17 a.m.3 views

CVE-2026-33265

In LibreChat 0.8.1-rc2, a logged-in user obtains a JWT for both the LibreChat API and the RAG API...

6.3CVSS5.8AI score0.00232EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/18 11:17 a.m.32 views

CVE-2026-33265

In LibreChat 0.8.1-rc2, a logged-in user obtains a JWT for both the LibreChat API and the RAG API...

6.3CVSS0.00232EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/18 11:8 a.m.3 views

CVE-2025-41258

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...

8CVSS5.8AI score0.00344EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/18 11:8 a.m.5 views

CVE-2025-41258 LibreChat RAG API Authentication Bypass

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...

8CVSS7.2AI score0.00344EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/03/18 12:0 a.m.12 views

PT-2026-26053

🟠 CVE-2025-41258 - High 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. https://t.co/MJXOI2sVrJ https://t.co/WsKiIkw0M2...

8CVSS5.8AI score0.00344EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2026/03/18 12:0 a.m.12 views

LibreChat 安全漏洞

LibreChat is an open-source, free, and highly customizable unified AI dialogue platform. It allows for the aggregation and running of large models from any vendor within one interface. Version 0.8.1-rc2 of LibreChat contains a security vulnerability. This vulnerability stems from the use of the...

8CVSS5.8AI score0.00344EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/03/18 12:0 a.m.7 views

PT-2026-26054

CVE-2026-33265 In LibreChat 0.8.1-rc2, a logged-in user obtains a JWT for both the LibreChat API and the RAG API. https://t.co/i9mMVjDhcg...

6.3CVSS5.8AI score0.00232EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2026/03/17 12:25 a.m.7 views

SUSE CVE-2026-27962

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...

9.1CVSS5.9AI score0.00548EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/03/16 8:51 p.m.4 views

Improper Verification of Cryptographic Signature

Overview authlib is a library in building OAuth and OpenID Connect servers. Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature via the JsonWebSignature.preparealgorithmkey method in authlib/jose/rfc7515/jws.py. An attacker can bypass authenticatio...

9.3CVSS5.8AI score0.00548EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/16 3:17 p.m.4 views

GHSA-WVWJ-CVRP-7PV5 Authlib JWS JWK Header Injection: Signature Verification Bypass

Description Summary 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...

9.1CVSS6AI score0.00548EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/03/16 3:14 p.m.10 views

FastMCP OAuth Proxy token reuse across MCP servers

While testing the OAuth Proxy implementation, it was noticed that the server does not properly respect the resource parameter submitted by the client in the authorization and token request. Instead of issuing the token explicitly for this MCP server, the token is issued for the baseurl passed to...

7.4CVSS5.8AI score0.00358EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2026/03/16 12:0 a.m.8 views

Authlib 数据伪造问题漏洞

Authlib is an open-source library developed by Authlib, designed to build servers for OAuth and OpenID Connect. Versions of Authlib prior to 1.6.9 contained a data manipulation vulnerability, caused by header injection in the JWS implementation. This vulnerability could allow unauthenticated...

9.1CVSS7.2AI score0.00548EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/13 8:44 p.m.26 views

Centrifugo's InsecureSkipTokenSignatureVerify flag silently disables JWT verification with no warning

Summary Centrifugo supports a configuration flag insecureskiptokensignatureverify that completely disables JWT signature verification. When enabled, Centrifugo accepts any JWT token regardless of signature validity — including tokens signed with wrong keys, random signatures, or no signature at...

5.9AI score
SaveExploits0References5Affected Software5
EUVD
EUVD
added 2026/03/13 8:5 p.m.4 views

EUVD-2026-11728

PyJWT accepts unknown crit header extensions...

7.5CVSS5.8AI score0.00269EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/03/13 8:5 p.m.6 views

PyJWT accepts unknown `crit` header extensions

Summary PyJWT 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 PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC. This is t...

7.5CVSS5.8AI score0.00269EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
added 2026/03/13 8:3 p.m.3 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the fetchKey function. An attacker can cause the server to make arbitrary HTTP requests to attacker-controlled destinations by crafting a JWT with malicious claim values that are interpolated into th...

9.3CVSS5.9AI score0.00258EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/13 8:3 p.m.5 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the fetchKey function. An attacker can cause the server to make arbitrary HTTP requests to attacker-controlled destinations by crafting a JWT with malicious claim values that are interpolated into th...

9.3CVSS5.9AI score0.00258EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/13 8:3 p.m.5 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the fetchKey function. An attacker can cause the server to make arbitrary HTTP requests to attacker-controlled destinations by crafting a JWT with malicious claim values that are interpolated into th...

9.3CVSS5.9AI score0.00258EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/13 7:55 p.m.8 views

PYSEC-2026-120

PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT 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 PyJWT does not understand, the library accepts the token instead of rejecting...

7.5CVSS5.8AI score0.00269EPSS
SaveExploits1References2
Rows per page
Query Builder