Lucene search
+L

3845 matches found

RustSec
RustSec
added 2023/05/16 12:00 p.m.24 views

crate has been renamed to `crypto_secretbox`

This crate has been forked/renamed from xsalsa20poly1305 to cryptosecretbox. The new repository location is at:...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/05/16 12:00 a.m.6 views

PT-2025-31040 · Unknown +1 · Buffered-Reader +1

Name of the Vulnerable Software and Affected Versions: buffered-reader crate versions prior to 1.1.5 buffered-reader crate versions prior to 1.2.0 Description: The buffered-reader crate for Rust contains a flaw that allows out-of-bounds array access and a panic. Recommendations: Update the...

5.3CVSS6.1AI score0.00332EPSS
SaveExploits0References28
Positive Technologies
Positive Technologies
added 2023/05/16 12:00 a.m.6 views

PT-2025-31039 · Unknown +1 · Sequoia-Openpgp +1

Name of the Vulnerable Software and Affected Versions: sequoia-openpgp crate versions prior to 1.16.0 Description: The sequoia-openpgp crate contains a flaw that allows out-of-bounds array access, potentially leading to a panic. Recommendations: Update to sequoia-openpgp crate version 1.16.0 or...

5.3CVSS6AI score0.00274EPSS
SaveExploits0References23
RustSec
RustSec
added 2023/04/11 12:00 p.m.7 views

multipart is Unmaintained

The multipart crate is unmaintained. The author has archived the github repository. Alternatives: - multer - multiparty...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/04/11 12:00 a.m.7 views

PT-2023-36094 · Multipart · Multipart

Name of the Vulnerable Software and Affected Versions: multipart crate affected versions not specified Description: The multipart crate is unmaintained, and its GitHub repository has been archived by the author. Recommendations: At the moment, there is no information about a newer version that...

7AI score
SaveExploits0References3
OSV
OSV
added 2023/03/24 10:00 p.m.20 views

GHSA-8VXC-R5WP-VGVC Versionize::deserialize implementation for FamStructWrapper<T> is lacking bound checks, potentially leading to out of bounds memory accesses

Impact An issue was discovered in the Versionize::deserialize implementation provided by the versionize crate for vmmsysutil::fam::FamStructWrapper, which can lead to out of bounds memory accesses. Patches The impact started with version 0.1.1. The issue was corrected in version 0.1.10 by inserti...

5.7CVSS6.2AI score0.00556EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2023/03/24 10:00 p.m.32 views

Versionize::deserialize implementation for FamStructWrapper<T> is lacking bound checks, potentially leading to out of bounds memory accesses

Impact An issue was discovered in the Versionize::deserialize implementation provided by the versionize crate for vmmsysutil::fam::FamStructWrapper, which can lead to out of bounds memory accesses. Patches The impact started with version 0.1.1. The issue was corrected in version 0.1.10 by inserti...

7.5CVSS7.3AI score0.00556EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2023/03/24 7:34 p.m.33 views

CVE-2023-28448 Versionize is lacking bound checks, potentially leading to out of bounds memory access

Versionize is a framework for version tolerant serializion/deserialization of Rust data structures, designed for usecases that need fast deserialization times and minimal size overhead. An issue was discovered in the ‘Versionize::deserialize’ implementation provided by the ‘versionize’ crate for...

5.7CVSS7.7AI score0.00556EPSS
SaveExploits0References3
RustSec
RustSec
added 2023/03/24 12:00 p.m.58 views

`Versionize::deserialize` implementation for `FamStructWrapper<T>` is lacking bound checks, potentially leading to out of bounds memory accesses

An issue was discovered in the Versionize::deserialize implementation provided by the versionize crate for vmmsysutil::fam::FamStructWrapper, which can lead to out of bounds memory accesses. The impact started with version 0.1.1. The issue was corrected in version 0.1.10 by inserting a check that...

7.5CVSS6.7AI score0.00556EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2023/03/24 12:00 p.m.29 views

RUSTSEC-2023-0030 `Versionize::deserialize` implementation for `FamStructWrapper<T>` is lacking bound checks, potentially leading to out of bounds memory accesses

An issue was discovered in the Versionize::deserialize implementation provided by the versionize crate for vmmsysutil::fam::FamStructWrapper, which can lead to out of bounds memory accesses. The impact started with version 0.1.1. The issue was corrected in version 0.1.10 by inserting a check that...

5.7CVSS6.2AI score0.00556EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/20 9:11 p.m.29 views

GHSA-PPJR-267J-5P9X NULL pointer derefernce in `stb_image`

A bug in error handling in the stbimage C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the stbimage Rust crate, by patching the C code to correctly handle NULL pointers...

7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/03/20 9:11 p.m.21 views

NULL pointer derefernce in `stb_image`

A bug in error handling in the stbimage C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the stbimage Rust crate, by patching the C code to correctly handle NULL pointers...

6.8AI score
SaveExploits0References3Affected Software1
RustSec
RustSec
added 2023/03/19 12:00 p.m.23 views

NULL pointer dereference in `stb_image`

A bug in error handling in the stbimage C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the stbimage Rust crate, by patching the C code to correctly handle NULL pointers. Thank you to GitHub...

7.1AI score
SaveExploits0Affected Software1
OSV
OSV
added 2023/03/19 12:00 p.m.13 views

RUSTSEC-2023-0021 NULL pointer dereference in `stb_image`

A bug in error handling in the stbimage C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the stbimage Rust crate, by patching the C code to correctly handle NULL pointers. Thank you to GitHub...

7.1AI score
SaveExploits0References3
RustSec
RustSec
added 2023/03/14 12:00 p.m.19 views

Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-path to continue receiving updates...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/03/14 12:00 p.m.10 views

RUSTSEC-2023-0026 Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-path to continue receiving updates...

7.2AI score
SaveExploits0References3
OSV
OSV
added 2023/03/14 12:00 p.m.32 views

RUSTSEC-2023-0025 Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-hash to continue receiving updates...

7.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/03/12 12:00 a.m.12 views

PT-2023-36085 · Unknown · Const-Cstr

Name of the Vulnerable Software and Affected Versions: const-cstr affected versions not specified Description: The const-cstr crate has been archived and no longer maintained, with unreachable maintainers and no security policy in place. A significant issue is that the crate violates the safety...

7AI score
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2023/03/09 12:09 a.m.4 views

assemblylift-cli (>=0.4.0-alpha.5, <=0.4.0-alpha.11), assemblylift-core (>=0.4.0-alpha.10, <=0.4.0-alpha.11) +37 more potentially affected by CVE-2023-27477 via wasmtime (>=1.0.2, <=3.0.1)

wasmtime CARGO version =1.0.2, =0.4.0-alpha.5, =0.4.0-alpha.10, =0.1.0, =0.1.0, =0.1.6, =0.0.1, =0.0.1-rc.4, =0.4.0, =0.0.6, =0.1.0, =0.11.0, =0.11.3 and more Source cves: CVE-2023-27477 Source advisory: OSV:GHSA-XM67-587Q-R2VW...

4.3CVSS5.1AI score0.00624EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/03/09 12:09 a.m.6 views

barfs (0.1.2), cranelift (>=0.88.0, <=0.90.1) +20 more potentially affected by CVE-2023-27477 via cranelift-codegen (>=0.88.2, <=0.90.1)

cranelift-codegen CARGO version =0.88.2, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =0.88.0, =13.0.0, =13.0.0, =13.0.0, =23.0.0 and more Source cves: CVE-2023-27477 Source advisory: OSV:GHSA-XM67-587Q-R2VW...

4.3CVSS5.1AI score0.00624EPSS
SaveExploits0
Rows per page
Query Builder