Cyber Resilience

CVE-2026-3630

Critical

Published: 09 March 2026

Published
09 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0096 57.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-3630 is a critical-severity Out-of-bounds Write (CWE-787) vulnerability in Deltaww Commgr2. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 42.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

CVE-2026-3630 is a stack-based buffer overflow vulnerability (CWE-787) affecting Delta Electronics COMMGR2 software. Published on 2026-03-09, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.

Remote attackers require no authentication privileges and no user interaction to exploit the vulnerability over the network with low complexity. Successful exploitation enables high-impact consequences, including unauthorized disclosure of information, modification of data, and denial of service, potentially leading to full system compromise.

Delta Electronics has issued advisory Delta-PCSA-2026-00005, which addresses multiple vulnerabilities in COMMGR2, including CVE-2026-3630 and CVE-2026-3631. The advisory is available at https://filecenter.deltaww.com/news/download/doc/Delta-PCSA-2026-00005_COMMGR%202%20Multiple%20Vulnerabilities%20(CVE-2026-3630,%20CVE-2026-3631).pdf.

EU & UK References

Vulnerability details

Delta Electronics COMMGR2 has Stack-based Buffer Overflow vulnerability.

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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

Remote unauthenticated stack-based buffer overflow (CWE-787) in network-exposed COMMGR2 service enables arbitrary code execution and full system compromise; directly maps to initial access via public-facing application exploitation (T1190) and remote service exploitation (T1210).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-3631Same product: Deltaww Commgr2
CVE-2026-3094Same vendor: Deltaww
CVE-2026-1949Same vendor: Deltaww
CVE-2026-20430Shared CWE-787
CVE-2025-15103Same vendor: Deltaww
CVE-2025-62582Same vendor: Deltaww
CVE-2026-1951Same vendor: Deltaww
CVE-2026-1952Same vendor: Deltaww
CVE-2025-14232Shared CWE-787
CVE-2025-62581Same vendor: Deltaww

Affected Assets

deltaww
commgr2
≤ 2.11.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly remediates the stack-based buffer overflow by applying vendor patches from Delta advisory Delta-PCSA-2026-00005.

preventdetect

Provides memory protections like stack canaries, ASLR, and DEP to prevent exploitation or detect stack buffer overflows.

prevent

Enforces input validation and bounds checking on network inputs to COMMGR2 to avert stack-based buffer overflows from malformed data.

References