Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

security: fix 5 RUSTSEC-2026 aws-lc vulnerabilities via cargo update#13

Closed
noahgift wants to merge 1 commit into
mainfrom
fix/aws-lc-rustsec-2026
Closed

security: fix 5 RUSTSEC-2026 aws-lc vulnerabilities via cargo update#13
noahgift wants to merge 1 commit into
mainfrom
fix/aws-lc-rustsec-2026

Conversation

@noahgift

@noahgift noahgift commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updates aws-lc-sys 0.34.0 → 0.39.1 and aws-lc-rs 1.15.1 → 1.16.2
  • Clears all 5 RUSTSEC-2026 advisories in aws-lc (0044 through 0048)
  • Lock-file-only change; no API/semver impact

Vulnerabilities Fixed

  • RUSTSEC-2026-0044 — X.509 Name Constraints Bypass via Wildcard/Unicode CN
  • RUSTSEC-2026-0045 — Timing Side-Channel in AES-CCM Tag Verification
  • RUSTSEC-2026-0046 — PKCS7_verify Certificate Chain Validation Bypass
  • RUSTSEC-2026-0047 — PKCS7_verify Signature Validation Bypass
  • RUSTSEC-2026-0048 — CRL Distribution Point Scope Check Logic Error

Verification

$ cargo audit
Scanning Cargo.lock for vulnerabilities (494 crate dependencies)
warning: 5 allowed warnings found

0 errors; 5 unrelated unmaintained-crate warnings remain (bincode, instant, paste, rustls-pemfile, lru).

Fixes #12
Refs paiml/infra#17

🤖 Generated with Claude Code

Updates aws-lc-sys 0.34.0 -> 0.39.1 and aws-lc-rs 1.15.1 -> 1.16.2,
clearing RUSTSEC-2026-0044 through 0048.

Vulnerabilities fixed:
- RUSTSEC-2026-0044: X.509 Name Constraints Bypass via Wildcard/Unicode CN
- RUSTSEC-2026-0045: Timing Side-Channel in AES-CCM Tag Verification
- RUSTSEC-2026-0046: PKCS7_verify Certificate Chain Validation Bypass
- RUSTSEC-2026-0047: PKCS7_verify Signature Validation Bypass
- RUSTSEC-2026-0048: CRL Distribution Point Scope Check Logic Error

cargo audit now reports 0 vulnerabilities (5 unrelated unmaintained warnings remain).

Fixes #12
Refs paiml/infra#17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Apr 5, 2026

Copy link
Copy Markdown

Thank you for your interest in this project, @noahgift.

This repository only accepts pull requests from organization members and authorized contributors. Your PR has been closed automatically.

If you believe you should have access, please open an issue to discuss your contribution first.

@github-actions github-actions Bot closed this Apr 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

security: 5 RUSTSEC vulnerabilities in aws-lc (RUSTSEC-2026-0044 through 0048)

1 participant