Lucene search
+L

4726 matches found

RustSec
RustSec
added 2020/12/08 12:0 p.m.28 views

ImageChunkMut needs bounds on its Send and Sync traits

In the affected versions of this crate, ImageChunkMut unconditionally implements Send and Sync, allowing to create data races. This can result in a memory corruption or undefined behavior when non thread-safe types are moved and referenced across thread boundaries. The flaw was corrected in commi...

7CVSS1.9AI score0.00344EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/08 12:0 p.m.21 views

RUSTSEC-2020-0090 Thex<T> allows data races of non-Send types across threads

thex::Thex implements Sync for all types T. However, it is missing a bound for T: Send. This allows non-Send types such as Rc to be sent across thread boundaries which can trigger undefined behavior and memory corruption...

5.5CVSS5.3AI score0.0031EPSS
SaveExploits0References2
OSV
OSV
added 2020/12/08 12:0 p.m.25 views

RUSTSEC-2020-0104 ImageChunkMut needs bounds on its Send and Sync traits

In the affected versions of this crate, ImageChunkMut unconditionally implements Send and Sync, allowing to create data races. This can result in a memory corruption or undefined behavior when non thread-safe types are moved and referenced across thread boundaries. The flaw was corrected in commi...

7CVSS6.9AI score0.00344EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2020/12/08 12:0 a.m.9 views

Multiple Qualcomm Products Resource Management Error Vulnerability

A Qualcomm chip is a chip from Qualcomm Incorporated USA. a way to miniaturize circuits primarily semiconductor devices, but also passive components, etc. and are manufactured from time to time on the surface of semiconductor wafers. A resource management error vulnerability exists in multiple...

7.2CVSS6.4AI score0.00208EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2020/12/08 12:0 a.m.9 views

Multiple Qualcomm Products Resource Management Error Vulnerability

A Qualcomm chip is a chip from Qualcomm Incorporated USA. A way to miniaturize circuitry including primarily semiconductor devices, but also passive components, etc. and is manufactured from time to time on the surface of semiconductor wafers. A resource management error vulnerability exists in...

6.9CVSS6.6AI score0.00132EPSS
SaveExploits0References4
zdt
zdt
added 2020/12/08 12:0 a.m.4135 views

Apache 2 HTTP2 Module Concurrent Pool Usage Vulnerability

apache2: concurrent pool usage in http2 module h2mplx.c contains a number of calls to aplogcerror using m-c the master connection as an argument. These calls can trigger allocations using the m-c-pool. One example is coregeneratelogid. As some of the code in h2mplx.c is executed on a worker threa...

7.5CVSS8.8AI score0.58716EPSS
SaveExploits2
Microsoft CVE
Microsoft CVE
added 2020/12/03 8:0 a.m.12 views

An issue was discovered in kmem_cache_alloc_bulk in mm/slub.c in the Linux kernel before 5.5.11. The slowpath lacks the required TID increment aka CID-fd4d9c7d0c71.

...

7CVSS8.3AI score0.00608EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2020/11/30 12:0 a.m.63 views

openSUSE Security Update : java-1_8_0-openjdk (openSUSE-2020-2083)

This update for java-180-openjdk fixes the following issues : - Fix regression '8250861: Crash in MinINode::IdealPhaseGVN, bool', introduced in October 2020 CPU. - Update to version jdk8u272 icedtea 3.17.0 July 2020 CPU, bsc1174157, and October 2020 CPU, bsc1177943 - New features + JDK-8245468: A...

8.3CVSS6.9AI score0.0435EPSS
SaveExploits0References18
RustSec
RustSec
added 2020/11/29 12:0 p.m.22 views

Send bound needed on T (for Send impl of `Bucket2`)

Affected versions of this crate unconditionally implements Send for Bucket2. This allows sending non-Send types to other threads. This can lead to data races when non Send types like Cell or Rc are contained inside Bucket2 and sent across thread boundaries. The data races can potentially lead to...

8.1CVSS2AI score0.0124EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/29 12:0 p.m.35 views

RUSTSEC-2020-0142 Send bound needed on T (for Send impl of `Bucket2`)

Affected versions of this crate unconditionally implements Send for Bucket2. This allows sending non-Send types to other threads. This can lead to data races when non Send types like Cell or Rc are contained inside Bucket2 and sent across thread boundaries. The data races can potentially lead to...

8.1CVSS8.1AI score0.0124EPSS
SaveExploits1References3
Gitee
Gitee
added 2020/11/27 2:42 p.m.3 views

CVE

This is a collection of HTML files from a blog about reverse engineering and security. The files are dated from August 2019 to September 2019 and appear to be written in Chinese. The content includes various topics such as: Creating and finding SEH Structured Exception Handler in Windows Input...

6.8AI score
SaveExploits0
NVD
NVD
added 2020/11/24 10:15 p.m.21 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0References3
OSV
OSV
added 2020/11/24 10:15 p.m.20 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score
SaveExploits0References3
CVE
CVE
added 2020/11/24 9:20 p.m.346 views

CVE-2020-26235

CVE-2020-26235 affects the Rust time crate: versions 0.2.7 through before 0.2.23 can segfault on unix-like OSes when an environment variable is set from another thread, due to a dangling pointer dereference. Affected functions include time::UtcOffset::local_offset_at, try_local_offset_at, current...

5.3CVSS5AI score0.01622EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2020/11/24 9:20 p.m.26 views

CVE-2020-26235 Segmentation fault in Rust time crate

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2020/11/24 9:20 p.m.81 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2020/11/24 12:0 a.m.28 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS6.1AI score0.01622EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2020/11/24 12:0 a.m.12 views

Rust time crate code issue vulnerability

Rust is a general-purpose, compiled programming language. A security vulnerability exists in Rust time crate versions 0.2.7 through 0.2.23, which stems from the possibility that the unix operating system may experience a segmentation fault due to the dereferencing of a dangling pointer in a...

5.3CVSS6AI score0.01622EPSS
SaveExploits0References4
OSV
OSV
added 2020/11/18 12:0 p.m.8 views

RUSTSEC-2020-0071 Potential segfault in the time crate

Impact The affected functions set environment variables without synchronization. On Unix-like operating systems, this can crash in multithreaded programs. Programs may segfault due to dereferencing a dangling pointer if an environment variable is read in a different thread than the affected...

6.2CVSS5.8AI score0.01622EPSS
SaveExploits0References3
RustSec
RustSec
added 2020/11/17 12:0 p.m.22 views

Slock<T> allows sending non-Send types across thread boundaries

Slock unconditionally implements Send/Sync. Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race...

8.1CVSS5AI score0.01311EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder