Lucene search
+L

2902 matches found

CVE
CVE
added 2021/08/08 5:13 a.m.206 views

CVE-2020-36460

CVE-2020-36460 affects the Rust model crate: the Shared data structure implements Send and Sync regardless of the inner type, potentially enabling data races in safe Rust. Covered in multiple sources (NVD/RUSTSEC/RH Red Hat) with references to a contention issue; no explicit patch/version remedia...

8.1CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:13 a.m.46 views

CVE-2020-36460

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type...

8.1AI score0.01098EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:13 a.m.115 views

CVE-2020-36461

The CVE-2020-36461 issue affects the Rust crate noise_search, where MvccRwLock is unconditionally Send/Sync. Multiple connected records document data races and aliasing violations when types that are not Send/Sync, such as Rc or Arc<Cell>, are contained inside MvccRwLock and moved across th...

8.1CVSS8AI score0.0124EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:13 a.m.40 views

CVE-2020-36461

An issue was discovered in the noisesearch crate through 2020-12-10 for Rust. There are unconditional implementations of Send and Sync for MvccRwLock...

8.1AI score0.0124EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:13 a.m.39 views

CVE-2020-36462

An issue was discovered in the syncpool crate before 0.1.6 for Rust. There is an unconditional implementation of Send for Bucket2...

8.1AI score0.0124EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.35 views

CVE-2020-36463

An issue was discovered in the multiqueue crate through 2020-12-25 for Rust. There are unconditional implementations of Send for InnerSend, InnerRecv, FutInnerSend, and FutInnerRecv...

8.1AI score0.01098EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.32 views

CVE-2020-36466

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.7AI score0.00978EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.127 views

CVE-2020-36466

CVE-2020-36466 affects the Rust crate cgc (Ptr type) with multiple soundness issues. The Ptr type implements Send and Sync for all types, enabling potential data races by sending non-thread-safe data across threads. In addition, Ptr::get violates mutable aliasing rules by returning multiple mutab...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/08/08 5:11 a.m.228 views

CVE-2020-36469

The CVE-2020-36469 entry describes a data-race risk in the Rust appendix crate (Index) where Send and Sync are implemented unconditionally for generic K and V. This can permit multi-threaded usage with non-Send/Sync types, potentially causing data contention or races when these types populate the...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:11 a.m.26 views

CVE-2020-36471

An issue was discovered in the generator crate before 0.7.0 for Rust. It does not ensure that a function for yielding values has Send bounds...

5.6AI score0.01094EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:11 a.m.129 views

CVE-2020-36471

CVE-2020-36471 concerns the Rust generator crate prior to 0.7.0, where the yielding function does not enforce Send bounds on the value yielded, while the Generator type is Send. This mismatch allows potential data races when generators are used across threads with non-Send components (e.g., Rc) i...

5.9CVSS5.5AI score0.01094EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2021/08/08 12:0 a.m.10 views

Rust 命令注入漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. Rust suffers from a command injection vulnerability that stems from the cache crate in Rust having an unconditional send and synchronization implementation for cache...

8.1CVSS7.7AI score0.01098EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2021/08/08 12:0 a.m.10 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. buffer overflow vulnerabilities exist in versions of Mozilla Rust prior to 0.3.0, stemming from the ticketedlock crate in Rust. there are unconditional Send implementations for ReadTicket and WriteTicket, which...

8.1CVSS6AI score0.00766EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2021/08/08 12:0 a.m.10 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. a memory corruption vulnerability exists in Mozilla Rust, which stems from Rust's scottqueue crate. for Queue there is an unconditional send and sync implementation, which can be exploited by an attacker to caus...

8.1CVSS5.7AI score0.01098EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2021/08/08 12:0 a.m.9 views

Rust 命令注入漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. Mozilla Rust is vulnerable to a command injection vulnerability that originates from rcucell crate in Rust. For RcuCell there is an unconditional send and sync implementation, which can be exploited by an attack...

8.1CVSS5.7AI score0.01249EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2021/07/22 12:0 a.m.6 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A resource management error vulnerability exists in the Linux kernel, which can be exploited by an attacker to trigger a denial of service and run arbitrary code by forcing the use of a freed area of...

7CVSS6.8AI score0.0037EPSS
SaveExploits1References42
Code423n4
Code423n4
added 2021/07/21 12:0 a.m.10 views

Router has an arbitrary send

Handle heiho1 Vulnerability details Impact Router.sol line 221 has an arbitary-send of iBEP20token.transferrecipient, amount. The call ignore the transfer result. This is a brittle implementation because it relies on the boolean return value being hard-coded to true. Further, if a token...

6.9AI score
SaveExploits0
NVD
NVD
added 2021/07/02 6:15 p.m.25 views

CVE-2020-36398

A stored cross site scripting XSS vulnerability in phplist 3.5.4 and below allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the "Campaign" field under the "Send a campaign" module...

5.4CVSS0.00522EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/07/02 12:0 a.m.8 views

PhpList 跨站脚本漏洞

phpList is an open source newsletter and email marketing software from phpList UK. A stored cross-site scripting vulnerability exists in phplist 3.5.4 and earlier versions, which can be exploited by an attacker to execute arbitrary Web script or HTML via the "Campaign" field under the "Send...

5.4CVSS5.6AI score0.00522EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2021/07/02 12:0 a.m.9 views

PT-2021-12040 · Phplist · Phplist

Name of the Vulnerable Software and Affected Versions: phplist versions 3.5.4 and below Description: A stored cross site scripting XSS issue allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the Campaign field under the Send a campaign module. Recommendations: For...

5.4CVSS5.3AI score0.00522EPSS
SaveExploits1References5
Rows per page
Query Builder