-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| tensorflow | pip | < 2.11.1 | 2.11.1 |
| tensorflow-cpu | pip | < 2.11.1 | 2.11.1 |
| tensorflow-gpu | pip | < 2.11.1 | 2.11.1 |
The vulnerability stems from missing axis validation in shape inference functions for QuantizeAndDequantizeV2/V3/V4/V4Grad operations. The commit diff shows added checks for axis >= kint32max in array_ops.cc, confirming these were the vulnerable points. All four operations used c->Dim(input,axis) without proper bounds checking, enabling heap OOB read when given a large axis value.
Ongoing coverage of React2Shell