Cyber Posture

CVE-2026-2964

Medium

Published: 23 February 2026

Published
23 February 2026
Modified
26 February 2026
KEV Added
Patch
CVSS Score 5.0 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 19.9th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2964 is a medium-severity Code Injection (CWE-94) vulnerability in Higuma Webaudiorecorder.Js. Its CVSS base score is 5.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
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-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Prototype pollution in JS library enables remote exploitation of public-facing apps (T1190) and JS command/script execution via object manipulation (T1059.007).

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

NVD Description

A vulnerability was identified in higuma web-audio-recorder-js 0.1/0.1.1. Impacted is the function extend in the library lib/WebAudioRecorder.js of the component Dynamic Config Handling. Such manipulation leads to improperly controlled modification of object prototype attributes. It is possible to launch the…

more

attack remotely. Attacks of this nature are highly complex. The exploitability is considered difficult. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2026-2964 is a prototype pollution vulnerability affecting the higuma web-audio-recorder-js library in versions 0.1 and 0.1.1. The issue resides in the extend function within lib/WebAudioRecorder.js, part of the dynamic config handling component, which allows improperly controlled modification of object prototype attributes (CWE-94, CWE-1321). This flaw enables remote attackers to manipulate prototype attributes, with a CVSS v3.1 base score of 5.0 (AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by attackers with low privileges over the network, though it requires high attack complexity and no user interaction. Successful exploitation grants limited impact, including low confidentiality, integrity, and availability effects, such as partial data exposure, minor modifications, or slight service disruptions.

VulDB advisories, referenced at vuldb.com/?ctiid.347331, vuldb.com/?id.347331, and related submission pages, detail the issue but note that the vendor was contacted early without response, implying no official patch or mitigation guidance is available. Security practitioners should avoid using the affected library versions and monitor for updates.

Notably, a public exploit exists and might be used in targeted attacks, though exploitability is considered difficult due to its complexity. The vulnerability was published on 2026-02-23.

Details

CWE(s)

Affected Products

higuma
webaudiorecorder.js
0.1, 0.1.1

CVEs Like This One

CVE-2026-6621Shared CWE-1321, CWE-94
CVE-2026-25887Shared CWE-94
CVE-2024-38985Shared CWE-1321
CVE-2026-33228Shared CWE-1321
CVE-2026-4800Shared CWE-94
CVE-2026-40911Shared CWE-94
CVE-2025-1302Shared CWE-94
CVE-2026-33943Shared CWE-94
CVE-2026-6594Shared CWE-1321, CWE-94
CVE-2025-26260Shared CWE-94

References