Lucene search
+L

2508 matches found

Positive Technologies
Positive Technologies
added 2021/03/26 12:0 a.m.7 views

PT-2024-11146 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the crypto: qat module in the Linux kernel, where the ADF STATUS PF RUNNING flag is set after adf dev init. However, the vf2pf lock is initialized in adf dev...

7.8CVSS6.5AI score0.08555EPSS
SaveExploits6References1088
OSV
OSV
added 2021/02/10 11:2 a.m.3 views

OESA-2021-1037 gssproxy security update

This is a proxy for GSSAPI which deals with credential handling.\r\n\r\n Security Fixes:\r\n\r\n DISPUTED gssproxy aka gss-proxy before 0.8.3 does not unlock condmutex before pthread exit in gpworkermain in gpworkers.c. NOTE: An upstream comment states "We are already on a shutdown path when...

9.8CVSS6.9AI score0.01681EPSS
SaveExploits0References2
NVD
NVD
added 2021/01/21 10:15 a.m.25 views

CVE-2020-11148

Use after free issue in HIDL while using callback to post event in Rx thread when internal mutex is not acquired and meantime close is triggered and callback instance is deleted in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT,...

7.2CVSS7.6AI score0.00208EPSS
SaveExploits0References2
Prion
Prion
added 2021/01/21 10:15 a.m.24 views

Design/Logic Flaw

Use after free issue in HIDL while using callback to post event in Rx thread when internal mutex is not acquired and meantime close is triggered and callback instance is deleted in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT,...

7.2CVSS7.5AI score0.00208EPSS
SaveExploits0References2
CNVD
CNVD
added 2021/01/06 12:0 a.m.55 views

Rust buffer overflow vulnerability (CNVD-2021-37536)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in try-mutex crate for Rust versions prior to 0.3.0, which stems from TryMutex allowing cross-threaded sends of non-sending types. No details of the vulnerability are...

5.5CVSS7AI score0.00377EPSS
SaveExploits1References1
NVD
NVD
added 2020/12/31 9:15 a.m.23 views

CVE-2020-35924

An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...

5.5CVSS5.5AI score0.00377EPSS
SaveExploits1References1
OSV
OSV
added 2020/12/31 9:15 a.m.8 views

CVE-2020-35915

An issue was discovered in the futures-intrusive crate before 0.4.0 for Rust. GenericMutexGuard allows cross-thread data races of non-Sync types...

5.5CVSS6.1AI score0.00374EPSS
SaveExploits1References1
OSV
OSV
added 2020/12/31 9:15 a.m.3 views

DEBIAN-CVE-2020-35910

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness...

5.5CVSS5.6AI score0.00324EPSS
SaveExploits0References1
Prion
Prion
added 2020/12/31 9:15 a.m.20 views

Cross site scripting

An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...

2.1CVSS5.5AI score0.00377EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:16 a.m.28 views

CVE-2020-35924

An issue was discovered in the try-mutex crate before 0.3.0 for Rust. TryMutex allows cross-thread sending of a non-Send type...

5.4AI score0.00377EPSS
SaveExploits1References1
CVE
CVE
added 2020/12/31 8:16 a.m.165 views

CVE-2020-35924

CVE-2020-35924 affects the Rust crate try-mutex prior to 0.3.0. The issue arises because TryMutex allowed cross-thread sending of non-Send types due to an unconditional Sync implementation, enabling data races. The root cause is absence of a Send bound on the Sync trait implementation for TryMute...

5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2020/12/31 1:15 a.m.1 views

DEBIAN-CVE-2020-12658

gssproxy aka gss-proxy before 0.8.3 does not unlock condmutex before pthread exit in gpworkermain in gpworkers.c. NOTE: An upstream comment states "We are already on a shutdown path when running the code in question, so a DoS there doesn't make any sense, and there has been no additional...

9.8CVSS8.2AI score0.01681EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/31 1:15 a.m.10 views

CVE-2020-12658

gssproxy aka gss-proxy before 0.8.3 does not unlock condmutex before pthread exit in gpworkermain in gpworkers.c. NOTE: An upstream comment states "We are already on a shutdown path when running the code in question, so a DoS there doesn't make any sense, and there has been no additional...

9.8CVSS9.2AI score
SaveExploits0References4
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.11 views

Gssapi Gssproxy Security Vulnerabilities

Gssapi Gssproxy is a C-based implementation of a GSS-API protocol-compliant proxy for the Gssapi personal developer. A security vulnerability exists in gssproxy aka gss-proxy before 0.8.3, which stems from not unlocking the cond mutex lock before the pthread in gp worker main exits...

9.8CVSS5.8AI score0.01681EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.10 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust futures-intrusive crate versions prior to 0.4.0 that stems from GenericMutexGuard allowing unsynchronized types of cross-thread data contention. No details of the...

5.5CVSS5.8AI score0.00374EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.8 views

Rust Competition Condition Problem Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust futures-util crate before 0.3.7, which stems from the fact that MutexGuard::map can lead to data contention in certain closure cases in safe code...

4.7CVSS5.8AI score0.00261EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.8 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in try-mutex crate for Rust versions prior to 0.3.0, which stems from TryMutex allowing cross-threaded sends of non-sending types. No details of the vulnerability are...

5.5CVSS6AI score0.00377EPSS
SaveExploits1References2
RustSec
RustSec
added 2020/12/22 12:0 p.m.24 views

`Demuxer` can carry non-Send types across thread boundaries

In the affected versions of this crate, Demuxer unconditionally implemented Send with no trait bounds on T. This allows sending a non-Send type T across thread boundaries, which can cause undefined behavior like unlocking a mutex from a thread that didn't lock the mutex, or memory corruption from...

5.9CVSS2.7AI score0.00801EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/15 12:0 p.m.17 views

RUSTSEC-2020-0126 SyncChannel<T> can move 'T: !Send' to other threads

Affected versions of this crate unconditionally implement Send/Sync for SyncChannel. SyncChannel doesn't provide access to &T but merely serves as a channel that consumes and returns owned T. Users can create UB in safe Rust by sending T: !Send to other threads with SyncChannel::send/recv APIs...

8.1CVSS7.9AI score0.00766EPSS
SaveExploits0References3
vulnersOsv
vulnersOsv
added 2020/10/31 12:0 p.m.9 views

async-mutex (>=1.0.1 <=1.4.1), blocking-permit (>=0.1.0 <=1.2.1) +18 more potentially affected by CVE-2020-35915 via futures-intrusive (>=0.2.2 <=0.3.1)

futures-intrusive CARGO version =0.2.2, =1.0.1, =0.1.0, =0.4.0, =0.4.0, =0.4.0, =0.2.0, =0.10.0, =0.3.6, =0.3.7 - raii-counter-futures =0.1.0 - stm32f1xx-futures =0.1.0 - switchyard =0.1.0 and more Source cves: CVE-2020-35915 Source advisory: OSV:RUSTSEC-2020-0072...

5.5CVSS6AI score0.00374EPSS
SaveExploits1
Rows per page
Query Builder