Lucene search
K

2673 matches found

CNNVD
CNNVD
added 2021/01/26 12:0 a.m.3 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability in Rust rusb crate before 0.7.0, which stems from a lack of send and synchronization restrictions, can be exploited by an attacker to cause data contention and memory corruption...

7CVSS7AI score0.00285EPSS
Exploits0References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.3 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. rust mayqueue crate through 2020-11-10 A security vulnerability exists due to a limitation in the queue's lack of send feature or synchronization feature, which could be exploited by an attacker to cause a memor...

5.9CVSS6.2AI score0.01112EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.2 views

Rust Security Vulnerabilities

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust multiqueue2 crate before 0.1.7, which stems from the fact that the non-Send type can be sent to a different thread, resulting in a data contention...

5.9CVSS6.2AI score0.01107EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.4 views

Rust 安全漏洞

Rust, a general-purpose, compiled programming language from the Mozilla Foundation, was previously vulnerable in version 0.5.1. The vulnerability stems from the fact that programs can send non-send types to other threads, which can be exploited by attackers to potentially cause data contention an...

5.9CVSS6.2AI score0.01066EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.4 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. a security vulnerability exists in Rust late-static crate before 0.4.0, which stems from the fact that Sync is implemented with LateStatic's T: Send, causing data contention to occur. No details of the...

7CVSS7.1AI score0.00357EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.4 views

Reffers Crate Security Breach

Reffers Crate through 2020-12-01 for Rust A security vulnerability exists that stems from the fact that ARefss can contain a !Send,!Sync object, resulting in data contention and memory corruption...

4.7CVSS5.8AI score0.00242EPSS
Exploits1References2
Positive Technologies
Positive Technologies
added 2021/01/26 12:0 a.m.5 views

PT-2021-16821 · Node Red · Node-Red-Contrib-Huemagic

Name of the Vulnerable Software and Affected Versions: node-red-contrib-huemagic version 3.0.0 Description: The issue allows for Directory Traversal, enabling access to arbitrary files. This is achieved through the res.sendFile API in the file hue-magic.js, using the hue/assets/..%2F path...

7.5CVSS7.4AI score0.09331EPSS
Exploits1References5
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.3 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust lazy-init crate through 2021-01-17, which stems from a lack of send bindings in Lazy, leading to data contention. No details of the vulnerability are provided at this time...

5.3CVSS6AI score0.01314EPSS
Exploits0References2
The Hacker News
The Hacker News
added 2021/01/22 10:40 a.m.3 views

Sharing eBook With Your Kindle Could Have Let Hackers Hijack Your Account

Amazon has addressed a number of flaws in its Kindle e-reader platform that could have allowed an attacker to take control of victims' devices by simply sending them a malicious e-book. Dubbed "KindleDrip ," the exploit chain takes advantage of a feature called "Send to Kindle" to send a...

6.9AI score
Exploits0
Cvelist
Cvelist
added 2021/01/22 9:7 a.m.14 views

CVE-2020-36204

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

4.7AI score0.00332EPSS
Exploits1References1
Cvelist
Cvelist
added 2021/01/22 9:6 a.m.16 views

CVE-2020-36206

An issue was discovered in the rusb crate before 0.7.0 for Rust. Because of a lack of Send and Sync bounds, a data race and memory corruption can occur...

7AI score0.00285EPSS
Exploits0References1
Cvelist
Cvelist
added 2021/01/22 9:6 a.m.13 views

CVE-2020-36207

An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7AI score0.00285EPSS
Exploits0References1
Cvelist
Cvelist
added 2021/01/22 9:6 a.m.16 views

CVE-2020-36208

An issue was discovered in the conquer-once crate before 0.3.2 for Rust. Thread crossing can occur for a non-Send but Sync type, leading to memory corruption...

7.5AI score0.00426EPSS
Exploits1References1
Cvelist
Cvelist
added 2021/01/22 9:4 a.m.11 views

CVE-2020-36215

An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur...

7.7AI score0.0136EPSS
Exploits1References1
CVE
CVE
added 2021/01/22 9:3 a.m.47 views

CVE-2021-25901

CVE-2021-25901 concerns the lazy-init crate for Rust, where the absence of a Send bound enables data races in safe code. Consequence is potential data contention and non-deterministic behavior if the crate is used in multi-threaded contexts. Public advisories (RustSec/RustSec-advisory style) desc...

5.3CVSS5.2AI score0.01314EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:3 a.m.18 views

CVE-2021-25901

An issue was discovered in the lazy-init crate through 2021-01-17 for Rust. Lazy lacks a Send bound, leading to a data race...

5.5AI score0.01314EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2021/01/22 12:0 a.m.5 views

PT-2021-5771

Name of the Vulnerable Software and Affected Versions GnuTLS affected versions not specified Description A flaw was found in the client send params function of the lib/ext/pre shared key.c component, related to a use after free issue. This may lead to memory corruption and other potential...

10CVSS7.2AI score0.58969EPSS
Exploits10References102
RustSec
RustSec
added 2021/01/17 12:0 p.m.15 views

Missing Send bound for Lazy

All current versions of this crate allow causing data races in safe code. The flaw will be fixed in the next release...

5.3CVSS3.3AI score0.01314EPSS
Exploits0Affected Software1
UbuntuCve
UbuntuCve
added 2021/01/08 6:15 p.m.38 views

CVE-2020-26664

A vulnerability in EbmlTypeDispatcher::send in VideoLAN VLC media player 3.0.11 allows attackers to trigger a heap-based buffer overflow via a crafted .mkv file...

7.8CVSS7.3AI score0.01538EPSS
Exploits1References5
Debian CVE
Debian CVE
added 2021/01/08 5:40 p.m.19 views

CVE-2020-26664

A vulnerability in EbmlTypeDispatcher::send in VideoLAN VLC media player 3.0.11 allows attackers to trigger a heap-based buffer overflow via a crafted .mkv file...

7.8CVSS8.6AI score0.01538EPSS
Exploits1
Rows per page
Query Builder