Skip to content

fix(deps): upgrade torch to 2.12.0 to resolve CVE-2025-2999#300

Merged
luarss merged 1 commit into
The-OpenROAD-Project:masterfrom
luarss:fix/torch-cve-2025-2999
Jun 13, 2026
Merged

fix(deps): upgrade torch to 2.12.0 to resolve CVE-2025-2999#300
luarss merged 1 commit into
The-OpenROAD-Project:masterfrom
luarss:fix/torch-cve-2025-2999

Conversation

@luarss

@luarss luarss commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Upgrades torch from 2.9.0 to 2.12.0 in backend/uv.lock
  • Fixes Dependabot alert #355: GHSA-vgrw-7cvw-pwgx / CVE-2025-2999 — medium-severity memory corruption in torch.nn.utils.rnn.unpack_sequence (patched in >= 2.9.1)
  • Also updates associated CUDA packages (cu12cu13) and triton (3.5.03.7.0) as part of the torch dependency tree

Test plan

  • CI passes with upgraded torch version
  • sentence-transformers (the package that pulls in torch) continues to function correctly

Upgrades torch from 2.9.0 to 2.12.0 to fix a medium-severity memory
corruption vulnerability (GHSA-vgrw-7cvw-pwgx, CVE-2025-2999) in
torch.nn.utils.rnn.unpack_sequence. Patched version requires >= 2.9.1.

Also updates associated CUDA/NVIDIA packages (cu12 -> cu13) and triton
(3.5.0 -> 3.7.0) as part of the torch dependency tree update.

Fixes: https://github.com/The-OpenROAD-Project/ORAssistant/security/dependabot/355
Signed-off-by: Jack Luar <jluar@precisioninno.com>
@luarss luarss force-pushed the fix/torch-cve-2025-2999 branch from e96510f to f64b97b Compare June 13, 2026 11:39
@luarss luarss merged commit ab50525 into The-OpenROAD-Project:master Jun 13, 2026
6 checks passed
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.

1 participant