Lucene search
+L

1175 matches found

GithubExploit
GithubExploit
•added 2022/02/03 4:31 p.m.•931 views

Exploit for Use of Uninitialized Resource in Dena H2O

The code in this repo i...

7.4CVSS6.1AI score0.02667EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
•added 2022/01/20 12:00 a.m.•12 views

The vulnerability of the cURL command-line utility’s script, related to the use of an uninitialized resource, allows a hacker to gain access to confidential data.

The vulnerability of the cURL command-line utility lies in the use of an uninitialized resource. Exploiting this vulnerability allows a remote attacker to gain access to confidential data...

5.3CVSS6.4AI score0.04929EPSS
SaveExploits1References7Affected Software3
BDU FSTEC
BDU FSTEC
•added 2022/01/20 12:00 a.m.•14 views

The vulnerability of the md_analyze_line function (md4c.c) in the MD4C parser, which relates to the use of an uninitialized resource, allows a hacker to cause a service failure.

The vulnerability of the mdanalyzeline function in the MD4C parser is related to the use of an uninitialized resource. Exploiting this vulnerability could allow a malicious actor to cause service interruptions...

7.1CVSS5.9AI score0.00697EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
•added 2022/01/06 10:20 p.m.•45 views

Use of Uninitialized Resource in smallvec

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS7.2AI score0.01389EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2022/01/06 10:18 p.m.•40 views

Use of Uninitialized Resource in flumedb.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. There are two of such cases gooffsetlog::readentry & offsetlog::readentry. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect...

9.8CVSS8.9AI score0.01191EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2022/01/06 10:18 p.m.•107 views

GHSA-P46C-W9M3-7QR2 Use of Uninitialized Resource in flumedb.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. There are two of such cases gooffsetlog::readentry & offsetlog::readentry. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
•added 2022/01/06 10:17 p.m.•31 views

Use of Uninitialized Resource in buffoon.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS8.9AI score0.01191EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2022/01/06 10:17 p.m.•58 views

GHSA-V938-QCC9-RWV8 Use of Uninitialized Resource in buffoon.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References5
OSV
OSV
•added 2022/01/06 10:13 p.m.•52 views

GHSA-9783-42PM-X5JQ Use of Uninitialized Resource in csv-sniffer.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation within fn preambleskipcount. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading fro...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2022/01/06 10:13 p.m.•44 views

Use of Uninitialized Resource in csv-sniffer.

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation within fn preambleskipcount. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading fro...

9.8CVSS8.9AI score0.01191EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2022/01/06 10:11 p.m.•41 views

Use of Uninitialized Resource in messagepack-rs.

An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserializebinary may read from uninitialized memory locations...

9.8CVSS1.7AI score0.01191EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2022/01/06 10:09 p.m.•29 views

Use of Uninitialized Resource in tectonic_xdv

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS8.9AI score0.01191EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2022/01/06 10:09 p.m.•84 views

GHSA-QWVX-C8J7-5G75 Use of Uninitialized Resource in tectonic_xdv

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2021/08/25 8:59 p.m.•34 views

Use of Uninitialized Resource in alg_ds

An issue was discovered in the algds crate through 2020-08-25 for Rust. Matrix::new internally calls Matrix::fillwith which uses ptr = value pattern to initialize the buffer. This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of...

9.8CVSS8.9AI score0.0123EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2021/08/25 8:59 p.m.•57 views

GHSA-3VV3-FRRQ-6486 Use of Uninitialized Resource in alg_ds

An issue was discovered in the algds crate through 2020-08-25 for Rust. Matrix::new internally calls Matrix::fillwith which uses ptr = value pattern to initialize the buffer. This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of...

9.8CVSS9.4AI score0.0123EPSS
SaveExploits0References4
OSV
OSV
•added 2021/08/25 8:53 p.m.•44 views

GHSA-9F5R-VQM5-M342 Use of Uninitialized Resource in ms3d

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

7.5CVSS7.4AI score0.01557EPSS
SaveExploits1References5
NVD
NVD
•added 2021/08/16 10:15 p.m.•27 views

CVE-2021-36282

Dell EMC PowerScale OneFS versions 8.2.x - 9.1.0.x contain a use of uninitialized resource vulnerability. This can potentially allow an authenticated user with ISIPRIVLOGINCONSOLE or ISIPRIVLOGINSSH privileges to gain access up to 24 bytes of data within the /ifs kernel stack under certain...

3.3CVSS0.00201EPSS
SaveExploits0References1
OSV
OSV
•added 2021/08/16 10:15 p.m.•15 views

CVE-2021-36282

Dell EMC PowerScale OneFS versions 8.2.x - 9.1.0.x contain a use of uninitialized resource vulnerability. This can potentially allow an authenticated user with ISIPRIVLOGINCONSOLE or ISIPRIVLOGINSSH privileges to gain access up to 24 bytes of data within the /ifs kernel stack under certain...

3.3CVSS5.7AI score0.00201EPSS
SaveExploits0References1
Prion
Prion
•added 2021/08/16 10:15 p.m.•26 views

Design/Logic Flaw

Dell EMC PowerScale OneFS versions 8.2.x - 9.1.0.x contain a use of uninitialized resource vulnerability. This can potentially allow an authenticated user with ISIPRIVLOGINCONSOLE or ISIPRIVLOGINSSH privileges to gain access up to 24 bytes of data within the /ifs kernel stack under certain...

2.1CVSS4.2AI score0.00201EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2021/08/16 10:00 p.m.•36 views

CVE-2021-36282

Dell EMC PowerScale OneFS versions 8.2.x - 9.1.0.x contain a use of uninitialized resource vulnerability. This can potentially allow an authenticated user with ISIPRIVLOGINCONSOLE or ISIPRIVLOGINSSH privileges to gain access up to 24 bytes of data within the /ifs kernel stack under certain...

2.5CVSS4.4AI score0.00201EPSS
SaveExploits0References1
Rows per page
Query Builder