Cyber Posture

CVE-2026-3394

LowPublic PoC

Published: 01 March 2026

Published
01 March 2026
Modified
05 March 2026
KEV Added
Patch
CVSS Score 3.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0003 9.0th percentile
Risk Priority 7 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3394 is a low-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Solhsa Soloud. Its CVSS base score is 3.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 9.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-119

Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Memory corruption in WAV parser directly enables local application exploitation resulting in DoS (availability impact only).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A vulnerability was detected in jarikomppa soloud up to 20200207. This affects the function SoLoud::Wav::loadwav of the file src/audiosource/wav/soloud_wav.cpp of the component WAV File Parser. Performing a manipulation results in memory corruption. The attack must be initiated from a local…

more

position. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

Deeper analysisAI

CVE-2026-3394 is a memory corruption vulnerability (CWE-119) in the SoLoud audio library, specifically versions up to 20200207 maintained by jarikomppa. The issue resides in the SoLoud::Wav::loadwav function within the file src/audiosource/wav/soloud_wav.cpp, part of the WAV File Parser component. Manipulation of a WAV file triggers the corruption, as documented in the CVE published on 2026-03-01 with a CVSS v3.1 base score of 3.3 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L).

The vulnerability requires local access and low privileges to exploit, with low attack complexity and no user interaction needed. An attacker can provide a malicious WAV file to the affected SoLoud instance, resulting in memory corruption that leads to a limited denial-of-service impact on availability, without compromising confidentiality or integrity.

References indicate the project was notified early via GitHub issue #401 but has not responded, with no patches or mitigations released. A public proof-of-concept exploit is available at https://github.com/oneafter/0209/blob/main/so2/repro. Additional details appear in VulDB entries (ctiid.348280 and id.348280) and the SoLoud repository at https://github.com/jarikomppa/soloud/.

Security practitioners should audit applications using SoLoud up to 20200207 for WAV file processing and consider isolating or disabling the feature until the maintainer addresses the issue, given the public exploit availability.

Details

CWE(s)

Affected Products

solhsa
soloud
≤ 2020-02-07

CVEs Like This One

CVE-2026-3393Same product: Solhsa Soloud
CVE-2024-56438Shared CWE-119
CVE-2026-39863Shared CWE-119
CVE-2026-30883Shared CWE-119
CVE-2026-2522Shared CWE-119
CVE-2024-54551Shared CWE-119
CVE-2026-2521Shared CWE-119
CVE-2025-1215Shared CWE-119
CVE-2024-52923Shared CWE-119
CVE-2025-1898Shared CWE-119

References