Lucene search
+L

379 matches found

OSV
OSV
added 2022/05/27 4:23 a.m.8 views

OPENSUSE-SU-2022:0148-1 Security update for varnish

This update for varnish fixes the following issues: varnish was updated to release 7.1.0 boo1195188 CVE-2022-23959 VCL: It is now possible to assign a BLOB value to a BODY variable, in addition to STRING as before. VMOD: New STRING strftimeTIME time, STRING format function for UTC formatting...

9.1CVSS7.9AI score0.01973EPSS
Exploits0References6
Fedora
Fedora
added 2022/01/25 1:12 a.m.28 views

[SECURITY] Fedora 35 Update: rust-1.58.1-1.fc35

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...

7.3CVSS2.5AI score0.01376EPSS
Exploits1
OpenVAS
OpenVAS
added 2022/01/25 12:0 a.m.19 views

Fedora: Security Advisory for rust (FEDORA-2022-1bafa3fc91)

The remote host is missing an update for the Copyright C 2022 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...

7.3CVSS7.1AI score0.01376EPSS
Exploits1References2
GitLab Advisory Database
GitLab Advisory Database
added 2022/01/06 12:0 a.m.8 views

Out-of-bounds Write in actix-web

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can add the Send marker trait to an object that cannot be sent between threads safely, leading to memory corruption...

9.8CVSS7.2AI score0.01324EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/01/02 12:0 p.m.28 views

RUSTSEC-2022-0008 Delegate functions are missing `Send` bound

Affected versions of this crate did not require event handlers to have Send bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior. The flaw was corrected in commit afe3252 by adding Send bounds...

7AI score
Exploits0References3
Fedora
Fedora
added 2021/11/05 1:8 a.m.51 views

[SECURITY] Fedora 35 Update: rust-1.56.1-1.fc35

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...

8.3CVSS8.6AI score0.12205EPSS
Exploits4
RedHat Linux
RedHat Linux
added 2021/11/04 4:59 p.m.5 views

Mozilla: Use-after-free in HTTP2 Session object

The Mozilla Foundation Security Advisory describes this flaw as: A use-after-free could have occured when an HTTP2 session object was released on a different thread, leading to memory corruption and a potentially exploitable crash...

8.8CVSS7.4AI score0.0111EPSS
Exploits0References4
OSV
OSV
added 2021/09/30 8:45 a.m.10 views

SUSE-RU-2021:14818-1 Recommended update for mozilla-nspr, mozilla-nss

This update for mozilla-nspr fixes the following issues: mozilla-nspr was updated to version 4.32: implement new socket option PRSockOptDontFrag support larger DNS records by increasing the default buffer size for DNS queries Lock access to PRCallOnceType members in PRCallOnce for thread safety...

9.1CVSS7.2AI score0.03901EPSS
Exploits0References12
OSV
OSV
added 2021/09/21 2:38 p.m.8 views

SUSE-RU-2021:3115-2 Recommended update for mozilla-nspr, mozilla-nss

This update for mozilla-nspr fixes the following issues: mozilla-nspr was updated to version 4.32: implement new socket option PRSockOptDontFrag support larger DNS records by increasing the default buffer size for DNS queries Lock access to PRCallOnceType members in PRCallOnce for thread safety...

9.1CVSS7.2AI score0.03901EPSS
Exploits0References12
OSV
OSV
added 2021/09/16 12:7 p.m.13 views

SUSE-RU-2021:3116-1 Recommended update for mozilla-nspr, mozilla-nss

This update for mozilla-nspr fixes the following issues: mozilla-nspr was updated to version 4.32: implement new socket option PRSockOptDontFrag support larger DNS records by increasing the default buffer size for DNS queries Lock access to PRCallOnceType members in PRCallOnce for thread safety...

9.1CVSS7.2AI score0.03901EPSS
Exploits0References12
OSV
OSV
added 2021/09/16 12:5 p.m.9 views

SUSE-RU-2021:3115-1 Recommended update for mozilla-nspr, mozilla-nss

This update for mozilla-nspr fixes the following issues: mozilla-nspr was updated to version 4.32: implement new socket option PRSockOptDontFrag support larger DNS records by increasing the default buffer size for DNS queries Lock access to PRCallOnceType members in PRCallOnce for thread safety...

9.1CVSS7.2AI score0.03901EPSS
Exploits0References12
OSV
OSV
added 2021/08/25 9:0 p.m.2 views

GHSA-7MG7-M5C3-3HQJ Data races in unicycle

Affected versions of this crate unconditionally implemented Send & Sync for types PinSlab & Unordered. This allows sending non-Send types to other threads and concurrently accessing non-Sync types from multiple threads. This can result in a data race & memory corruption when types that provide...

7.2AI score
Exploits0References5
OSV
OSV
added 2021/08/25 8:59 p.m.2 views

GHSA-9J8Q-M9X5-9G6J Data races in async-coap

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Affected versions of this crate implement Send/Sync for ArcGuard with no trait bounds on RC. This allows users to send RC: !Send to other threads and also allows users to concurrently access Rc: !Sync from multiple...

8.1CVSS7.2AI score0.00766EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.36 views

Data race in abox

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.1AI score0.00766EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.11 views

GHSA-R2X6-VRXX-JGV4 Data races in multiqueue

Affected versions of this crate unconditionally implemented Send for types used in queue implementations InnerSend, InnerRecv, FutInnerSend, FutInnerRecv. This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior...

8.1CVSS7.1AI score0.01098EPSS
Exploits1References5
OSV
OSV
added 2021/08/25 8:58 p.m.16 views

GHSA-HXW9-JXQW-JC8J Data races in dces

An issue was discovered in the dces crate through 2020-12-09 for Rust. The World type is marked as Send but lacks bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races...

8.1CVSS7.9AI score0.01098EPSS
Exploits1References5
OSV
OSV
added 2021/08/25 8:57 p.m.24 views

GHSA-W3G5-2848-2V8R 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...

5.9CVSS5.4AI score0.01094EPSS
Exploits1References6
OSV
OSV
added 2021/08/25 8:56 p.m.21 views

GHSA-PWHF-7427-9VV2 Non-atomic writes in cgc

Multiple soundness issues in Ptr in cgc Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable...

5.9CVSS5.5AI score0.00978EPSS
Exploits3References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.31 views

Segmentation fault in time

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. The...

5.3CVSS5.5AI score0.01622EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.47 views

GHSA-F3MQ-99JR-WW4R Multiple soundness issues in cgc

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS5.5AI score0.00978EPSS
Exploits3References5
Rows per page
Query Builder