CVE-2026-56109

The Advanced Linux Sound Architecture (ALSA) library before 1.2.16.1 contains a double-free vulnerability in parse_def() in src/conf.c that allows attackers to corrupt memory by supplying maliciously crafted ALSA configuration text. When parsing nested compound or array configuration blocks, parse_def() fails to check return values before continuing, causing snd_config_delete() to be called twice on the same already-freed node, resulting in a NULL-pointer write or invalid memory read.
Configurations

No configuration.

History

22 Jun 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-22 18:16

Updated : 2026-06-23 15:42


NVD link : CVE-2026-56109

Mitre link : CVE-2026-56109

CVE.ORG link : CVE-2026-56109


JSON object : View

Products Affected

No product.

CWE
CWE-415

Double Free