Lucene search
+L

9480 matches found

CVE
CVE
added 2022/09/29 2:15 p.m.81 views

CVE-2022-39252

CVE-2022-39252 affects matrix-rust-sdk (and matrix-sdk-crypto). Before 0.6, forwarded room keys could be accepted without verifying the origin device, enabling a homeserver to insert keys of questionable validity and potentially mount an impersonation attack. The issue is fixed in version 0.6. Re...

8.6CVSS7.9AI score0.00499EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/09/29 2:15 p.m.6 views

CVE-2022-39252 When matrix-rust-sdk recieves forwarded room keys, the reciever doesn't check if it requested the key from the forwarder

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust, and matrix-sdk-crypto is the Matrix encryption library. Prior to version 0.6, when a user requests a room key from their devices, the software correctly remembers the request. When the user receives a forwarded room...

8.6CVSS8.5AI score0.00499EPSS
SaveExploits0References4
OSV
OSV
added 2022/09/29 2:15 p.m.33 views

CVE-2022-39252 When matrix-rust-sdk recieves forwarded room keys, the reciever doesn't check if it requested the key from the forwarder

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust, and matrix-sdk-crypto is the Matrix encryption library. Prior to version 0.6, when a user requests a room key from their devices, the software correctly remembers the request. When the user receives a forwarded room...

8.6CVSS7.3AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2022/09/29 12:00 a.m.45 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : rust1.62 (SUSE-SU-2022:3451-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:3451-1 advisory. - CVE-2022-36113: Fixed symlink hijack vulnerability bsc1203433. - CVE-2022-36114: Fixed zip bom...

8.1CVSS6.9AI score0.01046EPSS
SaveExploits0References7
Veracode
Veracode
added 2022/09/28 10:21 p.m.31 views

Denial Of Service (DoS)

binutils is vulnerable to denial of service. The vulnerability exists due to a flaw in demanglepath in rust-demangle.c allowing an attacker to crash the system by injecting a crafted symbol...

7.5CVSS6.9AI score0.024EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/09/28 12:00 p.m.15 views

RUSTSEC-2022-0058 Library exclusively intended to inject UB into safe Rust.

Quoting from the crate description: This crate is created purely to inject undefined behavior into stable, safe rust. Specifically, the inconceivable! macro is insta-UB if the ubinconceivable feature is enabled by any reverse dependency. The value this adds is questionable, and hides unsafe code...

7.2AI score
SaveExploits0References2
RustSec
RustSec
added 2022/09/28 12:00 p.m.10 views

Library exclusively intended to inject UB into safe Rust.

Quoting from the crate description: This crate is created purely to inject undefined behavior into stable, safe rust. Specifically, the inconceivable! macro is insta-UB if the ubinconceivable feature is enabled by any reverse dependency. The value this adds is questionable, and hides unsafe code...

1.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/09/22 12:00 a.m.55 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : oniguruma (SUSE-SU-2022:3327-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:3327-1 advisory. - CVE-2019-19246: Fixed an out of bounds access during regular expression matching bsc1157805. -...

9.8CVSS7.3AI score0.06889EPSS
SaveExploits4References17
Github Security Blog
Github Security Blog
added 2022/09/21 3:36 p.m.24 views

personnummer/rust vulnerable to Improper Input Validation

This vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure. The vulnerability is determined to be low severity. Impact This vulnerability impacts...

2.5AI score
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/09/21 3:36 p.m.16 views

GHSA-28R9-PQ4C-WP3C personnummer/rust vulnerable to Improper Input Validation

This vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure. The vulnerability is determined to be low severity. Impact This vulnerability impacts...

7AI score
SaveExploits0References7
OSV
OSV
added 2022/09/16 9:08 p.m.14 views

GHSA-P75V-367R-2V23 `cell-project` used incorrect variance when projecting through `&Cell<T>`

Overview The issue lies in the implementation of the cellproject macro which used field as const instead of field as mut . The problem being that const T is covariant in T while mut T is invariant in T. Keep in mind that &Cell is invariant in T, so casting to const T relaxed the variance, and lea...

7AI score
SaveExploits0References4
OSV
OSV
added 2022/09/16 9:03 p.m.16 views

GHSA-V8GQ-5GRQ-9728 mozjpeg DecompressScanlines::read_scanlines is Unsound

This issue and vector is similar to RUSTSEC-2020-0029 of rgb crate which mozjpeg depends on. Affected versions of mozjpeg crate allow creating instances of any type T from bytes, and do not correctly constrain T to the types for which it is safe to do so. Examples of safety violation possible for...

7.3AI score
SaveExploits0References3
OSV
OSV
added 2022/09/16 5:18 p.m.13 views

GHSA-RC23-XXGQ-X27G wee_alloc is Unmaintained

Two of the maintainers have indicated that the crate may not be maintained. The crate has open issues including memory leaks and may not be suitable for production use. It may be best to switch to the default Rust standard allocator on wasm32 targets. Last release seems to have been three years a...

7.3AI score
SaveExploits0References3
OSV
OSV
added 2022/09/16 5:12 p.m.16 views

GHSA-PP8R-VV2J-9J5V traitobject is Unmaintained

Crate traitobject has not had a release for over five years. In addition there is an existing security advisory that has not been addressed: - RUSTSEC-2020-0027 Possible Alternatives The below list has not been vetted in any way and may or may not contain alternatives; - destructuretraitobject...

7.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/09/16 5:12 p.m.34 views

Cargo extracting malicious crates can corrupt arbitrary files

The Rust Security Response WG was notified that Cargo did not prevent extracting some malformed packages downloaded from alternate registries. An attacker able to upload packages to an alternate registry could corrupt arbitary files when Cargo downloaded the package. The severity of this...

8.1CVSS8.5AI score0.01046EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/09/16 5:12 p.m.44 views

GHSA-RFJ2-Q3H3-HM5J Cargo extracting malicious crates can corrupt arbitrary files

The Rust Security Response WG was notified that Cargo did not prevent extracting some malformed packages downloaded from alternate registries. An attacker able to upload packages to an alternate registry could corrupt arbitary files when Cargo downloaded the package. The severity of this...

3.9CVSS7.3AI score0.01046EPSS
SaveExploits0References7
OSV
OSV
added 2022/09/16 5:12 p.m.35 views

GHSA-2HVR-H6GW-QRXP Cargo extracting malicious crates can fill the file system

The Rust Security Response WG was notified that Cargo did not prevent extracting some malformed packages downloaded from alternate registries. An attacker able to upload packages to an alternate registry could fill the file system when Cargo downloaded the package. The severity of this...

4.2CVSS7.2AI score0.00826EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2022/09/16 5:12 p.m.35 views

Cargo extracting malicious crates can fill the file system

The Rust Security Response WG was notified that Cargo did not prevent extracting some malformed packages downloaded from alternate registries. An attacker able to upload packages to an alternate registry could fill the file system when Cargo downloaded the package. The severity of this...

6.5CVSS7.9AI score0.00826EPSS
SaveExploits0References7Affected Software1
OpenVAS
OpenVAS
added 2022/09/16 12:00 a.m.24 views

Ubuntu: Security Advisory (USN-5610-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

7.5CVSS8.4AI score0.1446EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2022/09/15 12:00 a.m.63 views

RHEL 7 : rust-toolset-1.49 and rust-toolset-1.49-rust update (Low) (RHSA-2021:2243)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:2243 advisory. Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, the cargo-vendor plugin, an...

9.8CVSS8.2AI score0.01676EPSS
SaveExploits2References8
Rows per page
Query Builder