Cyber Resilience

CVE-2026-6594

Medium

Published: 20 April 2026

Published
20 April 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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.0006 20.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6594 is a medium-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 6.9 (Medium).

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

The strongest mitigations our analysis identified are NIST 800-53 CM-10 (Software Usage Restrictions) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-6594 is a prototype pollution vulnerability in the brikcss merge library up to version 1.3.0. The issue affects an unknown part of the library, where manipulation of the arguments __proto__/constructor.prototype/prototype enables improperly controlled modification of object prototype attributes. Published on 2026-04-20, it is associated with CWEs-94 and CWE-1321.

A remote attacker requires no privileges or user interaction and faces low attack complexity to exploit this vulnerability, per its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation allows limited impacts on confidentiality, integrity, and availability through prototype chain pollution.

The vendor was contacted early regarding this disclosure but provided no response, resulting in no official patches or mitigation advisories. Key references include a proof-of-concept at https://github.com/sudo-secure/security-research/blob/main/brikcss-merge/prototype-pollution/PoC.md and VulDB entries at https://vuldb.com/vuln/358229, https://vuldb.com/submit/791805, and https://vuldb.com/vuln/358229/cti.

EU & UK References

Vulnerability details

A vulnerability was determined in brikcss merge up to 1.3.0. This affects an unknown part. Executing a manipulation of the argument __proto__/constructor.prototype/prototype can lead to improperly controlled modification of object prototype attributes. The attack may be performed from remote. The…

more

vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

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.
Why these techniques?

The CVE describes a remotely exploitable prototype pollution vulnerability in a library with no authentication or user interaction required (AV:N/PR:N/UI:N), directly enabling exploitation of public-facing applications that use the affected merge library.

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

CVEs Like This One

CVE-2026-25142Shared CWE-1321, CWE-94
CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of flaws like the prototype pollution vulnerability in brikcss merge library, such as through patching, workarounds, or removal.

prevent

Restricts installation and execution of vulnerable software versions, including brikcss merge up to 1.3.0, preventing its use in systems.

prevent

Mandates validation of untrusted inputs to merge functions to block manipulation of special keys like __proto__ that enable prototype pollution.

References