-
Type:
Public Security Vulnerability
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 9.0.1, 9.2.0, 9.1.1, 9.3.0, 9.4.0, 9.5.0, 9.4.1, 9.4.2, 9.4.3, 9.4.4, 9.4.5, 10.0.0, 9.4.6, 9.4.7, 9.4.8, 9.4.9, 9.6.5, 9.4.11, 9.4.12, 9.4.13, 9.4.14, 9.4.15, 9.4.16, 10.1.3, 10.2.0, 9.4.17, 9.4.18, 10.2.1, 10.3.0, 9.4.19, 10.2.2, 10.2.3, 9.4.20, 10.2.4, 9.4.21, 9.4.22, 10.2.5, 10.4.1
-
Component/s: None
-
7.5
-
High
-
CVE-2026-14257
-
Atlassian (Internal)
-
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
-
DoS (Denial of Service)
-
Bitbucket Data Center
This High severity DoS (Denial of Service) vulnerability was introduced in versions 9.0.1, 9.1.1, 9.2.0, 9.3.0, 9.4.0, 9.5.0, 9.6.5, 10.0.0, 10.1.3, 10.2.0, 10.3.0, and 10.4.1 of Bitbucket Data Center.
This DoS (Denial of Service) vulnerability, with a CVSS Score of 7.5 and a CVSS Vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H allows an unauthenticated attacker to cause a resource to be unavailable for its intended users by temporarily or indefinitely disrupting services of a host connected to a network which has no impact to confidentiality, no impact to integrity, high impact to availability, and requires no user interaction.
Atlassian recommends that Bitbucket Data Center customers upgrade to latest version, if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:
- Bitbucket Data Center 9.4: Upgrade to a release greater than or equal to 9.4.23
- Bitbucket Data Center 10.2: Upgrade to a release greater than or equal to 10.2.6
- Bitbucket Data Center 10.4: Upgrade to a release greater than or equal to 10.4.2
See the release notes (https://confluence.atlassian.com/bitbucketserver/release-notes). You can download the latest version of Bitbucket Data Center from the download center (https://www.atlassian.com/software/bitbucket/download-archives).
The National Vulnerability Database provides the following description for this vulnerability: brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand() function limits the number of results with a max option (default 100,000) but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count under the limit while making each result progressively longer, so total memory scales with both count and string length until the process hits a fatal, uncatchable out-of-memory error. About 7.5 KB of input ('
{a,b}'.repeat(1500)) crashes a default Node.js process. Any application that passes attacker-influenced strings to brace-expansion.expand() - directly or transitively via minimatch / glob brace patterns - can be crashed by a small request. Fixed in 5.0.8 by adding a maxLength option (default 4,000,000) that bounds accumulated output and intermediate arrays.