Lucene search
+L

517 matches found

Positive Technologies
Positive Technologies
added 2021/05/14 12:00 a.m.8 views

PT-2021-18347 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow versions 2.4.2 and earlier TensorFlow versions 2.3.3 and earlier TensorFlow versions 2.2.3 and earlier TensorFlow versions 2.1.4 and earlier Description: The implementation of the EmbeddingLookup...

7.8CVSS7.3AI score0.00201EPSS
SaveExploits1References14
Tenable Nessus
Tenable Nessus
added 2020/10/30 12:00 a.m.39 views

openSUSE Security Update : tensorflow2 (openSUSE-2020-1766)

This update for tensorflow2 fixes the following issues : - updated to 2.1.2 with following fixes boo1177022 : - Fixes an undefined behavior causing a segfault in tf.rawops.Switch CVE-2020-15190 - Fixes three vulnerabilities in conversion to DLPack format CVE-2020-15191, CVE-2020-15192,...

9.8CVSS6.4AI score0.01287EPSS
SaveExploits16References20
OSV
OSV
added 2020/10/29 11:23 a.m.9 views

OPENSUSE-SU-2020:1766-1 Security update for tensorflow2

This update for tensorflow2 fixes the following issues: - updated to 2.1.2 with following fixes boo1177022: Fixes an undefined behavior causing a segfault in tf.rawops.Switch CVE-2020-15190 Fixes three vulnerabilities in conversion to DLPack format CVE-2020-15191, CVE-2020-15192, CVE-2020-15193...

9.8CVSS10AI score0.01287EPSS
SaveExploits16References21
OPENSUSE Linux
OPENSUSE Linux
added 2020/10/29 12:00 a.m.51 views

Security update for tensorflow2 (moderate)

openSUSE Security Update: Security update for tensorflow2 Announcement ID: openSUSE-SU-2020:1766-1 Rating: moderate References: 1173314 1175099 1175789 1177022 Cross-References: CVE-2020-15190 CVE-2020-15191 CVE-2020-15192 CVE-2020-15193 CVE-2020-15194 CVE-2020-15195 CVE-2020-15202 CVE-2020-15203...

9.8CVSS7.1AI score0.01287EPSS
SaveExploits16References4
Veracode
Veracode
added 2020/09/28 8:01 a.m.20 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. An attacker can force a node to have, as input, a tensor backed by a nullptr buffer via a malicious TFLite model, eventually converting the tensors to be one of read-write via a null pointer dereference...

5.9CVSS5.6AI score0.008EPSS
SaveExploits1References4Affected Software3
NVD
NVD
added 2020/09/25 7:15 p.m.31 views

CVE-2020-15209

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, a crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one...

5.9CVSS0.008EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.14 views

PYSEC-2020-130

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7.6AI score0.01243EPSS
SaveExploits1References4
Prion
Prion
added 2020/09/25 7:15 p.m.14 views

Null pointer dereference

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, a crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one...

4.3CVSS6.3AI score0.008EPSS
SaveExploits1References4Affected Software2
Cvelist
Cvelist
added 2020/09/25 6:45 p.m.45 views

CVE-2020-15207 Segfault and data corruption in tensorflow-lite

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

8.7CVSS9.1AI score0.01243EPSS
SaveExploits1References4
CVE
CVE
added 2020/09/25 6:45 p.m.201 views

CVE-2020-15209

Observation: CVE-2020-15209 affects TensorFlow Lite. A crafted TFLite flatbuffer can flip a tensor’s buffer index, turning a read-only tensor into read-write, which the runtime may treat as writable and initialize with a null buffer, causing a null pointer dereference. The issue has a concrete ro...

5.9CVSS5.8AI score0.008EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2020/09/25 6:45 p.m.43 views

CVE-2020-15209 Null pointer dereference in tensorflow-lite

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, a crafted TFLite model can force a node to have as input a tensor backed by a nullptr buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one...

5.9CVSS5.9AI score0.008EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2020/09/25 6:45 p.m.9 views

CVE-2020-15210

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, if a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. We have patched the issue in d58c96946b a...

6.5CVSS6.9AI score0.00739EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.270 views

Segmentation fault in tensorflow-lite

Impact If a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. Patches We have patched the issue in d58c96946b and will release patch releases for all versions between 1.1...

6.5CVSS3.2AI score0.00739EPSS
SaveExploits1References14Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.64 views

Data corruption in tensorflow-lite

Impact When determining the common dimension size of two tensors, TFLite uses a DCHECK which is no-op outside of debug compilation modes: https://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/lite/kernels/internal/types.hL437-L442 Since the function...

9.8CVSS0.8AI score0.00905EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.62 views

Segfault and data corruption in tensorflow-lite

Impact To mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds:...

9CVSS2.1AI score0.01243EPSS
SaveExploits1References9Affected Software3
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.5 views

PT-2020-14281 · Google +1 · Tensorflow +1

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 1.15.4 TensorFlow versions prior to 2.0.3 TensorFlow versions prior to 2.1.2 TensorFlow versions prior to 2.2.1 TensorFlow versions prior to 2.3.1 Description: If a TFLite saved model uses the same tensor as both...

9.8CVSS6AI score0.01287EPSS
SaveExploits16References73
Github Security Blog
Github Security Blog
added 2019/04/24 4:11 p.m.43 views

Improper Restriction of Operations within the Bounds of a Memory Buffer in Google TensorFlow

Google TensorFlow 1.7 and below is affected by: Buffer Overflow. The impact is: execute arbitrary code local. Users passing a malformed or malicious version of a TFLite graph into TOCO will cause TOCO to crash or cause a buffer overflow, potentially allowing malicious code to be executed...

8.8CVSS9AI score0.00743EPSS
SaveExploits0References8Affected Software2
Rows per page
Query Builder