Skip to content

Bump minimum aws-lc-rs version to 1.16.1#492

Open
Cropi wants to merge 1 commit intoKeats:masterfrom
Cropi:bump-aws-lc-rs-1.16.1
Open

Bump minimum aws-lc-rs version to 1.16.1#492
Cropi wants to merge 1 commit intoKeats:masterfrom
Cropi:bump-aws-lc-rs-1.16.1

Conversation

@Cropi
Copy link

@Cropi Cropi commented Mar 4, 2026

Ensures downstream consumers pull in aws-lc-sys >= 0.38.0 which includes fixes for CVE-2026-3336 and CVE-2026-3338 (PKCS7_verify certificate chain and signature validation bypasses in AWS-LC).

jsonwebtoken does not use PKCS7 and is not directly affected, but bumping the minimum avoids pulling in a known-vulnerable transitive dependency.

Fixes #491

Ensures downstream consumers pull in aws-lc-sys >= 0.38.0 which
includes fixes for CVE-2026-3336 and CVE-2026-3338 (PKCS7_verify
certificate chain and signature validation bypasses in AWS-LC).

jsonwebtoken does not use PKCS7 and is not directly affected, but
bumping the minimum avoids pulling in a known-vulnerable transitive
dependency.

Fixes Keats#491

Signed-off-by: Cropi <alakatos@redhat.com>
@Keats
Copy link
Owner

Keats commented Mar 4, 2026

As mentioned in the other PR, cargo update should already work without the need to update this? Unless people actually use min-deps for prod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump minimum aws-lc-rs dependency to address CVE-2026-3336 and CVE-2026-3338

2 participants