Lucene search
+L

3137 matches found

NVD
NVD
added 2022/02/03 11:15 a.m.54 views

CVE-2022-21727

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.8CVSS0.00659EPSS
SaveExploits1References3
Prion
Prion
added 2022/02/03 11:15 a.m.18 views

Design/Logic Flaw

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...

6.5CVSS8.8AI score0.00818EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/03 11:15 a.m.25 views

Integer overflow

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...

6.5CVSS8.8AI score0.00659EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/02/03 11:15 a.m.22 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.1CVSS3.3AI score0.00815EPSS
SaveExploits1References3
Prion
Prion
added 2022/02/03 11:15 a.m.18 views

Out-of-bounds

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...

5.5CVSS7.8AI score0.00815EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/02/03 11:15 a.m.19 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.8CVSS1.5AI score0.00818EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/03 11:15 a.m.21 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.1CVSS1.5AI score0.01125EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2022/02/03 11:7 a.m.8 views

CVE-2022-21727 Integer overflow in Tensorflow

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...

7.6CVSS8.9AI score0.00659EPSS
SaveExploits1References3
CVE
CVE
added 2022/02/03 11:7 a.m.169 views

CVE-2022-21727

CVE-2022-21727 : TensorFlow’s Dequantize shape inference is vulnerable to an integer overflow because the axis bound is not checked before computing axis+1. The fix is to be included in TensorFlow 2.8.0, with cherry-picks to 2.7.1, 2.6.3, and 2.5.3. Remediation guidance across connected sources i...

8.8CVSS8.2AI score0.00659EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2022/02/03 11:7 a.m.57 views

CVE-2022-21727 Integer overflow in Tensorflow

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...

7.6CVSS9.1AI score0.00659EPSS
SaveExploits1References3
CVE
CVE
added 2022/02/03 11:1 a.m.109 views

CVE-2022-21726

TensorFlow CVE-2022-21726 affects the Dequantize path, where axis validation is insufficient and can cause heap-out-of-bounds reads. The issue arises when axis is -1 (default) or any large positive value not checked against input dimensions, reading past the dimensions array. A fix is planned for...

8.8CVSS8.4AI score0.00818EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2022/02/03 10:55 a.m.131 views

CVE-2022-21728

CVE-2022-21728 affects TensorFlow: ReverseSequence shape-inference can yield a heap-based out-of-bounds read because batch_dim is checked for being too large but not for negative values. The mitigation path is a forthcoming fix in TensorFlow 2.8.0, with cherry-picks into 2.7.1, 2.6.3, and 2.5.3. ...

8.1CVSS8AI score0.01125EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/02/03 10:55 a.m.41 views

CVE-2022-21728 Out of bounds read in Tensorflow

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.1CVSS8.3AI score0.01125EPSS
SaveExploits1References4
CVE
CVE
added 2022/02/03 10:48 a.m.108 views

CVE-2022-21730

Summary: CVE-2022-21730 describes an out-of-bounds read in TensorFlow’s FractionalAvgPoolGrad due to invalid input handling. This affects TensorFlow releases prior to the fixed patch and is resolved by the fix in TensorFlow 2.8.0, with cherry-picks to 2.7.1, 2.6.3, and 2.5.3. Affected component: ...

8.1CVSS7.9AI score0.00815EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2022/02/03 10:48 a.m.36 views

CVE-2022-21730 Out of bounds read in Tensorflow

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.1CVSS8.2AI score0.00815EPSS
SaveExploits1References3
Microsoft Secure
Microsoft Secure
added 2022/01/28 6:0 p.m.22 views

Gartner® names Microsoft a Leader in the 2022 Magic Quadrant™ for Enterprise Information Archiving

With data doubling every two years, it is more critical than ever to have simple and integrated tools to understand and manage risks to an organization. As more people work remotely, users collaborate and store data in different locations. These secular trends offer new possibilities in how work...

0.2AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2022/01/28 6:0 p.m.25 views

Gartner® names Microsoft a Leader in the 2022 Magic Quadrant™ for Enterprise Information Archiving

With data doubling every two years, it is more critical than ever to have simple and integrated tools to understand and manage risks to an organization. As more people work remotely, users collaborate and store data in different locations. These secular trends offer new possibilities in how work...

0.2AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/01/27 2:8 a.m.49 views

Security Bulletin: IBM Watson Machine Learning in Cloud Pak for Data is vulnerable to denial of service and arbitrary code execution due to Apache Log4j (CVE-2021-45105, CVE-2021-45046)

Summary There are multiple Apache Log4j vulnerabilities CVE-2021-45105, CVE-2021-45046 impacting IBM Watson Machine Learning in Cloud Pak for Data which uses Apache Log4j for logging. The fix includes Apache Log4j 2.17. Vulnerability Details CVEID: CVE-2021-45105 DESCRIPTION: Apache Log4j is...

10CVSS1.2AI score0.99999EPSS
SaveExploits364Affected Software1
The Hacker News
The Hacker News
added 2022/01/26 7:55 a.m.30 views

Google Drops FLoC and Introduces Topics API to Replace Tracking Cookies for Ads

Google on Tuesday announced that it is abandoning its controversial plans for replacing third-party cookies in favor of a new Privacy Sandbox proposal called Topics, which categorizes users' browsing habits into approximately 350 topics. The new mechanism, which takes the place of FLoC short for...

6.6AI score
SaveExploits0
ThreatPost
ThreatPost
added 2022/01/14 4:43 p.m.25 views

Real Big Phish: Mobile Phishing & Managing User Fallibility

According to a recent survey from Ivanti, nearly three-quarters 74 percent of IT professionals reported that their organizations have fallen victim to a phishing attack – and 40 percent of those happened in the last month alone. Increasingly, mobile phishing is the culprit. What’s more, nearly ha...

7.3AI score
SaveExploits0References5
Rows per page
Query Builder