Lucene search
+L

7215 matches found

PyPA
PyPA
•added 2022/02/03 1:15 p.m.•7 views

PYSEC-2022-114

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalMaxPool can be made to crash a TensorFlow process via a division by 0. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow...

6.5CVSS6.9AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•7 views

PYSEC-2022-133

Tensorflow is an Open Source Machine Learning Framework. Multiple operations in TensorFlow can be used to trigger a denial of service via CHECK-fails i.e., assertion failures. This is similar to TFSA-2021-198 and has similar fixes. We have patched the reported issues in multiple GitHub commits. I...

6.5CVSS7AI score0.00458EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•10 views

PYSEC-2022-53

Tensorflow is an Open Source Machine Learning Framework. The implementation of UnravelIndex is vulnerable to a division by zero caused by an integer overflow bug. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlo...

6.5CVSS7.2AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•7 views

PYSEC-2022-58

Tensorflow is an Open Source Machine Learning Framework. The implementation of MapStage is vulnerable a CHECK-fail if the key tensor is not a scalar. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as...

6.5CVSS7AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•10 views

PYSEC-2022-49

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS7.2AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•8 views

PYSEC-2022-104

Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure ...

6.5CVSS7.2AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•9 views

PYSEC-2022-78

Tensorflow is an Open Source Machine Learning Framework. Multiple operations in TensorFlow can be used to trigger a denial of service via CHECK-fails i.e., assertion failures. This is similar to TFSA-2021-198 and has similar fixes. We have patched the reported issues in multiple GitHub commits. I...

6.5CVSS7AI score0.00458EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/02/03 1:15 p.m.•7 views

PYSEC-2022-113

Tensorflow is an Open Source Machine Learning Framework. The implementation of MapStage is vulnerable a CHECK-fail if the key tensor is not a scalar. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as...

6.5CVSS7AI score0.00783EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•8 views

PYSEC-2022-131

Tensorflow is an Open Source Machine Learning Framework. The implementations of SparseCwise ops are vulnerable to integer overflows. These can be used to trigger large allocations so, OOM based denial of service or CHECK-fails when building new TensorShape objects so, assert failures based denial...

6.5CVSS6.9AI score0.01097EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•10 views

PYSEC-2022-76

Tensorflow is an Open Source Machine Learning Framework. The implementations of SparseCwise ops are vulnerable to integer overflows. These can be used to trigger large allocations so, OOM based denial of service or CHECK-fails when building new TensorShape objects so, assert failures based denial...

6.5CVSS6.9AI score0.01097EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•9 views

PYSEC-2022-60

Tensorflow is an Open Source Machine Learning Framework. The implementation of SparseTensorSliceDataset has an undefined behavior: under certain condition it can be made to dereference a nullptr value. The 3 input arguments to SparseTensorSliceDataset represent a sparse tensor. However, there are...

7.6CVSS6.9AI score0.00746EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•10 views

PYSEC-2022-115

Tensorflow is an Open Source Machine Learning Framework. The implementation of SparseTensorSliceDataset has an undefined behavior: under certain condition it can be made to dereference a nullptr value. The 3 input arguments to SparseTensorSliceDataset represent a sparse tensor. However, there are...

7.6CVSS6.9AI score0.00746EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•10 views

PYSEC-2022-56

Tensorflow is an Open Source Machine Learning Framework. The implementation of ThreadPoolHandle can be used to trigger a denial of service attack by allocating too much memory. This is because the numthreads argument is only checked to not be negative, but there is no upper bound on its value. Th...

6.5CVSS6.8AI score0.00765EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•8 views

PYSEC-2022-55

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ConcatV2 can be used to trigger a denial of service attack via a segfault caused by a type confusion. The axis argument is translated into concatdim in the ConcatShapeHelper helper function. Then, a...

6.5CVSS6.8AI score0.00845EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•14 views

PYSEC-2022-111

Tensorflow is an Open Source Machine Learning Framework. The implementation of ThreadPoolHandle can be used to trigger a denial of service attack by allocating too much memory. This is because the numthreads argument is only checked to not be negative, but there is no upper bound on its value. Th...

6.5CVSS6.8AI score0.00765EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•8 views

PYSEC-2022-57

Tensorflow is an Open Source Machine Learning Framework. The implementation of StringNGrams can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on padwitdh and that result in computing a negative value for...

6.5CVSS6.8AI score0.00821EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•7 views

PYSEC-2022-132

Tensorflow is an Open Source Machine Learning Framework. The implementation of AddManySparseToTensorsMap is vulnerable to an integer overflow which results in a CHECK-fail when building new TensorShape objects so, an assert failure based denial of service. We are missing some validation on the...

6.5CVSS7.1AI score0.008EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•8 views

PYSEC-2022-77

Tensorflow is an Open Source Machine Learning Framework. The implementation of AddManySparseToTensorsMap is vulnerable to an integer overflow which results in a CHECK-fail when building new TensorShape objects so, an assert failure based denial of service. We are missing some validation on the...

6.5CVSS7.1AI score0.008EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•10 views

PYSEC-2022-112

Tensorflow is an Open Source Machine Learning Framework. The implementation of StringNGrams can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on padwitdh and that result in computing a negative value for...

6.5CVSS6.8AI score0.00821EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 12:15 p.m.•9 views

PYSEC-2022-110

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ConcatV2 can be used to trigger a denial of service attack via a segfault caused by a type confusion. The axis argument is translated into concatdim in the ConcatShapeHelper helper function. Then, a...

6.5CVSS6.8AI score0.00845EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•9 views

PYSEC-2022-106

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of dimensions of the...

8.8CVSS7.6AI score0.00659EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•11 views

PYSEC-2022-107

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01125EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•12 views

PYSEC-2022-54

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

8.1CVSS6.9AI score0.00815EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•11 views

PYSEC-2022-105

Tensorflow is an Open Source Machine Learning Framework. The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of...

8.8CVSS7AI score0.00818EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•11 views

PYSEC-2022-50

Tensorflow is an Open Source Machine Learning Framework. The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of...

8.8CVSS7AI score0.00818EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•10 views

PYSEC-2022-109

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

8.1CVSS6.9AI score0.00815EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•10 views

PYSEC-2022-51

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness. The axis argument can be -1 the default value for the optional argument or any other positive value at most the number of dimensions of the...

8.8CVSS7.6AI score0.00659EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/02/03 11:15 a.m.•11 views

PYSEC-2022-52

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01125EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 2:15 a.m.•10 views

PYSEC-2022-19

The % debug % template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS...

6.1CVSS6.9AI score0.03328EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/02/03 2:15 a.m.•8 views

PYSEC-2022-20

An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files...

7.5CVSS7AI score0.49246EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2022/02/01 2:15 p.m.•8 views

PYSEC-2022-36

Apache Superset up to and including 1.3.2 allowed for registered database connections password leak for authenticated users. This information could be accessed in a non-trivial way. Users should upgrade to Apache Superset 1.4.0 or higher...

6.5CVSS6.7AI score0.07863EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/02/01 11:15 a.m.•7 views

PYSEC-2022-26

treq is an HTTP library inspired by requests but written on top of Twisted's Agents. Treq's request methods treq.get, treq.post, etc. and treq.client.HTTPClient constructor accept cookies as a dictionary. Such cookies are not bound to a single domain, and are therefore sent to every domain...

6.5CVSS6.6AI score0.01083EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
•added 2022/01/31 9:15 p.m.•8 views

PYSEC-2022-24

Flask-AppBuilder is an application development framework, built on top of the Flask web framework. In affected versions there exists a user enumeration vulnerability. This vulnerability allows for a non authenticated user to enumerate existing accounts by timing the response time from the server...

5.3CVSS6.6AI score0.00953EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/01/30 2:15 p.m.•6 views

PYSEC-2022-23

Server-Side Request Forgery SSRF in Pypi calibreweb prior to 0.6.16...

9.8CVSS6.9AI score0.00954EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/01/30 2:15 p.m.•8 views

PYSEC-2022-22

Improper Access Control in Pypi calibreweb prior to 0.6.16...

6.5CVSS6.9AI score0.0067EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/01/28 10:15 p.m.•10 views

PYSEC-2022-18

Cross-site Scripting XSS - Reflected in Pypi calibreweb prior to 0.6.16...

8.5CVSS6.3AI score0.00853EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/01/28 10:15 p.m.•11 views

PYSEC-2022-21

Products.ATContentTypes are the core content types for Plone 2.1 - 4.3. Versions of Plone that are dependent on Products.ATContentTypes prior to version 3.0.6 are vulnerable to reflected cross site scripting and open redirect when an attacker can get a compromised version of the imageviewfullscre...

6.1CVSS5.9AI score0.0075EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/01/26 10:15 p.m.•11 views

PYSEC-2022-17

Gerapy is a distributed crawler management framework. Prior to version 0.9.9, an authenticated user could execute arbitrary commands. This issue is fixed in version 0.9.9. There are no known workarounds...

9CVSS7.1AI score0.0765EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
•added 2022/01/26 2:15 p.m.•7 views

PYSEC-2022-48

Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly, leading to an unchecked call into the proto file's name during generation of the resulting error message. Since the symbol is incorrectly parsed, the file is nullptr. We recommend upgrading to...

6.5CVSS6.9AI score0.0266EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2022/01/25 2:15 p.m.•11 views

PYSEC-2022-16

Jupyter Server Proxy is a Jupyter notebook server extension to proxy web services. Versions of Jupyter Server Proxy prior to 3.2.1 are vulnerable to Server-Side Request Forgery SSRF. Any user deploying Jupyter Server or Notebook with jupyter-proxy-server extension enabled is affected. A lack of...

7.1CVSS6.8AI score0.01096EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2022/01/25 9:15 a.m.•9 views

PYSEC-2022-14

Improper Privilege Management in Conda loguru prior to 0.5.3...

4.3CVSS6.9AI score0.00758EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
•added 2022/01/21 11:15 a.m.•7 views

PYSEC-2022-15

This CVE has been rejected as it was incorrectly assigned...

6.7AI score
SaveExploits0References2
PyPA
PyPA
•added 2022/01/20 11:15 a.m.•11 views

PYSEC-2022-11

In Apache Airflow prior to 2.2.0. This CVE applies to a specific case where a User who has "cancreate" permissions on DAG Runs can create Dag Runs for dags that they don't have "edit" permissions for...

6.5CVSS6.6AI score0.01709EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/01/19 10:15 p.m.•8 views

PYSEC-2022-12

IPython Interactive Python is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Affected versions are subject to an arbitrary code execution vulnerability achieved by not properly managing cross user temporary...

8.8CVSS9.6AI score0.00657EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
•added 2022/01/18 11:15 p.m.•9 views

PYSEC-2022-41

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions The path parameter of the requested URL is not sanitized before being passed to the QT frontend. This path is used in all componen...

8.7CVSS6.8AI score0.00789EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2022/01/18 11:15 p.m.•9 views

PYSEC-2022-43

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions anyone with access to the chat environment can write messages disguised as another chat participant...

4.3CVSS6.9AI score0.00771EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
•added 2022/01/18 11:15 p.m.•8 views

PYSEC-2022-45

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. The website mode of the onionshare allows to use a hardened CSP, which will block any scripts and external resources. It is not possible to configure...

5.3CVSS6.8AI score0.01248EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
•added 2022/01/18 10:15 p.m.•9 views

PYSEC-2022-42

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions chat participants can spoof their channel leave message, tricking others into assuming they left the chatroom...

4.3CVSS6.9AI score0.00673EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/01/18 10:15 p.m.•11 views

PYSEC-2022-46

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions authenticated users or unauthenticated in public mode can send messages without being visible in the list of chat participants. Th...

5.3CVSS6.8AI score0.00849EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
•added 2022/01/18 10:15 p.m.•8 views

PYSEC-2022-44

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions an adversary with a primitive that allows for filesystem access from the context of the Onionshare process can access sensitive...

6.5CVSS6.6AI score0.01129EPSS
SaveExploits0References2Affected Software1
Total number of security vulnerabilities7215