GPU VulnDB

Database/Firmware, BMC & network fabric

Intel processors (bounds check bypass): Spectre v1: speculative execution past a bounds check lets an attacker read

CVE-2017-5753Firmware, BMC & network fabricSpectre v1Bounds Check Bypasscurated

Impact

Spectre v1: speculative execution past a bounds check lets an attacker read memory the check was supposed to protect, within the same address space. The practical exposure on an AI node is inside anything that JITs or interprets untrusted input - eBPF, a Python runtime, a model-serving framework's custom-op path.

Who can reach it

Local code execution, including code inside a sandbox or interpreter that is meant to be confined.

What to do

Software mitigation in the kernel and in individual programs (array index masking, speculation barriers) rather than microcode. Take kernel updates, keep runtimes current, and assume any interpreter you expose to untrusted input needs its own hardening. Reboot for the kernel component.

References

This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.