SB20260721105 - Ubuntu update for python-authlib



SB20260721105 - Ubuntu update for python-authlib

Published: July 21, 2026

Security Bulletin ID SB20260721105
CSH Severity
Critical
Patch available
YES
Number of vulnerabilities 4
Exploitation vector Remote access
Highest impact Data manipulation

Breakdown by Severity

Critical 25% High 50% Medium 25%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 4 vulnerabilities.


1) Improper Verification of Cryptographic Signature (CVE-ID: CVE-2026-27962)

CWE-ID: CWE-347 - Improper Verification of Cryptographic Signature

CVSSv4: 9.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N]


The vulnerability allows a remote attacker to bypass authentication checks.

The vulnerability exists due to improper validation of HTTP headers. A remote attacker can forge arbitrary JWT tokens that pass signature verification and bypass authentication checks. 


2) Use of a broken or risky cryptographic algorithm (CVE-ID: CVE-2026-28490)

CWE-ID: CWE-327 - Use of a Broken or Risky Cryptographic Algorithm

CVSSv4: 8.3 [CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N]


The vulnerability allows a remote attacker to decrypt JWT tokens.

The vulnerability exists due to the JSON Web Encryption (JWE) implementation uses the RSA1_5 key management algorithm without requiring explicit opt-in and actively destroys the constant-time Bleichenbacher mitigation that the underlying cryptography library implements correctly. A remote attacker can decrypt JWT tokens used for authentication successful bypass authentication mechanisms use by OAuth and OpenID Connect servers.


3) Improper validation of integrity check value (CVE-ID: CVE-2026-28498)

CWE-ID: CWE-354 - Improper Validation of Integrity Check Value

CVSSv4: 8.2 [CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N]


The vulnerability allows a remote attacker to bypass authentication checks.

The vulnerability exists due to an error in internal hash verification logic (_verify_hash) responsible for validating the at_hash (Access Token Hash) and c_hash (Authorization Code Hash) claims, which exhibits a fail-open behavior when encountering an unsupported or unknown cryptographic algorithm. A remote attacker can bypass mandatory integrity protections by supplying a forged ID Token with a deliberately unrecognized alg header parameter and bypass validation of OpenID Connect (OIDC) ID Tokens.


4) Cross-site request forgery (CVE-ID: CVE-2026-41425)

CWE-ID: CWE-352 - Cross-Site Request Forgery (CSRF)

CVSSv4: 5.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N]


The vulnerability allows a remote attacker to perform cross-site request forgery and bind an attacker's account to a victim's session.

The vulnerability exists due to cross-site request forgery in OAuth integrations using the cache feature when handling OAuth callback requests with cached state. A remote attacker can send a crafted redirect URL to the victim to perform cross-site request forgery and bind an attacker's account to a victim's session.

User interaction is required for the victim to complete the authorization flow.


Remediation

Install update from vendor's website.