Lucene search
+L

1700 matches found

Positive Technologies
Positive Technologies
added 2021/11/15 12:0 a.m.7 views

PT-2021-23879 · Atmail · Atmail

Name of the Vulnerable Software and Affected Versions: Atmail version 6.5.0 Description: The issue affects the WebAdmin Control Panel, allowing XSS via the format parameter to the default URI. This problem only affects products that are no longer supported by the maintainer. Recommendations: For...

6.1CVSS5.9AI score0.02422EPSS
SaveExploits0References7
Fedora
Fedora
added 2021/11/12 12:38 a.m.16 views

[SECURITY] Fedora 35 Update: kxstitch-2.1.1-6.fc35

KXStitch can be used to create cross stitch patterns from scratch. It is also possible to convert existing images to a cross stitch pattern or scan one with a Sane supported scanner...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/11/10 7:12 p.m.30 views

Missing validation during checkpoint loading

Impact An attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure is missing validation for invalid file formats. Patches We have patched th...

7.8CVSS1.8AI score0.00183EPSS
SaveExploits0References10Affected Software3
AlmaLinux
AlmaLinux
added 2021/11/09 8:37 a.m.22 views

new module: nodejs:16

This enhancement update adds the nodejs:16 module to AlmaLinuxas a Technology Preview. A future update will provide a Long Term Support LTS version of Node.js 16, which will be fully supported. BZ1953991 For detailed information on changes in this release, see the AlmaLinux Release Notes linked...

1.1AI score
SaveExploits0References1
OSV
OSV
added 2021/11/05 11:15 p.m.20 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS5.4AI score
SaveExploits0References2
PyPA
PyPA
added 2021/11/05 11:15 p.m.8 views

PYSEC-2021-625

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS7.3AI score0.00156EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.10 views

PYSEC-2021-823

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS7.3AI score0.00156EPSS
SaveExploits0References2
Prion
Prion
added 2021/11/05 11:15 p.m.19 views

Code injection

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

4.6CVSS7.7AI score0.00208EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.7 views

PYSEC-2021-832

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS7AI score0.0019EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.26 views

PYSEC-2021-625

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS2.3AI score0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/11/05 10:30 p.m.31 views

CVE-2021-41227 Arbitrary memory read in `ImmutableConst`

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

6.6CVSS6.7AI score0.0023EPSS
SaveExploits1References3
NVD
NVD
added 2021/11/05 10:15 p.m.36 views

CVE-2021-41209

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS0.00136EPSS
SaveExploits0References2
PyPA
PyPA
added 2021/11/05 10:15 p.m.8 views

PYSEC-2021-845

TensorFlow is an open source platform for machine learning. In affected versions several TensorFlow operations are missing validation for the shapes of the tensor arguments involved in the call. Depending on the API, this can result in undefined behavior and segfault or CHECK-fail related crashes...

7.8CVSS7.1AI score0.00174EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/11/05 10:15 p.m.20 views

PYSEC-2021-616

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS3.9AI score0.00136EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/05 10:15 p.m.20 views

PYSEC-2021-627

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS3.6AI score0.00128EPSS
SaveExploits0References2
Prion
Prion
added 2021/11/05 10:15 p.m.19 views

Input validation

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

2.1CVSS5.6AI score0.00136EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:5 p.m.47 views

CVE-2021-41218 Integer division by 0 in `tf.raw_ops.AllToAll`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/11/05 9:45 p.m.50 views

CVE-2021-41202

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

5.5CVSS6.8AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2021/11/05 9:45 p.m.8 views

CVE-2021-41209

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS7AI score0.00136EPSS
SaveExploits0
NVD
NVD
added 2021/11/05 9:15 p.m.33 views

CVE-2021-41226

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseBinCount is vulnerable to a heap OOB access. This is because of missing validation between the elements of the values argument and the shape of the sparse output. The fix will be included ...

7.1CVSS0.00201EPSS
SaveExploits1References2
Rows per page
Query Builder