Cyber Resilience

CVE-2022-26133

RCE in Atlassian Bitbucket Data Center 5.14.0 – 7.6.14

Published
20 April 2022
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.71 99.3th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2022-26133 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Atlassian Bitbucket Data Center. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2022-26133 is a Java deserialization vulnerability (CWE-502) in the SharedSecretClusterAuthenticator component of Atlassian Bitbucket Data Center. It affects versions 5.14.0 and later before 7.6.14, 7.7.0 and later prior to 7.17.6, 7.18.0 and later prior to 7.18.4, 7.19.0 and later prior to 7.19.4, and 7.20.0. The flaw carries a CVSS 3.1 score of 9.8 and stems from unsafe handling of serialized objects, commonly tied to an embedded Hazelcast instance.

A remote unauthenticated attacker can send a crafted serialized payload over the network to trigger arbitrary code execution on the Bitbucket server, achieving full confidentiality, integrity, and availability impact without any user interaction or credentials.

Atlassian security advisories reference the underlying Hazelcast issue (CVE-2016-10750) and direct administrators to upgrade Bitbucket Data Center to one of the fixed releases listed in the Jira ticket BSERV-13173; the advisories also recommend reviewing cluster authentication configurations and applying vendor patches promptly. The EPSS score has reached 0.8139, indicating substantial exploitation interest.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

SharedSecretClusterAuthenticator in Atlassian Bitbucket Data Center versions 5.14.0 and later before 7.6.14, 7.7.0 and later prior to 7.17.6, 7.18.0 and later prior to 7.18.4, 7.19.0 and later prior to 7.19.4, and 7.20.0 allow a remote, unauthenticated attacker to execute arbitrary…

more

code via Java deserialization.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
Remote unauthenticated attacker sends crafted serialized object to the exposed Bitbucket service, directly enabling exploitation of a public-facing application.
T1203 Exploitation for Client Execution Executionconfidence: HIGH
Java deserialization of attacker-controlled data leads to arbitrary code execution on the client/server process without user interaction.
T1059 Command and Scripting Interpreter Executionconfidence: MEDIUM
Successful exploitation results in arbitrary code execution, which can be leveraged via command or scripting interpreters on the target.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-21684Same product: Atlassian Bitbucket Data Center
CVE-2023-22513Same product: Atlassian Bitbucket Data Center
CVE-2024-21697Same vendor: Atlassian
CVE-2025-35113Same vendor: Atlassian
CVE-2023-22505Same vendor: Atlassian
CVE-2025-22165Same vendor: Atlassian
CVE-2012-2926Same vendor: Atlassian
CVE-2026-21569Same vendor: Atlassian
CVE-2025-35112Same vendor: Atlassian
CVE-2019-3396Same vendor: Atlassian

Affected Assets

atlassian
bitbucket data center
7.20.0 · 5.14.0 — 7.6.14 · 7.7.0 — 7.17.6 · 7.18.0 — 7.18.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-2 Flaw Remediation
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks the crafted serialized object input that triggers arbitrary code execution in SharedSecretClusterAuthenticator.

prevent

Requires prompt application of the vendor patches listed in BSERV-13173 that eliminate the unsafe deserialization path.

prevent

Restricts network exposure of the Hazelcast/Bitbucket cluster ports used to deliver the unauthenticated serialized payload.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-02 none match
prevents

PR.PS-02 addresses only post-deployment updates/patching and cannot prevent introduction of unsafe deserialization code, yet it can remediate some instances when the flaw exists in outdated libraries or components.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing includes validation of deserialization routines and the use of untrusted data, reducing the likelihood that unsafe object reconstruction will be deployed.

prevents

Requiring vetted libraries, regular updates and SAST before release reduces the likelihood that deserialization logic will accept and act on attacker-controlled serialized objects.

detects

Regular scanning of third-party libraries and timely patching reduce the likelihood that unsafe deserialization vulnerabilities remain active.

none

Mandatory malware scanning of data received over networks or storage media intercepts malicious serialized payloads before they are deserialized by the target application.

References