Lucene search
+L

8518 matches found

RedHat Linux
RedHat Linux
added 2021/11/23 10:34 a.m.13 views

undertow: potential security issue in flow control over HTTP/2 may lead to DOS

A flaw was found in Undertow. A potential security issue in flow control handling by the browser over http/2 may potentially cause overhead or a denial of service in the server. The highest threat from this vulnerability is availability...

5.9CVSS7.3AI score0.01297EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/19 4:15 p.m.12 views

CVE-2021-39353

The Easy Registration Forms WordPress plugin is vulnerable to Cross-Site Request Forgery due to missing nonce validation via the ajaxaddform function found in the /includes/class-form.php file which made it possible for attackers to inject arbitrary web scripts in versions up to, and including...

8.8CVSS7.3AI score0.00721EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/17 8:15 p.m.11 views

CVE-2021-0186

Improper input validation in the IntelR SGX SDK applications compiled for SGX2 enabled processors may allow a privileged user to potentially escalation of privilege via local access...

6.7CVSS5.8AI score0.0033EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2021/11/15 5:18 p.m.15 views

mina-sshd-core: Memory leak denial of service in Apache Mina SSHD Server

A vulnerability in sshd-core of Apache Mina SSHD allows an attacker to overflow the server causing an OutOfMemory error. This issue affects the SFTP and port forwarding features of Apache Mina SSHD version 2.0.0 and later versions. It was addressed in Apache Mina SSHD 2.7.0...

6.5CVSS6.8AI score0.03049EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/11/10 8:49 p.m.23 views

haproxy: does not ensure that the scheme and path portions of a URI have the expected characters

A flaw was found in haproxy. An input validation flaw when processing HTTP/2 requests causes haproxy to not ensure that the scheme and path portions of a URI have the expected characters. This may cause specially crafted input to bypass implemented security restrictions. The highest threat from...

7.5CVSS5.8AI score0.02319EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/10 12:15 p.m.15 views

CVE-2021-43136

An authentication bypass issue in FormaLMS = 2.4.4 allows an attacker to bypass the authentication mechanism and obtain a valid access to the platform...

9.8CVSS5.8AI score0.15725EPSS
SaveExploits4References4
CNNVD
CNNVD
added 2021/11/10 12:00 a.m.10 views

Pdf2xml 代码问题漏洞

pdftoxml is an open source PDF to XML converter. pdftoxml version 2.0 of the TextPage::restoreState function has a null pointer dereference vulnerability. An attacker can exploit this vulnerability to cause a denial of service...

7.5CVSS5.7AI score0.01406EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/11/08 12:00 a.m.11 views

WordPress 插件跨站脚本漏洞

WordPress is the Wordpress Foundation's set of blogging platform developed using the PHP language. The platform supports the hosting of personal blogging sites on PHP and MySQL servers. WordPress plugin is a WordPress open source application plugin. WordPress plugin WP Header Images version 2.0.1...

6.1CVSS5.2AI score0.00827EPSS
SaveExploits2References2
PyPA
PyPA
added 2021/11/05 11:15 p.m.15 views

PYSEC-2021-820

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS7AI score0.00243EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/11/05 10:15 p.m.22 views

PYSEC-2021-815

TensorFlow is an open source platform for machine learning. In affected versions the code for boosted trees in TensorFlow is still missing validation. As a result, attackers can trigger denial of service via dereferencing nullptrs or via CHECK-failures as well as abuse undefined behavior binding...

8.8CVSS7.1AI score0.00173EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/11/05 10:15 p.m.9 views

CVE-2021-41206

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.0018EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/11/05 10:15 p.m.20 views

CVE-2021-41208

TensorFlow is an open source platform for machine learning. In affected versions the code for boosted trees in TensorFlow is still missing validation. As a result, attackers can trigger denial of service via dereferencing nullptrs or via CHECK-failures as well as abuse undefined behavior binding...

8.8CVSS7.2AI score0.00173EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.12 views

PYSEC-2021-407

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS7.1AI score0.00187EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/11/05 9:15 p.m.10 views

CVE-2021-41224

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseFillEmptyRows can be made to trigger a heap OOB access. This occurs whenever the size of indices does not match the size of values. The fix will be included in TensorFlow 2.7.0. We will al...

7.1CVSS7AI score0.00208EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.10 views

PYSEC-2021-403

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7AI score0.00208EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.14 views

PYSEC-2021-831

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseFillEmptyRows can be made to trigger a heap OOB access. This occurs whenever the size of indices does not match the size of values. The fix will be included in TensorFlow 2.7.0. We will al...

7.1CVSS6.9AI score0.00208EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.13 views

PYSEC-2021-818

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array. This occurs whenever axis is a negative value less than -1. In this case, we are accessing data before the start o...

7.1CVSS7AI score0.00208EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 8:15 p.m.12 views

PYSEC-2021-607

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow allows tensor to have a large number of dimensions and each dimension can be as large as desired. However, the total number of elements in a tensor must fit within an int64t. If an overflow occurs,...

5.5CVSS7.1AI score0.00319EPSS
SaveExploits2References6Affected Software1
OSV
OSV
added 2021/11/05 8:15 p.m.8 views

PYSEC-2021-842

TensorFlow is an open source platform for machine learning. In affected versions the implementation of tf.math.segment operations results in a CHECK-fail related abort and denial of service if a segment id in segmentids is large. This is similar to CVE-2021-29584 and similar other reported...

5.5CVSS6.1AI score0.00212EPSS
SaveExploits1References4
PyPA
PyPA
added 2021/11/05 8:15 p.m.11 views

PYSEC-2021-609

TensorFlow is an open source platform for machine learning. In affected versions if tf.image.resize is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64t typ...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder