Cyber Posture

CVE-2026-3393

LowPublic PoC

Published: 01 March 2026

Published
01 March 2026
Modified
13 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 7.6th percentile
Risk Priority 7 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3393 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 7.6th 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?

Heap buffer overflow in local FLAC parser triggers application crash (A:L, no C/I impact), directly enabling T1499.004 Application or System Exploitation for DoS.

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

NVD Description

A security vulnerability has been detected in jarikomppa soloud up to 20200207. The impacted element is the function SoLoud::Wav::loadflac of the file src/audiosource/wav/soloud_wav.cpp of the component Audio File Handler. Such manipulation leads to heap-based buffer overflow. The attack must be…

more

carried out locally. The exploit has been disclosed publicly 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-3393 is a heap-based buffer overflow vulnerability in the jarikomppa/soloud library, affecting versions up to 20200207. The issue resides in the SoLoud::Wav::loadflac function within the file src/audiosource/wav/soloud_wav.cpp, part of the Audio File Handler component. It is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-122 (Heap-based Buffer Overflow), 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 with low privileges to exploit, involving low attack complexity and no user interaction. An attacker can trigger the buffer overflow by manipulating FLAC audio files processed through the affected function, potentially causing a denial of service via application crash or limited availability impact, but without confidentiality or integrity effects.

Advisories from VulDB (ctiid.348279 and id.348279) document the issue, noting that the project was informed early via GitHub issue #401 but has not responded. No patches or official mitigations are available yet. A public exploit repro is disclosed at https://github.com/oneafter/0209/blob/main/so1/repro. Security practitioners should avoid using affected soloud versions or validate inputs rigorously when handling FLAC files in audio processing applications.

Details

CWE(s)

Affected Products

solhsa
soloud
≤ 2020-02-07

CVEs Like This One

CVE-2026-3394Same product: Solhsa Soloud
CVE-2026-3463Shared CWE-119, CWE-122
CVE-2026-2661Shared CWE-119, CWE-122
CVE-2025-0755Shared CWE-122
CVE-2026-28842Shared CWE-122
CVE-2025-32990Shared CWE-122
CVE-2024-56438Shared CWE-119
CVE-2026-30999Shared CWE-122
CVE-2026-39863Shared CWE-119
CVE-2026-30931Shared CWE-122

References