Cyber Resilience

CVE-2026-3393

MediumPublic PoC

Published: 01 March 2026

Published
01 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v4 4.8 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0003 7.9th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3393 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Solhsa Soloud. Its CVSS base score is 4.8 (Medium).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

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

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-32990Shared CWE-122
CVE-2024-52923Shared CWE-119
CVE-2026-28842Shared CWE-122
CVE-2026-2522Shared CWE-119
CVE-2026-28944Shared CWE-119
CVE-2026-28953Shared CWE-119
CVE-2025-0755Shared CWE-122

Affected Assets

solhsa
soloud
≤ 2020-02-07

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of input data (FLAC files) to the loadflac function, blocking the malformed input that triggers the heap buffer overflow.

prevent

Enforces memory protection mechanisms that can detect or block out-of-bounds writes in the heap buffer used by SoLoud::Wav::loadflac.

prevent

Restricts the audio file handler component or disables FLAC processing to eliminate the vulnerable code path when no patch exists.

References