Lucene search
+L

379 matches found

OSV
OSV
added 2021/08/25 8:55 p.m.5 views

GHSA-H6GG-FVF5-QGWF Data races in generator

The Generator type is an iterable which uses a generator function that yields values. In affected versions of the crate, the provided function yielding values had no Send bounds despite the Generator itself implementing Send. The generator function lacking a Send bound means that types that are...

6.9AI score
Exploits0References4
OSV
OSV
added 2021/08/25 8:50 p.m.61 views

GHSA-XP6V-QX65-4PP7 Data races in gfwx

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
Exploits1References4
OSV
OSV
added 2021/06/01 3:52 p.m.2 views

OPENSUSE-SU-2021:0822-1 Security update for gstreamer, gstreamer-plugins-bad, gstreamer-plugins-base, gstreamer-plugins-good, gstreamer-plugins-ugly

This update for gstreamer, gstreamer-plugins-bad, gstreamer-plugins-base, gstreamer-plugins-good, gstreamer-plugins-ugly fixes the following issues: gstreamer was updated to version 1.16.3 bsc1181255: - delay creation of threadpools - bin: Fix deep-element-removed log message - buffer: fix meta...

9.8CVSS9.8AI score0.02377EPSS
Exploits0References3
OSV
OSV
added 2021/05/18 6:26 a.m.27 views

RLSA-2021:1935 Low: rust-toolset:rhel8 security, bug fix, and enhancement update

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. The following packages have been upgraded to a later upstream version: rust 1.49.0. BZ1896712 Security Fixes: rust: use-after-free or double free in VecDeque::makecontiguous...

9.8CVSS8.9AI score0.01676EPSS
Exploits2References3
Fedora
Fedora
added 2021/04/27 1:13 a.m.49 views

[SECURITY] Fedora 32 Update: rust-1.51.0-3.fc32

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This package includes the Rust compiler and documentation generator...

9.8CVSS2.5AI score0.0289EPSS
Exploits4
Fedora
Fedora
added 2021/04/27 1:0 a.m.51 views

[SECURITY] Fedora 33 Update: rust-1.51.0-3.fc33

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This package includes the Rust compiler and documentation generator...

9.8CVSS2.5AI score0.0289EPSS
Exploits4
OpenVAS
OpenVAS
added 2021/04/27 12:0 a.m.19 views

Fedora: Security Advisory for rust (FEDORA-2021-d7f74f0250)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.8CVSS9.7AI score0.0289EPSS
Exploits4References2
OpenVAS
OpenVAS
added 2021/04/27 12:0 a.m.27 views

Fedora: Security Advisory for rust (FEDORA-2021-b1ba54add6)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.8CVSS9.7AI score0.0289EPSS
Exploits4References2
Fedora
Fedora
added 2021/04/24 8:27 p.m.73 views

[SECURITY] Fedora 34 Update: rust-1.51.0-3.fc34

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This package includes the Rust compiler and documentation generator...

9.8CVSS2.5AI score0.0289EPSS
Exploits4
OSV
OSV
added 2021/02/05 11:2 a.m.3 views

OESA-2021-1031 freeradius security update

Remote Authentication Dial-In User Service RADIUS is a networking protocol that provides centralized Authentication, Authorization, and Accounting AAA or Triple A management for users who connect and use a network service.\r\n\r\n Security Fixes:\r\n\r\n In FreeRADIUS 3.0 through 3.0.19, on avera...

7.5CVSS6.9AI score0.02168EPSS
Exploits1References3
CNVD
CNVD
added 2021/01/06 12:0 a.m.7 views

Rust atom crate competitive condition issue vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust atom crate, which stems from an insecure Send implementation that allows data contention across threads. No details of the vulnerability are provided at this time...

4.7CVSS6.8AI score0.00196EPSS
Exploits0References1
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
Exploits0References4
0day.today
0day.today
added 2020/12/08 12:0 a.m.4090 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
Exploits2
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
Exploits1Affected Software1
CVE
CVE
added 2020/11/24 9:20 p.m.344 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
Exploits0References3Affected Software1
OSV
OSV
added 2020/11/18 12:0 p.m.7 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
Exploits0References3
RustSec
RustSec
added 2020/11/15 12:0 p.m.18 views

CopyCell lacks bounds on its Send trait allowing for data races

CopyCell is a Cell-like type that is implemented for any type T that is Copyable. It's Send trait has no bounds on the contained type. As not all Copyable types are thread safe, for example non-mutable references implement the Copy trait, it is possible to send references to types with interior...

8.1CVSS2.3AI score0.01098EPSS
Exploits1
RustSec
RustSec
added 2020/11/14 12:0 p.m.15 views

Send/Sync bound needed on T for Send/Sync impl of RcuCell<T>

Affected versions of this crate unconditionally implement Send/Sync for RcuCell. This allows users to send T: !Send to other threads while T enclosed within RcuCell, and allows users to concurrently access T: !Sync by using the APIs of RcuCell that provide access to &T. This can result in memory...

8.1CVSS3.6AI score0.01249EPSS
Exploits1
OSV
OSV
added 2020/11/10 12:0 p.m.4 views

RUSTSEC-2020-0159 Potential segfault in `localtime_r` invocations

Impact Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library...

5.3CVSS5.8AI score0.01622EPSS
Exploits0References3
OSV
OSV
added 2020/11/10 12:0 p.m.31 views

RUSTSEC-2020-0121 AtomicBox<T> implements Send/Sync for any `T: Sized`

Affected versions of this crate implements Send/Sync for AtomicBox without requiring T: Send/T: Sync. This allows to create data races to T: !Sync and send T: !Send to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined...

8.1CVSS8.3AI score0.00766EPSS
Exploits0References3
Rows per page
Query Builder