Lucene search
K

14329 matches found

Veracode
Veracode
added 2024/09/04 6:59 a.m.4 views

Null Pointer Error

TensorFlow is vulnerable to Null Pointer Error . The vulnerability is due to improper handling of null pointers returned by the GetVariableInput function and the GetMutableInput function, which are not correctly checked before being used in the TFLite implementation of SVDF, allows an attacker to...

7.8CVSS6.5AI score0.00173EPSS
Exploits0References4Affected Software3
Veracode
Veracode
added 2024/09/04 6:58 a.m.5 views

Division By Zero Error

TensorFlow is vulnerable to a Division By Zero Error. The vulnerability is due to a division by zero error in the TFLite implementation of hashtable lookup when the values tensor's first dimension is 0, allowing an attacker to craft a model that, when processed, triggers the division by zero erro...

5.5CVSS6.4AI score0.00189EPSS
Exploits1References4Affected Software3
Veracode
Veracode
added 2024/09/03 1:33 p.m.7 views

Integer Overflow

tensorflow, tensorflowcpu and tensorflowgpu are vulnerable to Integer Overflow. The vulnerability is caused due to a missing validation where TFLite implementation of concatenation is vulnerable to an integer overflow issue. An attacker can craft a model such that the dimensions of one of the...

7.1CVSS6.8AI score0.00192EPSS
Exploits1References3Affected Software3
OSV
OSV
added 2024/09/03 1:15 p.m.6 views

AZL-48740 CVE-2024-6232 affecting package tensorflow for versions less than 2.16.1-7

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives...

7.5CVSS6.8AI score0.02203EPSS
Exploits2References1
Veracode
Veracode
added 2024/09/03 11:49 a.m.5 views

Divide By Zero

tensorflow, tensorflowcpu and tensorflowgpu are vulnerable to Divide By Zero. The vulnerability is caused due to a missing validation where the implementation of fully connected layers in TFLite is vulnerable to a division by zero error. An attacker can craft a model such that filter-dims-data1 i...

5.5CVSS6.4AI score0.00152EPSS
Exploits0References3Affected Software3
Veracode
Veracode
added 2024/09/03 9:52 a.m.10 views

Division By Zero Error

TensorFlow is vulnerable to Division By Zero Error. The vulnerability is due to the SVDF TFLite operator does not properly handle cases where params-rank is set to 0, allowing an attacker to craft a model that triggers a division by zero error...

7.8CVSS6.5AI score0.00201EPSS
Exploits1References4Affected Software3
Veracode
Veracode
added 2024/09/03 8:3 a.m.6 views

Uncontrolled Recursion

TensorFlow is vulnerable to an Uncontrolled Recursion vulnerability. The vulnerability is due to the failure to check for loops between nodes in TFLite graphs, allowing an attacker to craft models that could cause infinite loops or stack overflow during evaluation...

7.8CVSS6.9AI score0.00262EPSS
Exploits1References5Affected Software3
Veracode
Veracode
added 2024/09/03 7:42 a.m.6 views

Null Pointer Dereference

TensorFlow is vulnerable to a null pointer dereference. The vulnerability exists due to unconditionally dereferencing a pointer in the TFLite model, allowing an attacker to craft a TFLite model that triggers this dereference. It leads to crash the system and cause a denial of service...

7.8CVSS6.4AI score0.00165EPSS
Exploits0References4Affected Software3
Veracode
Veracode
added 2024/09/03 7:37 a.m.9 views

Out-of-bounds Read

TensorFlow is vulnerable to an Out-of-bounds Read. The vulnerability is due to improper validation of the axisvalue in the TFLite implementation of SplitV, which can lead to accessing data outside the bounds of the tensor shape array...

7.8CVSS6.5AI score0.00215EPSS
Exploits1References4Affected Software3
Veracode
Veracode
added 2024/09/03 7:19 a.m.11 views

Divide By Zero

tensorflow is vulnerable to Divide By Zero. The vulnerability is caused due to a defect in the implementation of BatchToSpaceNd where TFLite operator is vulnerable to a division by zero error. An attacker can craft a model such that one dimension of the block input is 0 resulting in the...

7.8CVSS6.5AI score0.00201EPSS
Exploits1References3Affected Software3
Veracode
Veracode
added 2024/09/03 7:15 a.m.7 views

Division By Zero Error

TensorFlow is vulnerable to a division by zero error. The vulnerability is due to insufficient handling of cases where the input's fourth dimension is zero in the DepthwiseConv TFLite operator, which can allows to execution issues or crashes in machine learning models...

5.5CVSS6.6AI score0.00189EPSS
Exploits1References5Affected Software3
Veracode
Veracode
added 2024/09/03 7:7 a.m.10 views

Out-of-bounds Write

tensorflow, tensorflowcpu and tensorflowgpu are vulnerable to Out-of-bounds Write. The vulnerability is caused due to a missing validation. A specially crafted TFLite model could trigger an OOB write on heap in the TFLite implementation of ArgMin/ArgMax'...

7.8CVSS6.6AI score0.00201EPSS
Exploits1References3Affected Software3
Veracode
Veracode
added 2024/09/03 5:31 a.m.8 views

Denial Of Service (DOS)

TensorFlow is vulnerable to Denial of Service DoS. The vulnerability is due to improper handling of the block input in the SpaceToBatchNd TFLite operator, which allows an attacker to set a dimension of the block input to 0, causing a division by zero error, which can crash the system or make it...

7.8CVSS6.4AI score0.00201EPSS
Exploits1References5Affected Software3
Veracode
Veracode
added 2024/09/03 4:49 a.m.7 views

Integer Overflow

TensorFlow is vulnerable to an Integer Overflow. The vulnerability is due to an integer overflow in the TFLite code for allocating TFLiteIntArrays, allowing attackers to craft models that cause memory corruption by dereferencing invalid pointers...

7.1CVSS7.2AI score0.0022EPSS
Exploits1References5Affected Software3
Veracode
Veracode
added 2024/08/30 11:45 a.m.18 views

Denial Of Service (DOS)

TensorFlow is vulnerable to a denial of service. The vulnerability is due to the improper handling of the dimensionality of the output tensor in TensorFlow Lite's segment sum implementation,where the code uses the last element of the tensor holding segment IDs to determine the output tensor's siz...

4.3CVSS7.1AI score0.00632EPSS
Exploits1References7Affected Software3
Veracode
Veracode
added 2024/08/29 11:30 a.m.4 views

Out-Of-Bounds Writes

TensorFlow is vulnerable to out-of-bounds writes. The vulnerability is due to the improper handling of negative elements in the segment ids tensor, allowing negative values that result in out-of-bounds memory writes during the segment sum operation...

8.6CVSS6.5AI score0.0061EPSS
Exploits1References7Affected Software3
Veracode
Veracode
added 2024/08/29 11:8 a.m.4 views

Divide By Zero

tensorflow is vulnerable to Divide By Zero. The vulnerability is caused due to the Prepare step of the SpaceToDepth TFLite operator does not check for 0 before division. An attacker can craft a model such that params-blocksize would be zero and potentially leads to DoS...

7.8CVSS6.6AI score0.00201EPSS
Exploits1References3Affected Software3
Veracode
Veracode
added 2024/08/29 10:35 a.m.6 views

Divide By Zero

tensorflow is vulnerable to Divide By Zero. The vulnerability is caused due to a defect in the optimized implementation of the TransposeConv TFLite operator where there is a missing validation for strideh,w variable. An attacker can craft a model such that strideh,w values are 0 resulting in Divi...

7.8CVSS6.5AI score0.00201EPSS
Exploits1References3Affected Software3
Veracode
Veracode
added 2024/08/29 9:23 a.m.7 views

Out-of-bounds Write

tensorflow, tensorflow-cpu and tensorflowgpu is vulnerable to Out-of-bounds Write. The vulnerability is due to improper handling of tensors when a model uses the same tensor for both an input and output of an operator, which can result in data loss and memory corruption...

6.5CVSS6.5AI score0.00729EPSS
Exploits1References9Affected Software3
OSV
OSV
added 2024/08/22 7:15 p.m.9 views

AZL-48141 CVE-2024-8088 affecting package tensorflow for versions less than 2.16.1-7

There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected. When iterating over names of entries in a zip archive for example, methods of "zipfile.Path" like "namelist", "iterdir", etc...

8.7CVSS6.7AI score0.01275EPSS
Exploits0References1
Rows per page
Query Builder