Lucene search
K

474 matches found

Prion
Prion
added 2022/05/02 12:15 a.m.9 views

Input validation

Cyclos 4 PRO 4.14.7 and before does not validate user input at error inform, which allows remote unauthenticated attacker to execute javascript code via undefine enum constant...

4.3CVSS6.6AI score0.02158EPSS
Exploits4References3Affected Software1
OSV
OSV
added 2022/04/24 9:24 p.m.9 views

GSD-2022-1001567 ASoC: codecs: va-macro: fix accessing array out of bounds for enum type

ASoC: codecs: va-macro: fix accessing array out of bounds for enum type This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.16.19 by commit...

7.3AI score
Exploits0
OSV
OSV
added 2022/04/24 8:59 p.m.7 views

GSD-2022-1001263 ASoC: codecs: va-macro: fix accessing array out of bounds for enum type

ASoC: codecs: va-macro: fix accessing array out of bounds for enum type This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.2 by commit...

7.3AI score
Exploits0
OSV
OSV
added 2022/04/24 8:58 p.m.6 views

GSD-2022-1001260 ASoC: codecs: wc938x: fix accessing array out of bounds for enum type

ASoC: codecs: wc938x: fix accessing array out of bounds for enum type This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.2 by commit...

7.3AI score
Exploits0
RustSec
RustSec
added 2022/02/17 12:0 p.m.11 views

enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

0.9AI score
Exploits0Affected Software1
OSV
OSV
added 2022/02/17 12:0 p.m.20 views

RUSTSEC-2022-0010 enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

7.8AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2022/01/06 10:8 p.m.14 views

Memory flaw in zeroize_derive

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

9.8CVSS2.2AI score0.00418EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/01/06 10:8 p.m.14 views

GHSA-C5HX-W945-J4PQ Memory flaw in zeroize_derive

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

9.8CVSS9.4AI score0.00418EPSS
Exploits0References5
NVD
NVD
added 2021/12/27 12:15 a.m.8 views

CVE-2021-45706

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

9.8CVSS0.00418EPSS
Exploits0References2
OSV
OSV
added 2021/12/27 12:15 a.m.1 views

CVE-2021-45706

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

9.8CVSS5.8AI score
Exploits0References2
Prion
Prion
added 2021/12/27 12:15 a.m.9 views

Information disclosure

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

7.5CVSS9.4AI score0.00418EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/12/26 9:48 p.m.64 views

CVE-2021-45706

CVE-2021-45706 refers to a memory-zeroing flaw in the Rust crate zeroize_derive prior to version 1.1.1, where dropped memory for enum types is not zeroed. Public advisories (e.g., GHSA-C5HX-W945-J4PQ, RUSTSEC-2021-0115) confirm the issue affects enums when using #[zeroize(drop)]. The vulnerabilit...

9.8CVSS9.3AI score0.00418EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/12/26 9:48 p.m.9 views

CVE-2021-45706

An issue was discovered in the zeroizederive crate before 1.1.1 for Rust. Dropped memory is not zeroed out for an enum...

9.7AI score0.00418EPSS
Exploits0References2
Kitploit
Kitploit
added 2021/12/11 11:30 a.m.39 views

ADenum - A Pentesting Tool That Allows To Find Misconfiguration Through The The Protocol LDAP And Exploit Some Of Those Weaknesses With Kerberos

AD Enum is a pentesting tool that allows to find misconfiguration through the protocol LDAP and exploit some of those weaknesses with Kerberos. cracking john -jp path John binary path -w wordList The path of the wordlist to be used john Default:...

7.3AI score
Exploits0References6
RustSec
RustSec
added 2021/09/24 12:0 p.m.16 views

`#[zeroize(drop)]` doesn't implement `Drop` for `enum`s

Affected versions of this crate did not implement Drop when zeroizedrop was used on an enum. This can result in memory not being zeroed out after dropping it, which is exactly what is intended when adding this attribute. The flaw was corrected in version 1.2 and zeroizedrop on enums now properly...

9.8CVSS3.7AI score0.00418EPSS
Exploits0Affected Software1
OSV
OSV
added 2021/09/24 12:0 p.m.10 views

RUSTSEC-2021-0115 `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s

Affected versions of this crate did not implement Drop when zeroizedrop was used on an enum. This can result in memory not being zeroed out after dropping it, which is exactly what is intended when adding this attribute. The flaw was corrected in version 1.2 and zeroizedrop on enums now properly...

9.8CVSS9.4AI score0.00418EPSS
Exploits0References3
RustSec
RustSec
added 2021/04/28 12:0 p.m.23 views

Archives may contain uninitialized memory

rkyv is a serialization framework that writes struct-compatible memory to be stored or transmitted. During serialization, struct padding bytes and unused enum bytes may not be initialized. These bytes may be written to disk or sent over unsecured channels...

7.5CVSS2.3AI score0.00353EPSS
Exploits0Affected Software1
Kitploit
Kitploit
added 2020/11/23 11:30 a.m.69 views

Osi.Ig - Information Gathering Instagram

The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn't be able to get from just looking at their profile The information includes: profile : user id, followers / following, number of uploads, profile img URL, business enum, external URL, joined...

7AI score
Exploits0References1
OSV
OSV
added 2020/07/28 12:0 a.m.2 views

OSV-2020-1469 Segv on unknown address in clang::Sema::ActOnTag

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19182 Crash type: Segv on unknown address Crash state: clang::Sema::ActOnTag clang::Parser::ParseEnumSpecifier clang::Parser::ParseDeclarationSpecifiers...

7.2AI score
Exploits0
Prion
Prion
added 2020/06/02 3:15 p.m.15 views

Input validation

Valid deauth/disassoc frames is dropped in case if RMF is enabled and some rouge peer keep on sending rogue deauth/disassoc frames due to improper enum values used to check the frame subtype in Snapdragon Auto, Snapdragon Compute, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer...

7.5CVSS9.3AI score0.00336EPSS
Exploits0References1
Rows per page
Query Builder