Lucene search
K

34 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1747

Malware in sbrugna...

9.1CVSS8.8AI score0.00334EPSS
Exploits1References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1669

Malware in sbrugna...

5.5CVSS5.3AI score0.00054EPSS
Exploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1692

Malware in sbrugna...

5.9CVSS5.7AI score0.0028EPSS
Exploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2021-1917

Malware in sbrugna...

5.5CVSS5.5AI score0.00054EPSS
Exploits1References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-0548

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.00363EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 5:37 p.m.5 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.9CVSS6.8AI score0.0028EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 4:38 p.m.3 views

CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.5CVSS6.8AI score0.00054EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 1:29 p.m.4 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.8CVSS6.7AI score0.00363EPSS
Exploits0References1
OSV
OSV
added 2024/12/23 7:26 p.m.2 views

GHSA-3QX8-RV27-J6GP Undefined behaviour in `kvm_ioctls::ioctls::vm::VmFd::create_device`

An issue was identified in the VmFd::createdevice function, leading to undefined behavior and miscompilations on rustc 1.82.0 and newer due to the function's violation of Rust's pointer safety rules. The function downcasted a mutable reference to its struct kvmcreatedevice argument to an immutabl...

7.3AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2024/12/23 7:26 p.m.5 views

Undefined behaviour in `kvm_ioctls::ioctls::vm::VmFd::create_device`

An issue was identified in the VmFd::createdevice function, leading to undefined behavior and miscompilations on rustc 1.82.0 and newer due to the function's violation of Rust's pointer safety rules. The function downcasted a mutable reference to its struct kvmcreatedevice argument to an immutabl...

7.3AI score
Exploits0References3Affected Software1
RustSec
RustSec
added 2023/11/23 12:0 p.m.1 views

`openssl` `X509StoreRef::objects` is unsound

This function returned a shared reference into an OpenSSL datastructure but did not account for interior mutability. OpenSSL may modify the data behind this reference, meaning accesses can race and the reference is unsound. Use of this function should be replaced with X509StoreRef::allcertificate...

7AI score
Exploits0Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/30 5:48 p.m.17 views

prettytable-rs: Force cast a &Vec<T> to &[T] may lead to undefined behavior

In function Table::asref, a reference of vector is force cast to slice. There are multiple problems here: 1. To guarantee the size is correct, we have to first do Vec::shrinktofit. The function requires a mutable reference, so we have to force cast from immutable to mutable, which is undefined...

1.7AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/17 12:16 a.m.12 views

A malicious coder can get unsound access to TCell or TLCell memory

This is impossible to do by accident, but by carefully constructing marker types to be covariant, a malicious coder can cheat the singleton check in TCellOwner and TLCellOwner, giving unsound access to cell memory. This could take the form of getting two mutable references to the same memory, or ...

3.5AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.18 views

Mutable reference with immutable provenance in image

A mutable reference to a struct was constructed by dereferencing a pointer obtained from slice::asptr. Instead, slice::asmutptr should have been called on the mutable slice argument. The former performs an implicit reborrow as an immutable shared reference which does not allow writing through the...

5.5CVSS5.6AI score0.00054EPSS
Exploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.25 views

Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS8.7AI score0.00334EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:49 p.m.17 views

GHSA-HHW2-PQHF-VMX2 Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS9.2AI score0.00334EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.29 views

Use after free in actix-service

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.6AI score0.00054EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:49 p.m.17 views

GHSA-WHC7-5P35-4WW2 Use after free in actix-service

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.4AI score0.00054EPSS
Exploits1References5
NVD
NVD
added 2021/08/08 6:15 a.m.9 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.9CVSS0.0028EPSS
Exploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.119 views

CVE-2020-36467

The CVE-2020-36467 entry concerns the Rust crate cgc . The root cause is that Ptr::get returns multiple mutable references to the same object, violating alias rules. Multiple connected sources describe this issue and note potential data races when the crate is used across threads. The records ref...

5.9CVSS5.5AI score0.0028EPSS
Exploits1References2Affected Software1
Rows per page
Query Builder