Information disclosure in Lmammino Oidc-Authorizer
CVE-2026-19363
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.
Vulnerability class: Information Disclosure
Published · last modified .
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N.
EPSS exploit prediction
EPSS: 0.004 (33.1th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 33rd percentile — 33.1% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.004 · newest: 0.004 · change: 0.000
Affected products
- Lmammino Oidc-Authorizer — versions 0.1, 0.2, 0.3
Weakness classification (CWE)
References
- vuldb.com/vuln/387217 (technical-description, vdb-entry)
- vuldb.com/vuln/387217/cti (signature, permissions-required)
- vuldb.com/cve/CVE-2026-19363 (third-party-advisory)
- vuldb.com/submit/866093 (third-party-advisory)
Frequently asked questions
- What is CVE-2026-19363?
- CVE-2026-19363 is a medium-severity vulnerability in Lmammino Oidc-Authorizer, classified under Information Disclosure. CVSS score: 5.3/10. Published 2026-08-09.
- How severe is CVE-2026-19363?
- Medium severity. CVSS v3 base score is 5.3 out of 10.