Lucene search
+L

244 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.13 views

CVE-2020-36204

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

4.7CVSS6.8AI score0.00332EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:33 p.m.7 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS6.8AI score0.01599EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.10 views

CVE-2020-36211

An issue was discovered in the gfwx crate before 0.3.0 for Rust. Because ImageChunkMut does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7CVSS7.1AI score0.00344EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.8 views

CVE-2020-36217

An issue was discovered in the mayqueue crate through 2020-11-10 for Rust. Because Queue does not have bounds on its Send trait or Sync trait, memory corruption can occur...

5.9CVSS7.1AI score0.01112EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/22 3:31 p.m.5 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS6.8AI score0.00833EPSS
Exploits1
Fedora
Fedora
added 2025/04/21 4:47 p.m.17 views

[SECURITY] Fedora 41 Update: rust-write16-1.0.0-1.fc41

A UTF-16 analog of the Write trait...

7.3AI score
Exploits0
Fedora
Fedora
added 2025/04/21 4:47 p.m.7 views

[SECURITY] Fedora 41 Update: rust-icu_provider-1.5.0-1.fc41

Trait and struct definitions for the ICU data provider...

7.4AI score
Exploits0
Fedora
Fedora
added 2025/04/21 1:41 a.m.11 views

[SECURITY] Fedora 40 Update: rust-write16-1.0.0-1.fc40

A UTF-16 analog of the Write trait...

7.3AI score
Exploits0
Fedora
Fedora
added 2025/04/20 4:23 a.m.10 views

[SECURITY] Fedora 42 Update: rust-write16-1.0.0-1.fc42

A UTF-16 analog of the Write trait...

7.3AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2021-28878

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when...

7.5CVSS7.5AI score0.01997EPSS
Exploits1References3
OSV
OSV
added 2025/02/14 5:31 p.m.9 views

GHSA-H7H7-6MX3-R89V Fyrox has unsound usages of `Vec::from_raw_parts`

The library provides a public safe API transmutevecasbytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer. In the issue, we develop a PoC to show...

7AI score
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/02/14 12:0 a.m.10 views

PT-2025-7252 · Fyrox · Fyrox

Name of the Vulnerable Software and Affected Versions: Fyrox versions prior to the latest version on the master branch Description: The issue arises from the transmute vec as bytes API, which incorrectly assumes that any generic type T has a stable layout. This can lead to uninitialized memory...

7.1AI score
Exploits0References6
RustSec
RustSec
added 2024/12/19 12:0 p.m.6 views

Unsound usages of `Vec::from_raw_parts`

The library provides a public safe API transmutevecasbytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer. In the issue, we develop a PoC to show...

7AI score
Exploits0Affected Software1
Positive Technologies
Positive Technologies
added 2024/12/19 12:0 a.m.5 views

PT-2024-41060 · Fyrox · Fyrox

Name of the Vulnerable Software and Affected Versions: Fyrox versions prior to the latest version on the master branch Description: The issue arises from the transmute vec as bytes API, which incorrectly assumes that any generic type T has a stable layout. This can lead to uninitialized memory...

7.1AI score
Exploits0References5
Snyk
Snyk
added 2024/12/13 8:35 p.m.9 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection via the remember method of the RemembersQueries trait. An attacker can execute arbitrary code by invoking any function or static method where the callable has no parameters or lacks strict parameter types. PoC...

8.8CVSS7.9AI score0.29468EPSS
Exploits3References2
Positive Technologies
Positive Technologies
added 2024/10/12 12:0 a.m.8 views

PT-2024-10192 · Laravel · Laravel Pulse

Name of the Vulnerable Software and Affected Versions: Laravel Pulse versions prior to 1.3.1 Description: Laravel Pulse is a real-time application performance monitoring tool and dashboard for Laravel applications. A vulnerability exists in the public remember method within the...

9.3CVSS7.5AI score0.29468EPSS
Exploits3References20
RustSec
RustSec
added 2024/09/25 12:0 p.m.7 views

`atty` is unmaintained

The maintainer of atty has published an official notice that the crate is no longer under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait. Alternatives - std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement...

7.1AI score
Exploits0
Positive Technologies
Positive Technologies
added 2024/09/25 12:0 a.m.6 views

PT-2024-40922 · Atty +1 · Atty +1

Name of the Vulnerable Software and Affected Versions: atty affected versions not specified Description: The maintainer of atty has announced that the crate is no longer under development. Users are recommended to rely on the functionality in the standard library's IsTerminal trait instead...

7.2AI score
Exploits0References4
Cvelist
Cvelist
added 2023/12/15 10:15 a.m.28 views

CVE-2023-48603 Adobe Experience Manager | Cross-site Scripting (Stored XSS) (CWE-79)

Adobe Experience Manager versions 6.5.18 and earlier are affected by a stored Cross-Site Scripting XSS vulnerability that could be abused by a low-privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they brow...

5.4CVSS5.2AI score0.00597EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2023/11/14 6:32 p.m.26 views

Insufficient covariance check makes self_cell unsound

All public versions prior to 1.02 used an insufficient check to ensure that users correctly marked the dependent type as either covariant or notcovariant. This allowed users to mark a dependent as covariant even though its type was not covariant but invariant, for certain invariant types involvin...

7AI score
Exploits0References3Affected Software1
Rows per page
Query Builder