Cyber Resilience

CVE-2026-3207

High

Published: 17 March 2026

Published
17 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/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.0028 19.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-3207 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Tibco Bpm Enterprise. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.7th 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 AC-14 (Permitted Actions Without Identification or Authentication) and AC-17 (Remote Access).

Deeper analysis

CVE-2026-3207 is a configuration issue in the Java Management Extensions (JMX) component of TIBCO BPM Enterprise version 4.x that allows unauthorized access. Published on 2026-03-17, the vulnerability 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) and is linked to CWE-306 (Missing Authentication for Critical Function).

The vulnerability enables exploitation over the network with low attack complexity, requiring no privileges, user interaction, or scope changes. A successful attack can result in high impacts to confidentiality, integrity, and availability, potentially allowing an unauthenticated remote attacker to fully compromise the affected TIBCO BPM Enterprise instance.

TIBCO has published a security advisory addressing CVE-2026-3207, available at https://community.tibco.com/advisories/tibco-security-advisory-march-17-2026-tibco-bpm-enterprise-cve-2026-3207-r226/, which provides details on mitigation steps.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Configuration issue in Java Management Extensions (JMX) in TIBCO BPM Enterprise version 4.x allows unauthorised access.

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?

Missing authentication on the exposed JMX management interface (CWE-306) directly enables remote unauthenticated exploitation of a public-facing application, resulting in full compromise of the TIBCO BPM instance.

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

CVEs Like This One

CVE-2026-4810Shared CWE-306
CVE-2025-53847Shared CWE-306
CVE-2025-61757Shared CWE-306
CVE-2025-68715Shared CWE-306
CVE-2026-21992Shared CWE-306
CVE-2025-26362Shared CWE-306
CVE-2026-48692Shared CWE-306
CVE-2022-50981Shared CWE-306
CVE-2025-58083Shared CWE-306
CVE-2025-21515Shared CWE-306

Affected Assets

tibco
bpm enterprise
4.3.0 — 4.3.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Establishes and enforces secure configuration settings for the JMX component to require authentication, directly mitigating the configuration issue enabling unauthorized access.

prevent

Explicitly authorizes and limits any permitted actions without identification or authentication, preventing unauthorized use of critical JMX functions.

prevent

Manages and restricts remote access mechanisms like JMX to prevent network-based unauthorized exploitation.

References