Lucene search
+L

9467 matches found

OSV
OSV
added 2025/04/04 8:31 p.m.10 views

GHSA-4FCV-W3QC-PPGG rust-openssl Use-After-Free in `Md::fetch` and `Cipher::fetch`

When a Some... value was passed to the properties argument of either of these functions, a use-after-free would result. In practice this would nearly always result in OpenSSL treating the properties as an empty string due to CString::drop's behavior. The maintainers thank quitbug for reporting th...

6.3CVSS7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/04/04 2:41 p.m.25 views

CVE-2025-31130 gitoxide does not detect SHA-1 collision attacks

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1smol or sha1 crate, both of which implement standard SHA-1 without any mitigations...

6.8CVSS0.00239EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/04/04 2:41 p.m.17 views

CVE-2025-31130 gitoxide does not detect SHA-1 collision attacks

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1smol or sha1 crate, both of which implement standard SHA-1 without any mitigations...

6.8CVSS7.1AI score0.00239EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/04/04 2:41 p.m.19 views

CVE-2025-31130

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1smol or sha1 crate, both of which implement standard SHA-1 without any mitigations...

6.8CVSS5.3AI score0.00239EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/03 1:25 a.m.7 views

SUSE CVE-2020-35881

An issue was discovered in the traitobject crate through 2020-06-01 for Rust. It has false expectations about fat pointers, possibly causing memory corruption in, for example, Rust 2.x...

4CVSS7.3AI score0.0171EPSS
SaveExploits1References5
Fedora
Fedora
added 2025/04/02 2:14 a.m.21 views

[SECURITY] Fedora 40 Update: rust-zincati-0.0.30-1.fc40

Update agent for Fedora CoreOS...

5.9CVSS7.4AI score0.00182EPSS
SaveExploits0
Fedora
Fedora
added 2025/04/02 1:55 a.m.27 views

[SECURITY] Fedora 41 Update: rust-zincati-0.0.30-1.fc41

Update agent for Fedora CoreOS...

5.9CVSS7.4AI score0.00182EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/04/02 12:00 a.m.10 views

Fedora 41 : rust-zincati (2025-cc269f80fa)

The remote Fedora 41 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-cc269f80fa advisory. New upstream release v0.0.30 see: https://github.com/coreos/zincati/releases/tag/v0.0.30 ---- Backport polkit rules patch for CVE-2025-27512 -...

5.9CVSS6.4AI score0.00182EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/04/02 12:00 a.m.10 views

Fedora 40 : rust-zincati (2025-43bcbb0795)

The remote Fedora 40 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-43bcbb0795 advisory. New upstream release v0.0.30 see: https://github.com/coreos/zincati/releases/tag/v0.0.30 Tenable has extracted the preceding description block...

5.9CVSS6.4AI score0.00182EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/04/02 12:00 a.m.10 views

Amazon Linux 2 : rust, --advisory ALAS2-2025-2804 (ALAS-2025-2804)

The version of rust installed on the remote host is prior to 1.82.0-4. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2025-2804 advisory. The openssl crate before 0.10.55 for Rust allows an out-of-bounds read via an empty string to X509VerifyParamRef::sethost...

9.1CVSS5.5AI score0.00331EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2025/04/02 12:00 a.m.13 views

Fedora: Security Advisory (FEDORA-2025-43bcbb0795)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 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...

5.9CVSS6.6AI score0.00182EPSS
SaveExploits0References5
Fedora
Fedora
added 2025/04/01 4:10 p.m.18 views

[SECURITY] Fedora 42 Update: rust-zincati-0.0.30-1.fc42

Update agent for Fedora CoreOS...

5.9CVSS7.4AI score0.00182EPSS
SaveExploits0
Amazon
Amazon
added 2025/04/01 12:00 a.m.21 views

Medium: rust

Issue Overview: The openssl crate before 0.10.55 for Rust allows an out-of-bounds read via an empty string to X509VerifyParamRef::sethost. CVE-2023-53159 Affected Packages: rust Note: This advisory is applicable to Amazon Linux 2 AL2 Core repository. Visit this FAQ section for the difference...

9.1CVSS7AI score0.00331EPSS
SaveExploits1
Amazon
Amazon
added 2025/04/01 12:00 a.m.17 views

Important: rust

Issue Overview: libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to gitindexadd can cause heap corruption that could be leveraged for arbitrary code...

9.8CVSS10AI score0.01546EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.9 views

PT-2025-14373 · Crates.Io · Pyo3

PyString::from object took &str arguments and forwarded them directly to the Python C API without checking for terminating nul bytes. This could lead the Python interpreter to read beyond the end of the &str data and potentially leak contents of the out-of-bounds read by raising a Python exceptio...

7AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/03/31 12:00 a.m.9 views

PT-2025-37273

Name of the Vulnerable Software and Affected Versions matrix-rust-sdk affected versions not specified Description A Denial-of-Service issue exists due to improper handling of symlinks symbolic links, which are files that point to another file or directory. Recommendations At the moment, there is ...

5.4AI score0.00151EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.33 views

Amazon tough 安全漏洞

Amazon tough is a Rust client library for The Update Framework TUF repository from Amazon.com, USA. A security vulnerability exists in Amazon tough versions prior to 0.20.0 that stems from the client failing to detect a rollback of a delegated target during a target rollback, which could cause th...

5.7CVSS6.5AI score0.00307EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.11 views

Amazon tough 安全漏洞

Amazon tough is a Rust client library for The Update Framework TUF repository from Amazon.com, USA. A security vulnerability exists in Amazon tough versions prior to 0.20.0 that stems from a lack of validation of the version number of the root metadata, which could result in a client obtaining th...

5.7CVSS6.5AI score0.00307EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.11 views

Amazon tough 安全漏洞

Amazon tough is a Rust client library for The Update Framework TUF repository from Amazon.com, USA. A security vulnerability exists in Amazon tough versions prior to 0.20.0 that stems from a lack of validation of terminating delegates, which could result in a client fetching a target from the wro...

5.7CVSS6.5AI score0.00307EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/25 7:38 p.m.10 views

GO-2025-3543 WITHDRAWN: Libcontainer is affected by capabilities elevation in github.com/opencontainers/runc

This report has been withdrawn with reason: "Does not affect Go code.". https://nvd.nist.gov/vuln/detail/CVE-2025-27612 lists https://github.com/opencontainers/runc/security/advisories/GHSA-f3fp-gc8g-vw66 which caused automation to flag as Go; the affected repo is https://github.com/youki-dev/you...

5.9CVSS6.4AI score0.00174EPSS
SaveExploits0References5
Rows per page
Query Builder