Lucene search
+L

523 matches found

Code423n4
Code423n4
added 2022/08/27 12:0 a.m.8 views

Storage layout collision issue between NounsDAOStorageV1 and NounsDAOStorageV1Adjusted

Lines of code Vulnerability details Impact Since two new variables are added in the contract NounsDAOStorageV1Adjusted at the end of the struct proposal, the memory layout between the NounsDAOStorageV1 and NounsDAOStorageV1Adjusted is colluding. This affects the variable type and values in the...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/06/17 12:30 a.m.16 views

GHSA-R45X-GHR2-QJXC Duplicate Advisory: `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s

Duplicate Advisory This advisory is a duplicate of GHSA-c5hx-w945-j4pq. This link is preserved to maintain external references. Original Description 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...

7.5CVSS6.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:30 a.m.16 views

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

Duplicate Advisory This advisory is a duplicate of GHSA-c5hx-w945-j4pq. This link is preserved to maintain external references. Original Description 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...

2.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/16 11:53 p.m.17 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
SaveExploits0References6Affected Software1
OSV
OSV
added 2022/06/16 11:53 p.m.19 views

GHSA-RXHX-9FJ6-6H2M 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
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/05/17 3:57 a.m.32 views

phpMyAdmin cross-site scripting Vulnerability via ENUM value

Multiple cross-site scripting XSS vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.4, 4.1.x before 4.1.14.5, and 4.2.x before 4.2.9.1 allow remote authenticated users to inject arbitrary web script or HTML via a crafted ENUM value that is improperly handled during rendering of the 1 table search...

3.5CVSS5.6AI score0.01617EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/05/17 3:57 a.m.21 views

GHSA-WV8G-FX9J-Q2JG phpMyAdmin cross-site scripting Vulnerability via ENUM value

Multiple cross-site scripting XSS vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.4, 4.1.x before 4.1.14.5, and 4.2.x before 4.2.9.1 allow remote authenticated users to inject arbitrary web script or HTML via a crafted ENUM value that is improperly handled during rendering of the 1 table search...

3.5CVSS5.8AI score0.01617EPSS
SaveExploits0References6
Prion
Prion
added 2022/05/02 12:15 a.m.15 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.03949EPSS
SaveExploits4References3Affected Software1
OSV
OSV
added 2022/04/24 9:24 p.m.11 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
SaveExploits0
OSV
OSV
added 2022/04/24 8:59 p.m.10 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
SaveExploits0
OSV
OSV
added 2022/04/24 8:58 p.m.9 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
SaveExploits0
OSV
OSV
added 2022/02/17 12:0 p.m.24 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
SaveExploits0References3
RustSec
RustSec
added 2022/02/17 12:0 p.m.16 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
SaveExploits0Affected Software1
OSV
OSV
added 2022/01/06 10:8 p.m.31 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.01191EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/01/06 10:8 p.m.25 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.01191EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2021/12/27 12:15 a.m.26 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.01191EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
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.8CVSS5.8AI score0.01191EPSS
SaveExploits0References3
OSV
OSV
added 2021/12/27 12:15 a.m.7 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 score0.01191EPSS
SaveExploits0References2
Prion
Prion
added 2021/12/27 12:15 a.m.17 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.01191EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2021/12/26 9:48 p.m.83 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.01191EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder