Lucene search
+L

66 matches found

PyPA
PyPA
•added 2026/07/07 10:17 a.m.•18 views

TensorFlow vulnerable to `CHECK` failures in `FractionalAvgPoolGrad`

ImpactThe implementation of FractionalAvgPoolGrad does not fully validate the input originputtensorshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack.pythonimport tensorflow as tfoverlapping = Trueoriginputtensorshape =...

7.5CVSS7AI score0.00478EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•16 views

TensorFlow vulnerable to segfault in `BlockLSTMGradV2`

ImpactThe implementation of BlockLSTMGradV2 does not fully validate its inputs. - wci, wcf, wco, b must be rank 1 - w, csprev, hprev must be rank 2 - x must be rank 3This results in a a segfault that can be used to trigger a denial of service attack.pythonimport tensorflow as tfusepeephole =...

7.5CVSS7AI score0.00493EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/07/07 10:17 a.m.•19 views

PYSEC-2026-969 TensorFlow vulnerable to `CHECK` failures in `FractionalAvgPoolGrad`

Impact The implementation of FractionalAvgPoolGrad does not fully validate the input originputtensorshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. python import tensorflow as tf overlapping = True originputtensorshape =...

5.9CVSS5.9AI score0.00478EPSS
SaveExploits0References7
OSV
OSV
•added 2026/07/07 10:17 a.m.•14 views

PYSEC-2026-1043 TensorFlow vulnerable to `CHECK` fail in `DenseBincount`

Impact DenseBincount assumes its input tensor weights to either have the same shape as its input tensor input or to be length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf binaryoutput = True input =...

5.9CVSS5.9AI score0.00478EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2026/06/05 7:45 p.m.•22 views

CVE-2026-31230

A flaw was found in Adversarial Robustness Toolbox ART. This command-line argument injection vulnerability exists in its Kubeflow component due to the unsafe use of the eval function, which parses string values from --clipvalues and --inputshape arguments. A remote attacker can exploit this by...

9.8CVSS6.4AI score0.00803EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/05/12 6:30 p.m.•24 views

EUVD-2026-29553

The Adversarial Robustness Toolbox ART thru 1.20.1 contains a command-line argument injection vulnerability in its Kubeflow component robustnessevaluationfgsmpytorch.py. The script uses the unsafe eval function to parse string values provided via the --clipvalues and --inputshape command-line...

6.3AI score0.00803EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/12 6:16 p.m.•31 views

CVE-2026-31230

The Adversarial Robustness Toolbox ART thru 1.20.1 contains a command-line argument injection vulnerability in its Kubeflow component robustnessevaluationfgsmpytorch.py. The script uses the unsafe eval function to parse string values provided via the --clipvalues and --inputshape command-line...

9.8CVSS0.00803EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/05/12 12:00 a.m.•10 views

CVE-2026-31230

The Adversarial Robustness Toolbox ART thru 1.20.1 contains a command-line argument injection vulnerability in its Kubeflow component robustnessevaluationfgsmpytorch.py. The script uses the unsafe eval function to parse string values provided via the --clipvalues and --inputshape command-line...

6.3AI score0.00803EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/12 12:00 a.m.•65 views

CVE-2026-31230

The Adversarial Robustness Toolbox ART thru 1.20.1 contains a command-line argument injection vulnerability in its Kubeflow component robustnessevaluationfgsmpytorch.py. The script uses the unsafe eval function to parse string values provided via the --clipvalues and --inputshape command-line...

6.3AI score0.00803EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/05/12 12:00 a.m.•53 views

CVE-2026-31230

The Adversarial Robustness Toolbox ART thru 1.20.1 contains a command-line argument injection vulnerability in its Kubeflow component robustnessevaluationfgsmpytorch.py. The script uses the unsafe eval function to parse string values provided via the --clipvalues and --inputshape command-line...

0.00803EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/01/09 11:26 a.m.•15 views

CVE-2021-33654

When performing the initialization operation of the Split operator, if a dimension in the input shape is 0, it will cause a division by 0 exception...

7.5CVSS6.8AI score0.00894EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2025/11/21 1:22 a.m.•7 views

CVE-2025-62372 vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs

vLLM is an inference and serving engine for large language models LLMs. From version 0.5.5 to before 0.11.1, users can crash the vLLM engine serving multimodal models by passing multimodal embedding inputs with correct ndim but incorrect shape e.g. hidden dimension is wrong, regardless of whether...

8.3CVSS6.5AI score0.00382EPSS
SaveExploits0References4
OSV
OSV
•added 2025/11/21 1:22 a.m.•16 views

CVE-2025-62372 vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs

vLLM is an inference and serving engine for large language models LLMs. From version 0.5.5 to before 0.11.1, users can crash the vLLM engine serving multimodal models by passing multimodal embedding inputs with correct ndim but incorrect shape e.g. hidden dimension is wrong, regardless of whether...

8.3CVSS6.7AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2025/11/20 12:00 a.m.•14 views

PT-2025-47649

Name of the Vulnerable Software and Affected Versions vLLM versions 0.5.5 through 0.11.0 Description vLLM is an inference and serving engine for large language models LLMs. Users can cause the vLLM engine to crash when serving multimodal models by providing multimodal embedding inputs with a...

8.3CVSS6.5AI score0.00382EPSS
SaveExploits0References19
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•17 views

EUVD-2021-20326

Malware in sbrugna...

7.5CVSS7.6AI score0.00917EPSS
SaveExploits0References2
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•12 views

EUVD-2021-20331

Malware in sbrugna...

7.5CVSS7.6AI score0.00894EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2025/05/22 11:10 p.m.•9 views

CVE-2022-36004

TensorFlow is an open source platform for machine learning. When tf.random.gamma receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included i...

7.5CVSS6.7AI score0.00488EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2023/02/15 3:24 a.m.•7 views

SUSE CVE-2022-35959

TensorFlow is an open source platform for machine learning. The implementation of AvgPool3DGradOp does not fully validate the input originputshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in...

7.5CVSS7.8AI score0.00462EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 3:24 a.m.•10 views

SUSE CVE-2022-35963

TensorFlow is an open source platform for machine learning. The implementation of FractionalAvgPoolGrad does not fully validate the input originputtensorshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the...

7.5CVSS8.2AI score0.00478EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 3:24 a.m.•8 views

SUSE CVE-2022-35968

TensorFlow is an open source platform for machine learning. The implementation of AvgPoolGrad does not fully validate the input originputshape. This results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS7.6AI score0.00478EPSS
SaveExploits0References3
Rows per page
Query Builder