Skip to main content

Janssen Auth Server CVE-2026-45795

| EUVDEUVD-2026-44969 MEDIUM
Improper Verification of Cryptographic Signature (CWE-347)
2026-07-16 GitHub_M
5.3
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

OIDC /authorize endpoint is publicly reachable (AV:N, PR:N); server JWKS is public making JWE construction low complexity (AC:L); impact is limited to authorization parameter integrity manipulation with no confidentiality or availability effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

3
Patch available
Jul 16, 2026 - 18:18 EUVD
Source Code Evidence Fetched
Jul 16, 2026 - 17:16 vuln.today
Analysis Generated
Jul 16, 2026 - 17:16 vuln.today

DescriptionCVE.org

The Janssen Project is an open-source identity and access management (IAM) platform. Prior to 2.0.0, jans-auth-server accepts unsigned JWE request objects because JwtAuthorizationRequest skips inner signature validation when jwe.getSignedJWTPayload() returns null, and AuthzRequestService.processRequestObject() does not reject the unrecognized RSA-OAEP algorithm when forceSignedRequestObject=true. This issue is fixed in version 2.0.0.

AnalysisAI

Signature bypass in Janssen jans-auth-server's OIDC authorization request object processing allows unauthenticated remote attackers to submit JWE-wrapped authorization requests containing unsigned plain JSON payloads, circumventing the integrity guarantee that JAR (RFC 9101) is designed to enforce. Two distinct code defects enable the bypass: the server silently skips nested JWS validation when getSignedJWTPayload() returns null, and the forceSignedRequestObject enforcement fails to reject null-mapped algorithm identifiers such as RSA-OAEP (an encryption algorithm, not a signature algorithm). No public exploit code has been identified and the vulnerability is not listed in CISA KEV; it is fixed in version 2.0.0.

Technical ContextAI

jans-auth-server implements OpenID Connect JWT-Secured Authorization Requests (JAR, RFC 9101), which requires authorization request objects to be signed JWTs. JWE (JSON Web Encryption) is legitimately used to wrap a signed JWT (JWS) as a nested token, providing both encryption and integrity. The first defect is in JwtAuthorizationRequest: when a JWE payload does not contain a nested signed JWT, getSignedJWTPayload() returns null and the code path that calls validateSignature() is skipped entirely, accepting the plain JSON payload as if it were validated. The second defect is in AuthzRequestService.processRequestObject(): when forceSignedRequestObject=true, the enforcement check calls SignatureAlgorithm.fromString('RSA-OAEP') which returns null (because RSA-OAEP is a key-encryption algorithm, not a signature algorithm), and the original code only rejected SignatureAlgorithm.NONE - not null - allowing the check to pass silently. CWE-347 (Improper Verification of Cryptographic Signature) is the root cause class. The fix in PR #13438 adds explicit isJws/isJwe type tracking, throws InvalidJwtException when no nested JWS is present in a JWE, and extends the forceSignedRequestObject check to reject both NONE and null algorithm values. The affected product is identified by CPE cpe:2.3:a:janssenproject:jans:*:*:*:*:*:*:*:* for all versions prior to 2.0.0.

RemediationAI

Upgrade jans-auth-server to version 2.0.0 or later, which is confirmed as the fix release at https://github.com/JanssenProject/jans/releases/tag/v2.0.0 and implements proper nested JWS validation for JWE request objects alongside corrected forceSignedRequestObject enforcement. The upstream fix is in PR #13438 (https://github.com/JanssenProject/jans/pull/13438) and commit 0cdd214870ee30eb2186261f21c85b9e9fc63b5c. If immediate upgrade is not feasible, consider disabling JWE-wrapped JAR request object support at the server or network boundary if the application does not require it - this eliminates the vulnerable code path entirely but will break any clients relying on encrypted request objects. Additionally, if forceSignedRequestObject=true is a compliance requirement, treating it as a control until patched may create a false sense of security; network-layer restrictions on the /authorize endpoint to known client IPs can reduce exposure. Each compensating control trades interoperability against attack surface.

CVE-2013-3900 MEDIUM
5.5 Dec 11

Why is Microsoft republishing a CVE from 2013? We are republishing CVE-2013-3900 in the Security Update Guide to update

CVE-2026-48558 CRITICAL POC
9.5 Jun 12

Authentication bypass in SimpleHelp 5.5.15 and prior (plus 6.0 pre-release builds) allows remote unauthenticated attacke

CVE-2025-59718 CRITICAL
9.8 Dec 09

Authentication bypass in Fortinet FortiOS, FortiProxy, and FortiSwitchManager allows unauthenticated remote attackers to

CVE-2025-25291 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2025-25292 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2022-25898 CRITICAL POC
9.8 Jul 01

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT

CVE-2024-42004 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in Microsoft Teams (work or school) 24046.2813.2770.1094 for macOS. Rated criti

CVE-2024-41145 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the WebView.app helper app of Microsoft Teams (work or school) 24046.2813.27

CVE-2024-41138 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the com.microsoft.teams2.modulehost.app helper app of Microsoft Teams (work

CVE-2024-45409 CRITICAL POC
9.8 Sep 10

The Ruby SAML library is for implementing the client side of a SAML authorization. Rated critical severity (CVSS 9.8), t

CVE-2022-35929 CRITICAL POC
9.8 Aug 04

cosign is a container signing and verification utility. Rated critical severity (CVSS 9.8), this vulnerability is remote

CVE-2022-31053 CRITICAL POC
9.8 Jun 13

Biscuit is an authentication and authorization token for microservices architectures. Rated critical severity (CVSS 9.8)

Share

CVE-2026-45795 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy