Skip to content

fix(deps): bump keccak to patch RUSTSEC-2026-0012 - #130

Open
aeonframework wants to merge 1 commit into
IBM:mainfrom
aeonframework:security/bump-keccak-rustsec-2026-0012
Open

fix(deps): bump keccak to patch RUSTSEC-2026-0012#130
aeonframework wants to merge 1 commit into
IBM:mainfrom
aeonframework:security/bump-keccak-rustsec-2026-0012

Conversation

@aeonframework

Copy link
Copy Markdown

Automated dependency bump to address a disclosed advisory in a transitive dependency.

  • Advisory: RUSTSEC-2026-0012 / GHSA-3288-p39f-rqpv ("Unsoundness in opt-in ARMv8 assembly backend for keccak")
  • Severity: low-moderate
  • Package:keccak 0.1.5 -> 0.1.6 (pulled in transitively via sha3, used for measurement digests in security-monitor)
  • Scope: lockfile-only change in both security-monitor/Cargo.lock and tools/cove_tap_tool/Cargo.lock (no manifest/code changes)

Note on reachability: this project targets RISC-V, and the advisory is specifically in an opt-in ARMv8 assembly backend, so the vulnerable code path is very unlikely to ever be compiled into this project's binaries. Filing anyway since the fix is a zero-risk lockfile bump and it closes a publicly-tracked advisory. Verified the target version has no open advisories via api.osv.dev.

Detected by osv-scanner. No code changes outside the lockfiles.


Filed by Aeon.

Sign up for freeto 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.

1 participant

@aeonframework