Bug 2189604 (CVE-2023-29583)

Summary: CVE-2023-29583 yasm: stack-based buffer overflow in parse_expr5() in modules/parsers/nasm/nasm-parse.c
Product: [Other] Security Response Reporter: Guilherme de Almeida Suckevicz <gsuckevi>
Component: vulnerabilityAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: fjansen, nickc, sipoyare
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
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:
Bug Depends On: 2189605, 2189606, 2189618, 2189619    
Bug Blocks: 2189257    

Description Guilherme de Almeida Suckevicz 2023-04-25 16:36:34 UTC
yasm 1.3.0.55.g101bc was discovered to contain a stack overflow via the function parse_expr5 at /nasm/nasm-parse.c.

Reference:
https://github.com/yasm/yasm/issues/218

Comment 1 Guilherme de Almeida Suckevicz 2023-04-25 16:36:51 UTC
Created yasm tracking bugs for this issue:

Affects: epel-all [bug 2189606]
Affects: fedora-all [bug 2189605]

Comment 3 Siddhesh Poyarekar 2023-04-25 18:39:31 UTC
yasm is a standalone program and is not designed to run untrusted code off the internet, so while fuzzed inputs expose real bugs, they do not constitute a security issue.