Lucene search
+L

114 matches found

OSV
OSV
added 2026/04/09 12:43 a.m.23 views

CLEANSTART-2026-TN07413 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 To...

Multiple security vulnerabilities affect the terragrunt-fips package. 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. See references...

9.8CVSS6.9AI score0.01557EPSS
SaveExploits4References33
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/08 8:41 a.m.8 views

Security Bulletin: Signature Verification Bypass Vulnerability in auth0/node-jws (HS256, ≤ v3.2.2 & v4.0.0) affects watsonx.data

Summary A vulnerability in auth0/node-jws allows attackers to bypass signature verification when using the HS256 algorithm under certain conditions. The issue occurs when applications rely on user-controlled data for HMAC secret lookup during verification. This can affect watsonx.data...

7.5CVSS5.8AI score0.00219EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2026/04/07 8:16 p.m.11 views

PYSEC-2026-70

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for CVE-2024-28102 limits input token size to 250KB but does not validate th...

5.3CVSS5.8AI score0.00294EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/04/06 4:22 p.m.9 views

EUVD-2026-19363

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

7.5CVSS6AI score0.00651EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/03 10:1 p.m.20 views

fast-jwt accepts unknown `crit` header extensions (RFC 7515 violation)

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

7.5CVSS5.9AI score0.00155EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/18 5:30 p.m.10 views

OPENSUSE-SU-2026:20392-1 Security update for python-Authlib

This update for python-Authlib fixes the following issues: Changes in python-Authlib: - CVE-2026-27962: JWS deserializecompact allows for signature bypass by accepting user-controlled embedded JWK as verification key bsc1259738 - CVE-2026-28490: cryptographic padding oracle in JWE RSA15 key...

9.1CVSS5.9AI score0.00548EPSS
SaveExploits3References6
RedhatCVE
RedhatCVE
added 2026/03/16 7:19 p.m.7 views

CVE-2026-27962

A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK JSON Web Key Header Injection, affects how Authlib verifies digital signatures in JWS JSON Web Signature tokens. An attacker can exploit this by creati...

9.1CVSS5.8AI score0.00548EPSS
SaveExploits1References6
NVD
NVD
added 2026/03/16 6:16 p.m.7 views

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.1CVSS0.00548EPSS
SaveExploits1References11
OSV
OSV
added 2026/03/16 6:16 p.m.9 views

UBUNTU-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.1CVSS6AI score0.00548EPSS
SaveExploits1References4
CVE
CVE
added 2026/03/16 5:34 p.m.187 views

CVE-2026-27962

Authlib JWS JWK Header Injection (CVE-2026-27962) is detailed in GHSA-wvwj-cvrp-7pv5: when key=None is passed to JWS deserialization, or a key resolver returns None, the library silently uses the attacker-supplied header.jwk as the verification key, allowing forgeable tokens and bypass of authent...

9.1CVSS5.9AI score0.00548EPSS
SaveExploits1References11Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/16 5:34 p.m.5 views

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
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/16 5:34 p.m.8 views

CVE-2026-27962 Authlib JWS JWK Header Injection: Signature Verification Bypass

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.1CVSS6AI score
SaveExploits0References13
EUVD
EUVD
added 2026/03/16 3:17 p.m.7 views

EUVD-2026-12478

Authlib JWS JWK Header Injection: Signature Verification Bypass...

9.1CVSS5.8AI score0.00548EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/03/16 3:17 p.m.13 views

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
SaveExploits1References5Affected Software1
CNNVD
CNNVD
added 2026/03/16 12:0 a.m.16 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
RedhatCVE
RedhatCVE
added 2026/03/12 11:3 p.m.11 views

CVE-2026-32597

A missing verification step has been discovered in PyJWT. 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...

7.5CVSS5.6AI score0.00269EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.12 views

pyjwt 安全漏洞

pyjwt is a Python library developed by José Padilla from the United States. It allows for the encoding and decoding of JSON Web Tokens JWTs. pyjwt has security vulnerabilities, stemming from the lack of validation for the crit header parameter. This vulnerability may allow the acceptance of JWS...

7.5CVSS6.7AI score0.00269EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/02 12:0 a.m.9 views

Ubuntu 22.04 LTS / 24.04 LTS : Authlib vulnerabilities (USN-8065-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8065-1 advisory. Millie Solem discovered that Authlib did not properly restrict algorithm selection during JWT verification, allowing HMAC verification with...

8.8CVSS6AI score0.00591EPSS
SaveExploits5References6
Redos
Redos
added 2026/02/09 12:0 a.m.15 views

ROS-20260209-73-0033

A vulnerability in the JWE, JWS, JWT go-jose standards suite implementation package for the Go programming language is related to incorrect processing of highly compressed input data. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service...

4.3CVSS5.6AI score0.01956EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2026/02/05 8:23 p.m.11 views

Security Bulletin: IBM Watson Discovery Cartridge affected by vulnerability in jws-3.2.2.tgz

Summary IBM Watson Discovery Cartridge affected by vulnerability in jws-3.2.2.tgz Vulnerability Details CVEID:CVE-2025-65945 DESCRIPTION: auth0/node-jws is a JSON Web Signature implementation for Node.js. In versions 3.2.2 and earlier and version 4.0.0, auth0/node-jws has an improper signature...

7.5CVSS5.4AI score0.00219EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder