Lucene search
+L

3620 matches found

ATTACKERKB
ATTACKERKB
added 2021/09/21 6:15 p.m.6 views

CVE-2021-40847

The update process of the Circle Parental Control Service on various NETGEAR routers allows remote attackers to achieve remote code execution as root via a MitM attack. While the parental controls themselves are not enabled by default on the routers, the Circle update daemon, circled, is enabled ...

9.3CVSS8AI score0.10014EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/09/21 5:04 p.m.35 views

CVE-2021-40847

The update process of the Circle Parental Control Service on various NETGEAR routers allows remote attackers to achieve remote code execution as root via a MitM attack. While the parental controls themselves are not enabled by default on the routers, the Circle update daemon, circled, is enabled ...

8.5AI score0.10014EPSS
SaveExploits1References2
Ubuntu
Ubuntu
added 2021/09/13 9:12 a.m.158 views

LSN-0081-1: Kernel Live Patch Security Notice

Maxim Levitsky discovered that the KVM hypervisor implementation for AMD processors in the Linux kernel did not properly prevent a guest VM from enabling AVIC in nested guest VMs. An attacker in a guest VM could use this to write to portions of the host's physical memory.CVE-2021-3653 Maxim...

8.8CVSS7.4AI score0.78684EPSS
SaveExploits28
Palo Alto Networks
Palo Alto Networks
added 2021/09/08 4:00 p.m.47 views

PAN-OS: Unsigned Code Execution During Plugin Installation Race Condition Vulnerability

A time-of-check to time-of-use TOCTOU race condition vulnerability in the Palo Alto Networks PAN-OS web interface enables an authenticated administrator with permission to upload plugins to execute arbitrary code with root user privileges. Work around: Enable signatures for Unique Threat ID 91572...

7.2CVSS2.1AI score0.00918EPSS
SaveExploits0References1
OSV
OSV
added 2021/09/08 3:15 p.m.9 views

CVE-2021-30680

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.4. A local user may be able to load unsigned kernel extensions...

7.8CVSS6.7AI score0.00309EPSS
SaveExploits0References1
NVD
NVD
added 2021/09/08 3:15 p.m.21 views

CVE-2021-30680

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.4. A local user may be able to load unsigned kernel extensions...

7.8CVSS0.00309EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/09/08 3:15 p.m.7 views

CVE-2021-30680

A logic issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.4. A local user may be able to load unsigned kernel extensions...

7.8CVSS6.7AI score0.00309EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/25 8:50 p.m.30 views

GHSA-M9M5-CG5H-R582 Improper random number generation in nanorand

In versions of nanorand prior to 0.5.1, RandomGen implementations for standard unsigned integers could fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just an as conversion. This often manifested as RNGs returning nothing but 0, including the...

5.1CVSS9.4AI score0.01515EPSS
SaveExploits0References5
OSV
OSV
added 2021/08/25 2:43 p.m.25 views

GHSA-9W2P-5MGW-P94C Integer overflow due to conversion to unsigned

Impact The implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. python import tensorflow as tf tf.rawops.QuantizeAndDequantizeV4Grad...

5.7CVSS5.9AI score0.00152EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:43 p.m.19 views

GHSA-H6JH-7GV5-28VG Bad alloc in `StringNGrams` caused by integer conversion

Impact The implementation of tf.rawops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. python import tensorflow as tf tf.rawops.StringNGrams data='','', datasplits=0,2, separator...

6.8CVSS5.9AI score0.00154EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:42 p.m.21 views

GHSA-GF88-J2MG-CC82 Crash caused by integer conversion to unsigned

Impact An attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments: python import tensorflow as tf from tensorflow.python.ops import genboostedtreesops import numpy as np v= tf.Variable0.0, 0.0, 0.0, 0.0, 0.0...

6.8CVSS5.8AI score0.00154EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:42 p.m.11 views

GHSA-VMJW-C2VP-P33C Crash in NMS ops caused by integer conversion to unsigned

Impact An attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0: python import tensorflow as tf tf.rawops.NonMaxSuppressionV5 boxes=0.1,0.1,0.1,0.1,0.2,0.2,0.2,0.2,0.3,0.3,0.3,0.3, scores=1.0,2.0,3.0, maxoutputsize=-1...

6.8CVSS5.9AI score0.00175EPSS
SaveExploits0References8
PyPA
PyPA
added 2021/08/12 11:15 p.m.7 views

PYSEC-2021-780

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0. The implementation uses a user controlled argument to resize a...

5.5CVSS6.7AI score0.00175EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.41 views

Integer overflow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments. The implementation does not validate that numstreams only contains non-negative numbers. I...

2.1CVSS5.5AI score0.00154EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.19 views

Integer overflow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

2.1CVSS5.7AI score0.00152EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/12 9:15 p.m.9 views

PYSEC-2021-756

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

5.5CVSS6AI score0.00152EPSS
SaveExploits0References2
PyPA
PyPA
added 2021/08/12 9:15 p.m.15 views

PYSEC-2021-267

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

5.5CVSS7.2AI score0.00152EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/08/12 9:05 p.m.64 views

CVE-2021-37661

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments. The implementation does not validate that numstreams only contains non-negative numbers. I...

5.5CVSS6.7AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2021/08/12 9:05 p.m.16 views

CVE-2021-37645

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

5.5CVSS7.2AI score0.00152EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/08/12 12:00 a.m.19 views

PT-2021-21760 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.6.0 TensorFlow version 2.5.1 TensorFlow version 2.4.3 Description: The implementation of tf.raw ops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer...

9.3CVSS5.9AI score0.00447EPSS
SaveExploits5References87
Rows per page
Query Builder