Lucene search
K

1097 matches found

OSV
OSV
added 2020/11/12 12:0 p.m.15 views

RUSTSEC-2020-0130 Bunch<T> unconditionally implements Send/Sync

Affected versions of this crate unconditionally implements Send/Sync for Bunch. This allows users to insert T: !Sync to Bunch. It is possible to create a data race to a T: !Sync by invoking the Bunch::get API which returns &T from multiple threads. It is also possible to send T: !Send to other...

8.1CVSS7.9AI score0.01249EPSS
Exploits1References3
RustSec
RustSec
added 2020/11/10 12:0 p.m.29 views

AtomicBox<T> lacks bound on its Send and Sync traits allowing data races

AtomicBox is a Box type designed to be used across threads, however, it implements the Send and Sync traits for all types T. This allows non-Send types such as Rc and non-Sync types such as Cell to be used across thread boundaries which can trigger undefined behavior and memory corruption...

8.1CVSS2.1AI score0.0124EPSS
Exploits1Affected Software1
RustSec
RustSec
added 2020/11/10 12:0 p.m.23 views

hashconsing's HConsed lacks Send/Sync bound for its Send/Sync trait.

Affected versions of hashconsing implements Send/Sync for its HConsed type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs...

7.5CVSS3AI score0.0136EPSS
Exploits1Affected Software1
Malwarebytes
Malwarebytes
added 2020/11/04 8:10 p.m.24 views

QBot Trojan delivered via malspam campaign exploiting US election uncertainties

This blog post was authored by Jérôme Segura and Hossein Jazi. The 2020 US elections have been the subject of intense scrutiny and emotions, while happening in the middle of a global pandemic. As election night ended and uncertainty regarding the results began to creep in, threat actors decided t...

0.2AI score
Exploits0
Rockylinux
Rockylinux
added 2020/11/03 12:31 p.m.14 views

new module: perl:5.30

An update is available for perl-Pod-Perldoc, perl-DBI, perl-Pod-Escapes, perl-Devel-PPPort, perl-Pod-Usage, perl-Sub-Exporter, perl-perlfaq, perl-Object-HashBase, perl-CPAN-Meta-YAML, perl-Digest, perl-podlators, perl-bignum, perl-Text-ParseWords, perl-Text-Template, perl-DBD-MySQL, perl-Text-Glo...

1.8AI score
Exploits0
OSV
OSV
added 2020/11/02 9:15 p.m.3 views

CVE-2020-27358

An issue was discovered in REDCap 8.11.6 through 9.x before 10. The messenger's CSV feature that allows users to export their conversation threads as CSV allows non-privileged users to export one another's conversation threads by changing the threadid parameter in the request to the endpoint...

4.3CVSS5.9AI score0.02031EPSS
Exploits1References3
Prion
Prion
added 2020/11/02 7:15 a.m.20 views

Race condition

u'Two threads running simultaneously from user space can lead to race condition in fastRPC driver' in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wir...

4.4CVSS6.9AI score0.00139EPSS
Exploits0References2
OSV
OSV
added 2020/10/31 12:0 p.m.27 views

RUSTSEC-2020-0072 GenericMutexGuard allows data races of non-Sync types across threads

GenericMutexGuard was given the Sync auto trait as long as T is Send due to its contained members. However, since the guard is supposed to represent an acquired lock and allows concurrent access to the underlying data from different threads, it should only be Sync when the underlying data is. Thi...

5.5CVSS5.3AI score0.00374EPSS
Exploits1References3
Veracode
Veracode
added 2020/10/25 12:40 p.m.21 views

Denial Of Service (DoS)

firefox is vulnerable to denial of service DoS. The vulnerability exists through multiple WASM threads which have a reference to a module, and were looking up exported functions, where a WASM thread could have overwritten another's entry in a shared stub table...

7.5CVSS2AI score0.01078EPSS
Exploits0References2Affected Software6
Prion
Prion
added 2020/10/22 9:15 p.m.14 views

Code injection

When multiple WASM threads had a reference to a module, and were looking up exported functions, one WASM thread could have overwritten another's entry in a shared stub table, resulting in a potentially exploitable crash. This vulnerability affects Firefox 82...

5CVSS7.8AI score0.01078EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2020/10/22 8:32 p.m.12 views

CVE-2020-15681

When multiple WASM threads had a reference to a module, and were looking up exported functions, one WASM thread could have overwritten another's entry in a shared stub table, resulting in a potentially exploitable crash. This vulnerability affects Firefox 82...

7.9AI score0.01078EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2020/10/22 8:32 p.m.30 views

CVE-2020-15681

When multiple WASM threads had a reference to a module, and were looking up exported functions, one WASM thread could have overwritten another's entry in a shared stub table, resulting in a potentially exploitable crash. This vulnerability affects Firefox 82...

7.5CVSS8.9AI score0.01078EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2020/10/22 8:32 p.m.43 views

CVE-2020-15681

When multiple WASM threads had a reference to a module, and were looking up exported functions, one WASM thread could have overwritten another's entry in a shared stub table, resulting in a potentially exploitable crash. This vulnerability affects Firefox 82...

7.5CVSS8AI score0.01078EPSS
Exploits0
OSV
OSV
added 2020/10/21 7:15 p.m.1 views

CVE-2020-3555

A vulnerability in the SIP inspection process of Cisco Adaptive Security Appliance ASA Software and Cisco Firepower Threat Defense FTD Software could allow an unauthenticated, remote attacker to cause a crash and reload of an affected device, resulting in a denial of service DoS condition. The...

7.5CVSS5.8AI score0.0166EPSS
Exploits0References1
Mozilla
Mozilla
added 2020/10/20 12:0 a.m.82 views

Security Vulnerabilities fixed in Firefox 82 — Mozilla

A use-after-free bug in the usersctp library was reported upstream. We assume this could have led to memory corruption and a potentially exploitable crash. In the crossbeam rust crate, the bounded channel incorrectly assumed that Vec::fromiter had allocated capacity that was the same as the numbe...

9.8CVSS0.5AI score0.02743EPSS
Exploits1References9Affected Software1
OSV
OSV
added 2020/10/01 12:0 a.m.34 views

ASB-A-157708122

In AudioFlinger::RecordThread::threadLoop of audioflinger/Threads.cpp, there is a possible non-silenced audio buffer due to a permissions bypass. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation...

6.5CVSS6.4AI score0.00954EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2020/09/29 8:41 p.m.2 views

QEMU: seccomp: blacklist is not applied to all threads

qemu-seccomp.c in QEMU might allow local OS guest users to cause a denial of service guest crash by leveraging mishandling of the seccomp policy for threads other than the main thread...

5.5CVSS7.2AI score0.005EPSS
Exploits0References4
GithubExploit
GithubExploit
added 2020/09/29 6:45 p.m.168 views

Exploit for CVE-2020-1472

Zerologon CVE-2020-1472 This script is made for bulk checkin...

10CVSS8.3AI score0.99512EPSS
Exploits75
Kitploit
Kitploit
added 2020/09/26 8:30 p.m.176 views

SharpSecDump - .Net Port Of The Remote SAM + LSA Secrets Dumping Functionality Of Impacket'S Secretsdump.Py

.Net port of the remote SAM + LSA Secrets dumping functionality of impacket's secretsdump.py. By default runs in the context of the current user. Please only use in environments you own or have permission to test against : Usage SharpSecDump.exe -target=192.168.1.15 -u=admin -p=Password123...

7.3AI score
Exploits0References6
OSV
OSV
added 2020/09/21 12:0 p.m.15 views

RUSTSEC-2020-0044 Unsafe Send implementation in Atom allows data races

The atom crate contains a security issue revolving around its implementation of the Send trait. It incorrectly allows any arbitrary type to be sent across threads potentially leading to use-after-free issues through memory races...

4.7CVSS4.8AI score0.00196EPSS
Exploits0References3
Rows per page
Query Builder