Bug 2189601 (CVE-2023-29582)

Summary: CVE-2023-29582 yasm: stack-based buffer overflow in parse_expr1() 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: 2189602, 2189603, 2189618, 2189619    
Bug Blocks: 2189257    

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

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

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

Affects: epel-all [bug 2189603]
Affects: fedora-all [bug 2189602]

Comment 3 Siddhesh Poyarekar 2023-04-25 18:39:20 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.