Skip to content

Double free in glsl-layout

High severity GitHub Reviewed Published Aug 25, 2021 to the GitHub Advisory Database • Updated Nov 10, 2023

Package

cargo glsl-layout (Rust)

Affected versions

< 0.4.0

Patched versions

0.4.0

Description

Affected versions of this crate did not guard against panic within the user-provided function f (2nd parameter of fn map_array), and thus panic within f causes double drop of a single object.

The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within ManuallyDrop.

References

Published by the National Vulnerability Database Jan 26, 2021
Reviewed Aug 19, 2021
Published to the GitHub Advisory Database Aug 25, 2021
Last updated Nov 10, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2021-25902

GHSA ID

GHSA-cx4j-fxr7-jxg8

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.