Lucene search
+L

1439 matches found

CVE
CVE
added 2022/06/27 4:19 p.m.70 views

CVE-2021-33647

Huawei MindSpore Community Tile’s Tile operator may disclose sensitive data when performing the inference shape operation if the input data type is not int or int32, due to out-of-bounds access of heap buffers. Affected: MindSpore Community Tile (Tile operator). Root cause: type check bypass lead...

7.5CVSS7.6AI score0.00872EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/06/27 4:19 p.m.20 views

CVE-2021-33647

When performing the inference shape operation of the Tile operator, if the input data type is not int or int32, it will access data outside of bounds of heap allocated buffers...

7.8AI score0.00872EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2022/06/27 4:17 p.m.21 views

CVE-2021-33648

When performing the inference shape operation of Affine, Concat, MatMul, ArgMinMax, EmbeddingLookup, and Gather operators, if the input shape size is 0, it will access data outside of bounds of shape which allocated from heap buffers...

7.8AI score0.00872EPSS
SaveExploits0References1
CVE
CVE
added 2022/06/27 4:17 p.m.75 views

CVE-2021-33648

CVE-2021-33648 affects Huawei MindSpore Community’s shape-inference logic for operators including Affine , Concat , MatMul , ArgMinMax , EmbeddingLookup , and Gather . When the input shape size is 0, the code may access data outside of the heap-allocated shape, causing an information-disclosure-t...

7.5CVSS7.5AI score0.00872EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2022/05/11 5:15 p.m.23 views

CVE-2021-46744

An attacker with access to a malicious hypervisor may be able to infer data values used in a SEV guest on AMD CPUs by monitoring ciphertext values over time...

6.5CVSS0.00328EPSS
SaveExploits0References2
Prion
Prion
added 2022/05/11 5:15 p.m.22 views

Design/Logic Flaw

An attacker with access to a malicious hypervisor may be able to infer data values used in a SEV guest on AMD CPUs by monitoring ciphertext values over time...

2.1CVSS6.3AI score0.00328EPSS
SaveExploits0References2
CVE
CVE
added 2022/05/11 4:40 p.m.117 views

CVE-2021-46744

Technical details about CVE-2021-46744 are not publicly provided in the supplied Connected documents. The initial entry mentions a SEV data-inference risk on AMD SEV guests, but no product/version/root-cause/fix is given here. Monitor for updates.

6.5CVSS6.3AI score0.00328EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/05/04 12:0 a.m.14 views

F5 BIG-IP 安全特征问题漏洞

F5 BIG-IP is an application delivery platform that integrates network traffic management, application security management, load balancing, etc. F5 BIG-IP has a security feature issue vulnerability that can be exploited by an attacker to determine the open UDP User Datagram Protocol source port of...

7.5CVSS7.3AI score0.01032EPSS
SaveExploits0References3
CVE
CVE
added 2022/03/09 6:17 p.m.120 views

CVE-2022-25368

CVE-2022-23960 describes Spectre-BHB: an attack on ARM Cortex and Neoverse CPUs that abuse the Branch History Buffer (BHB) to influence mispredicted branches, enabling a cache-related side-channel and potential information disclosure across security contexts. Affected: ARM Cortex and Neoverse pro...

4.7CVSS4.8AI score0.00299EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/03/09 6:17 p.m.36 views

CVE-2022-25368

Spectre BHB is a variant of Spectre-v2 in which malicious code uses the shared branch history stored in the CPU BHB to influence mispredicted branches in the victim's hardware context. Speculation caused by these mispredicted branches can then potentially be used to cause cache allocation, which...

5.1AI score0.00299EPSS
SaveExploits0References3
OSV
OSV
added 2022/03/09 12:0 a.m.9 views

UBUNTU-CVE-2022-26382

While the text displayed in Autofill tooltips cannot be directly read by JavaScript, the text was rendered using page fonts. Side-channel attacks on the text by using specially crafted fonts could have lead to this text being inferred by the webpage. This vulnerability affects Firefox 98...

4.3CVSS7.3AI score0.00493EPSS
SaveExploits1References5
OSV
OSV
added 2022/02/16 7:15 p.m.45 views

CVE-2021-3773

A flaw in netfilter could allow a network-connected attacker to infer openvpn connection endpoint information for further use in traditional network attacks...

9.8CVSS6.2AI score0.05279EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2022/02/16 6:35 p.m.43 views

CVE-2021-3773

A flaw in netfilter could allow a network-connected attacker to infer openvpn connection endpoint information for further use in traditional network attacks...

6.3AI score0.05279EPSS
SaveExploits1References3
CNVD
CNVD
added 2022/02/16 12:0 a.m.50 views

Google TensorFlow buffer overflow vulnerability (CNVD-2022-11507)

Google TensorFlow is an end-to-end open source platform for machine learning from Google Google. Google Tensorflow has a buffer overflow vulnerability, which stems from the implementation of ReverseSequence's shape inference does not fully validate the value of batch dim, and an attacker can...

8.1CVSS2.6AI score0.01125EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2022/02/10 12:19 a.m.44 views

Type confusion leading to segfault in Tensorflow

Impact 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: python import tensorflow as tf @tf.function def test: y = tf.rawops.ConcatV2 values=1,2,3,4,5,6, axis = 0xb500005b return y test The axis argument...

6.5CVSS1.2AI score0.00845EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/02/10 12:19 a.m.20 views

GHSA-M4HF-J54P-P353 Type confusion leading to segfault in Tensorflow

Impact 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: python import tensorflow as tf @tf.function def test: y = tf.rawops.ConcatV2 values=1,2,3,4,5,6, axis = 0xb500005b return y test The axis argument...

7.1CVSS6.5AI score0.00845EPSS
SaveExploits1References8
OSV
OSV
added 2022/02/09 11:55 p.m.11 views

GHSA-5QW5-89MW-WCG2 Out of bounds write in Tensorflow

Impact TensorFlow is vulnerable to a heap OOB write in Grappler: cc Status SetUnknownShapeconst NodeDef node, int outputport shapeinference::ShapeHandle shape = GetUnknownOutputShapenode, outputport; InferenceContext ctx = GetContextnode; if ctx == nullptr return errors::InvalidArgument"Missing...

8.8CVSS7.2AI score0.00924EPSS
SaveExploits1References8
OSV
OSV
added 2022/02/09 11:31 p.m.30 views

GHSA-VQ36-27G6-P492 Out of bounds read in Tensorflow

Impact TensorFlow's type inference can cause a heap OOB read as the bounds checking is done in a DCHECK which is a no-op during production: cc if nodet.typeid != TFTUNSET int ix = inputidxi; DCHECKix nodet.argssize "input " i " should have an output " ix " but instead only has " nodet.argssize "...

8.1CVSS7.8AI score0.00858EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/09 11:28 p.m.10 views

GHSA-RWW7-2GPW-FV6J Crash when type cannot be specialized in Tensorflow

Impact Under certain scenarios, TensorFlow can fail to specialize a type during shape inference: cc void InferenceContext::PreInputInit const OpDef& opdef, const std::vector& inputtensors, const std::vector& inputtensorsasshapes const auto ret = fulltype::SpecializeTypeattrs, opdef;...

7.1CVSS6.1AI score0.00992EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:28 p.m.29 views

Crash when type cannot be specialized in Tensorflow

Impact Under certain scenarios, TensorFlow can fail to specialize a type during shape inference: cc void InferenceContext::PreInputInit const OpDef& opdef, const std::vector& inputtensors, const std::vector& inputtensorsasshapes const auto ret = fulltype::SpecializeTypeattrs, opdef;...

6.5CVSS1.2AI score0.00992EPSS
SaveExploits1References7Affected Software3
Rows per page
Query Builder