Lucene search
+L

6548 matches found

OSV
OSV
added 2021/05/31 3:39 p.m.15 views

UVI-2021-1000402 selinux: add proper NULL termination to the secclass_map permissions

selinux: add proper NULL termination to the secclassmap permissions This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.37 by commit...

7.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2021/05/28 5:10 p.m.79 views

CVE-2021-3569

A stack corruption bug was found in libtpms while decrypting data using RSA. This flaw could result in a SIGBUS bad memory access and termination of swtpm. The highest threat from this vulnerability is to system availability...

2.1CVSS2.5AI score0.00259EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2021/05/28 12:00 a.m.10 views

PT-2021-3861 · Hcc Embedded · Nichestack

Name of the Vulnerable Software and Affected Versions: HCC Embedded InterNiche NicheStack versions through 4.3 Description: The issue is related to errors in handling TFTP packet processing in the NicheLite and InterNiche TCP/IP stacks, specifically with null-termination of strings or arrays. Thi...

7.8CVSS7.5AI score0.023EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2021/05/26 12:00 a.m.194 views

macOS 11.x < 11.4 (HT212529)

The remote host is running a version of macOS / Mac OS X that is 11.x prior to 11.4 Big Sur. It is, therefore, affected by multiple vulnerabilities including the following: - A remote attacker may be able to cause unexpected application termination or arbitrary code execution. CVE-2021-30712 - A...

9.8CVSS7.6AI score0.84224EPSS
SaveExploits2References74
Microsoft CVE
Microsoft CVE
added 2021/05/25 7:00 a.m.4 views

A flaw was found in libwebp in versions before 1.0.1. A use-after-free was found due to a thread being killed too early. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

...

9.8CVSS7AI score0.02319EPSS
SaveExploits0
Apple
Apple
added 2021/05/24 12:00 a.m.99 views

About the security content of iOS 14.6 and iPadOS 14.6

About the security content of iOS 14.6 and iPadOS 14.6 This document describes the security content of iOS 14.6 and iPadOS 14.6. About Apple security updates For our customers' protection, Apple doesn't disclose, discuss, or confirm security issues until an investigation has occurred and patches ...

9.3CVSS9.6AI score0.0741EPSS
SaveExploits2References1Affected Software2
OSV
OSV
added 2021/05/23 6:45 p.m.9 views

MGASA-2021-0220 Updated bind packages fix security vulnerabilities

A broken inbound incremental zone update IXFR can cause named to terminate unexpectedlyCVE-2021-25214. Mageia 7 version not affected. An assertion check can fail while answering queries for DNAME records that require the DNAME to be processed to resolve itself CVE-2021-25215. This affects both...

9.8CVSS7.2AI score0.82367EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/05/21 4:22 p.m.62 views

Nil dereference in NATS JWT causing DoS of nats-server

This advisory is canonically Problem Description The NATS account system has an Operator trusted by the servers, which signs Accounts, and each Account can then create and sign Users within their account. The Operator should be able to safely issue Accounts to other entities which it does not ful...

7.5CVSS7.5AI score0.02116EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/21 2:25 p.m.43 views

CHECK-fail in `tf.raw_ops.IRFFT`

Impact An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.IRFFT: python import tensorflow as tf values = -10.0 130 values0 = -9.999999999999995 inputs = tf.constantvalues, shape=10, 13, dtype=tf.float32 inputs = tf.castinputs,...

5.5CVSS2.5AI score0.00189EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:23 p.m.39 views

CHECK-fail in `CTCGreedyDecoder`

Impact An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.CTCGreedyDecoder: python import tensorflow as tf inputs = tf.constant, shape=18, 2, 0, dtype=tf.float32 sequencelength = tf.constant-100, 17, shape=2, dtype=tf.int32 mergerepeated = False...

5.5CVSS3AI score0.00189EPSS
SaveExploits1References7Affected Software3
Veracode
Veracode
added 2021/05/17 2:24 p.m.23 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists due to MatrixTriangularSolve failing to terminate kernel execution if one validation condition fails...

5.5CVSS5.7AI score0.00217EPSS
SaveExploits1References2Affected Software3
NVD
NVD
added 2021/05/14 8:15 p.m.36 views

CVE-2021-29551

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS0.00217EPSS
SaveExploits1References2
NVD
NVD
added 2021/05/14 8:15 p.m.44 views

CVE-2021-29552

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by controlling the values of numsegments tensor argument for UnsortedSegmentJoin. This is because the...

5.5CVSS0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.22 views

CVE-2021-29563

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination...

5.5CVSS5.5AI score
SaveExploits0References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.10 views

PYSEC-2021-479

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS7AI score0.00217EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.8 views

PYSEC-2021-677

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS6.1AI score0.00217EPSS
SaveExploits1References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.12 views

PYSEC-2021-677

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS7AI score0.00217EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.24 views

PYSEC-2021-491

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination...

5.5CVSS3.1AI score0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.13 views

PYSEC-2021-188

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS6.3AI score0.00217EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:10 p.m.11 views

CVE-2021-29551

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixTriangularSolvehttps://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrixtriangularsolveopimpl.hL160-L240 fails to terminate kernel...

5.5CVSS7AI score0.00217EPSS
SaveExploits1
Rows per page
Query Builder