Intel

AIKIDO-2025-10925

cuequivariance-torch is vulnerable to Out-of-bounds Write

Out-of-bounds Write Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Dec 11, 2025

52

Medium Risk

This Affects:

PYTHONcuequivariance-torch
0.1.0 - 0.7.0
Fixed in 0.8.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to Out-of-Bounds Memory Access in cuet.triangle_attention due to improper handling of return values in the backward pass of triangle attention operations, where the old code failed to assign and cast outputs from triangle_attention_cuda_bwd, leading to illegal memory access. An attacker could exploit this by crafting malicious inputs that trigger index overflows or out-of-bounds writes during gradient computation, potentially resulting in memory corruption, leaks from GPU memory, or arbitrary code execution. The patched code mitigates this by explicitly assigning return values and ensuring proper data type casting.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

cuequivariance-torch is vulnerable to Out-of-bounds Write in versions 0.1.0 - 0.7.0.

How to fix this

Upgrade the cuequivariance-torch library to the patch version.