CVE-2026-19363

MEDIUM CVSS 4.0: 5.5 EPSS 0.39%
Updated Aug 12, 2026
Lmammino
Parameter Value
CVSS 5.5 (MEDIUM)
Type CWE-20 (Improper Input Validation), CWE-502 (Deserialization of Untrusted Data), CWE-200 (Information Exposure), CWE-532
Vendor Lmammino
Public PoC No

A vulnerability was found in lmammino oidc-authorizer up to 0.4.0. Impacted is an unknown function of the file src/handler.rs of the component Lambda Authorizer. The manipulation results in sensitive information in log files.

The attack can be executed remotely. `src/handler.rs` logs raw Authorization header values and complete bearer tokens/JWTs on authentication failure paths, potentially exposing credentials through CloudWatch Logs. `src/models.rs` serializes the complete validated JWT claims set with `serde_json::to_string(token_claims).unwrap()` and propagates it through `context["jwtClaims"]` to downstream integrations. This code performs serialization, not deserialization, and does not process attacker-controlled `jwtClaims` input. The exploit has been made public and could be used.

The vendor was contacted early about this disclosure but did not respond in any way.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Attack Requirements
None
No additional conditions
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
Low
Partial data leak
Integrity
None
No data modification
Availability
None
No disruption

CVSS Vector v4.0

Vulnerable Products

lmammino:oidc-authorizer