Lucene search
+L

354 matches found

Github Security Blog
Github Security Blog
added 2022/06/17 12:13 a.m.14 views

Aliased mutable references from `tls_rand` & `TlsWyRand`

TlsWyRand's implementation of Deref unconditionally dereferences a raw pointer, and returns multiple mutable references to the same object, which is undefined behavior...

2.7AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/04/23 12:40 a.m.10 views

Tahoe-LAFS fails to ensure integrity

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS6.9AI score0.01728EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2022/04/23 12:40 a.m.5 views

GHSA-V62P-CJV8-35XH Tahoe-LAFS fails to ensure integrity

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS7.4AI score0.01728EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2022/02/09 11:25 p.m.37 views

Out of bounds read and write in Tensorflow

Impact There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write: cc for int i = 0; i argssize; j++ auto arg = t-mutableargsi; // ... Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg...

8.8CVSS1.4AI score0.00837EPSS
SaveExploits1References7Affected Software3
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.6 views

CVE-2022-23574 Out of bounds read and write in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

8.8CVSS8.6AI score0.00837EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2022/02/04 10:32 p.m.6 views

CVE-2022-23574

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

8.8CVSS6.9AI score0.00837EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2022/02/04 12:0 a.m.4 views

PT-2022-16087 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.8.0 TensorFlow versions 2.7.0 through 2.7.1 TensorFlow versions 2.6.0 through 2.6.3 Description: When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable argumen...

7.1CVSS6.2AI score0.00992EPSS
SaveExploits1References12
OSV
OSV
added 2022/01/06 11:48 p.m.10 views

GHSA-VC89-HCCF-RQ55 Hash collision in typelevel jawn

Impact Extenders of the org.typelevel.jawn.SimpleFacade and org.typelevel.jawn.MutableFacade who don't override objectContext are vulnerable to a hash collision attack. Most applications do not implement these traits directly, but inherit from a library: Affected implementations include: org.http...

5.9CVSS5.9AI score0.00793EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/01/06 10:8 p.m.28 views

Pointer dereference in nanorand

An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer...

9.8CVSS2AI score0.01191EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/01/06 12:0 a.m.8 views

Out-of-bounds Write in actix-web

An issue was discovered in the actix-web crate before 0.7.19 for Rust. It can unsoundly coerce an immutable reference into a mutable reference, leading to memory corruption...

9.8CVSS7.8AI score0.01288EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2021/12/27 12:15 a.m.39 views

CVE-2021-45705

An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer...

9.8CVSS0.01191EPSS
SaveExploits0References2
OSV
OSV
added 2021/12/27 12:15 a.m.10 views

CVE-2021-45705

An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer...

9.8CVSS7.3AI score0.01191EPSS
SaveExploits0References2
OSV
OSV
added 2021/12/27 12:15 a.m.9 views

CVE-2018-25024

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly coerce an immutable reference into a mutable reference, leading to memory corruption...

9.8CVSS5.8AI score0.01324EPSS
SaveExploits0References2
Prion
Prion
added 2021/12/27 12:15 a.m.16 views

Null pointer dereference

An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer...

7.5CVSS9.3AI score0.01191EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/12/27 12:15 a.m.9 views

UBUNTU-CVE-2018-25024

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly coerce an immutable reference into a mutable reference, leading to memory corruption...

9.8CVSS7.3AI score0.01288EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2021/12/27 12:0 a.m.40 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. a security vulnerability exists in versions of Rust nanorand crate prior to 0.6.1, which stems from the fact that the same object can have multiple mutable references. No details of the vulnerability are current...

9.8CVSS5.6AI score0.01191EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/12/26 9:48 p.m.37 views

CVE-2021-45705

An issue was discovered in the nanorand crate before 0.6.1 for Rust. There can be multiple mutable references to the same object because the TlsWyRand Deref implementation dereferences a raw pointer...

9.6AI score0.01191EPSS
SaveExploits0References2
OSV
OSV
added 2021/09/23 12:0 p.m.74 views

RUSTSEC-2021-0114 Aliased mutable references from `tls_rand` & `TlsWyRand`

TlsWyRand's implementation of Deref unconditionally dereferences a raw pointer, and returns multiple mutable references to the same object, which is undefined behavior...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/09/23 12:0 p.m.19 views

Aliased mutable references from `tls_rand` & `TlsWyRand`

TlsWyRand's implementation of Deref unconditionally dereferences a raw pointer, and returns multiple mutable references to the same object, which is undefined behavior...

9.8CVSS2.7AI score0.01191EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.61 views

GHSA-W9R2-QRPM-4RMJ Data race in disrustor

An issue was discovered in the disrustor crate through 2020-12-17 for Rust. RingBuffer doe not properly limit the number of mutable references...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References5
Rows per page
Query Builder