Bug 2383785 (CVE-2023-53156)

Summary: CVE-2023-53156 transpose: Integer Overflow in transpose crate Causes Out-of-Bounds Write
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in the transpose Rust crate. This vulnerability allows memory corruption via integer overflow when the input_width and input_height parameters multiply to a value that overflows and matches the output slice length. In release mode, this bypasses safety checks and may cause out-of-bounds writes.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description OSIDB Bzimport 2025-07-27 21:01:10 UTC
The transpose crate before 0.2.3 for Rust allows an integer overflow via input_width and input_height arguments.