Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTIzZjctOTlqeC1tNTRy

Remote code execution in dependabot-core branch names when cloning

Impact

Remote code execution vulnerability in dependabot-common and dependabot-go_modules when a source branch name contains malicious injectable bash code.

For example, if Dependabot is configured to use the following source branch name: "/$({curl,127.0.0.1})", Dependabot will make a HTTP request to the following URL: 127.0.0.1 when cloning the source repository.

When Dependabot is configured to clone the source repository during an update, Dependabot runs a shell command to git clone the repository:

git clone --no-tags --no-recurse-submodules --depth=1 --branch=<BRANCH> --single-branch <GITHUB_REPO_URL> repo/contents/path

Dependabot will always clone the source repository for go_modules during the file fetching step and can be configured to clone the repository for other package managers using the FileFetcher class from dependabot-common.

source = Dependabot::Source.new(
  provider: "github",
  repo: "repo/name",
  directory: "/",
  branch: "/$({curl,127.0.0.1})",
)

repo_contents_path = "./file/path"
fetcher = Dependabot::FileFetchers.for_package_manager("bundler").
                  new(source: source, credentials: [],
                  repo_contents_path: repo_contents_path)
fetcher.clone_repo_contents

Patches

The fix was applied to version 0.125.1: https://github.com/dependabot/dependabot-core/pull/2727

Workarounds

Escape the branch name prior to passing it to the Dependabot::Source class.

For example using shellwords:

require "shellwords"
branch = Shellwords.escape("/$({curl,127.0.0.1})")
source = Dependabot::Source.new(
  provider: "github",
  repo: "repo/name",
  directory: "/",
  branch: branch,
)
Permalink: https://github.com/advisories/GHSA-23f7-99jx-m54r
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTIzZjctOTlqeC1tNTRy
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 3 years ago
Updated: 6 months ago


CVSS Score: 8.7
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Identifiers: GHSA-23f7-99jx-m54r, CVE-2020-26222
References: Blast Radius: 19.1

Affected Packages

rubygems:dependabot-common
Dependent packages: 19
Dependent repositories: 155
Downloads: 3,195,073 total
Affected Version Ranges: >= 0.119.0.beta1, < 0.125.1
Fixed in: 0.125.1
All affected versions: 0.95.0, 0.95.1, 0.95.2, 0.95.3, 0.95.4, 0.95.5, 0.95.6, 0.95.7, 0.95.8, 0.95.9, 0.95.10, 0.95.11, 0.95.12, 0.95.13, 0.95.14, 0.95.15, 0.95.16, 0.95.17, 0.95.18, 0.95.19, 0.95.20, 0.95.21, 0.95.22, 0.95.23, 0.95.24, 0.95.25, 0.95.26, 0.95.27, 0.95.28, 0.95.29, 0.95.30, 0.95.31, 0.95.32, 0.95.33, 0.95.34, 0.95.35, 0.95.36, 0.95.37, 0.95.38, 0.95.39, 0.95.40, 0.95.41, 0.95.42, 0.95.43, 0.95.44, 0.95.45, 0.95.46, 0.95.47, 0.95.48, 0.95.49, 0.95.50, 0.95.51, 0.95.52, 0.95.53, 0.95.54, 0.95.55, 0.95.56, 0.95.57, 0.95.58, 0.95.59, 0.95.60, 0.95.61, 0.95.62, 0.95.63, 0.95.64, 0.95.65, 0.95.66, 0.95.67, 0.95.68, 0.95.69, 0.95.70, 0.95.71, 0.95.72, 0.95.73, 0.95.74, 0.95.75, 0.95.76, 0.95.77, 0.95.78, 0.95.79, 0.95.80, 0.95.81, 0.95.82, 0.95.83, 0.95.84, 0.95.85, 0.96.0, 0.96.1, 0.97.0, 0.97.1, 0.97.2, 0.97.3, 0.97.4, 0.97.5, 0.97.6, 0.97.7, 0.97.8, 0.97.9, 0.97.10, 0.97.11, 0.98.0, 0.98.1, 0.98.2, 0.98.3, 0.98.4, 0.98.5, 0.98.6, 0.98.7, 0.98.8, 0.98.9, 0.98.10, 0.98.11, 0.98.12, 0.98.13, 0.98.14, 0.98.15, 0.98.16, 0.98.17, 0.98.18, 0.98.19, 0.98.20, 0.98.21, 0.98.22, 0.98.23, 0.98.24, 0.98.25, 0.98.26, 0.98.27, 0.98.28, 0.98.29, 0.98.30, 0.98.31, 0.98.32, 0.98.33, 0.98.34, 0.98.35, 0.98.36, 0.98.37, 0.98.38, 0.98.39, 0.98.40, 0.98.41, 0.98.42, 0.98.43, 0.98.44, 0.98.45, 0.98.46, 0.98.47, 0.98.48, 0.98.49, 0.98.50, 0.98.51, 0.98.52, 0.98.53, 0.98.54, 0.98.55, 0.98.56, 0.98.57, 0.98.58, 0.98.59, 0.98.60, 0.98.61, 0.98.62, 0.98.63, 0.98.64, 0.98.65, 0.98.66, 0.98.67, 0.98.68, 0.98.69, 0.98.70, 0.98.71, 0.98.72, 0.98.73, 0.98.74, 0.98.75, 0.98.76, 0.98.77, 0.98.78, 0.99.0, 0.99.1, 0.99.2, 0.99.3, 0.99.4, 0.99.5, 0.99.6, 0.99.7, 0.100.0, 0.100.1, 0.100.2, 0.101.0, 0.101.1, 0.101.2, 0.102.0, 0.102.1, 0.103.0, 0.103.1, 0.103.2, 0.103.3, 0.104.0, 0.104.1, 0.104.2, 0.104.3, 0.104.4, 0.104.5, 0.104.6, 0.105.0, 0.105.1, 0.105.2, 0.105.3, 0.105.4, 0.105.5, 0.105.6, 0.105.7, 0.105.8, 0.106.0, 0.106.1, 0.106.2, 0.106.3, 0.106.4, 0.106.5, 0.106.6, 0.106.7, 0.106.8, 0.106.9, 0.106.10, 0.106.11, 0.106.12, 0.106.13, 0.106.14, 0.106.15, 0.106.16, 0.106.17, 0.106.18, 0.106.19, 0.106.20, 0.106.21, 0.106.22, 0.106.23, 0.106.24, 0.106.25, 0.106.26, 0.106.27, 0.106.28, 0.106.29, 0.106.30, 0.106.31, 0.106.32, 0.106.33, 0.106.34, 0.106.35, 0.106.36, 0.106.37, 0.106.38, 0.106.39, 0.106.40, 0.106.41, 0.106.42, 0.106.43, 0.106.44, 0.106.45, 0.106.46, 0.106.47, 0.107.0, 0.107.1, 0.107.2, 0.107.3, 0.107.4, 0.107.5, 0.107.6, 0.107.7, 0.107.8, 0.107.9, 0.107.10, 0.107.11, 0.107.12, 0.107.13, 0.107.14, 0.107.15, 0.107.16, 0.107.17, 0.107.18, 0.107.19, 0.107.20, 0.107.21, 0.107.22, 0.107.23, 0.107.24, 0.107.25, 0.107.26, 0.107.27, 0.107.28, 0.107.29, 0.107.30, 0.107.31, 0.107.32, 0.107.33, 0.107.34, 0.107.35, 0.107.36, 0.107.37, 0.107.38, 0.107.39, 0.107.40, 0.107.41, 0.107.42, 0.107.43, 0.107.44, 0.107.45, 0.107.46, 0.107.47, 0.107.48, 0.108.0, 0.108.1, 0.108.2, 0.108.3, 0.108.4, 0.108.5, 0.108.6, 0.108.7, 0.108.8, 0.108.9, 0.108.10, 0.108.11, 0.108.12, 0.108.13, 0.108.14, 0.108.15, 0.108.16, 0.108.17, 0.108.18, 0.108.19, 0.108.20, 0.108.21, 0.108.22, 0.108.23, 0.108.24, 0.108.25, 0.109.0, 0.109.1, 0.110.0, 0.110.1, 0.110.2, 0.110.3, 0.110.4, 0.110.5, 0.110.6, 0.110.7, 0.110.8, 0.110.9, 0.110.10, 0.110.11, 0.110.12, 0.110.13, 0.110.14, 0.110.15, 0.110.16, 0.110.17, 0.111.0, 0.111.1, 0.111.2, 0.111.3, 0.111.4, 0.111.5, 0.111.6, 0.111.7, 0.111.8, 0.111.9, 0.111.10, 0.111.11, 0.111.12, 0.111.13, 0.111.14, 0.111.15, 0.111.16, 0.111.17, 0.111.18, 0.111.19, 0.111.20, 0.111.21, 0.111.22, 0.111.23, 0.111.24, 0.111.25, 0.111.26, 0.111.27, 0.111.28, 0.111.29, 0.111.30, 0.111.31, 0.111.32, 0.111.33, 0.111.34, 0.111.35, 0.111.36, 0.111.37, 0.111.38, 0.111.39, 0.111.40, 0.111.41, 0.111.42, 0.111.43, 0.111.44, 0.111.45, 0.111.46, 0.111.47, 0.111.48, 0.111.49, 0.111.50, 0.111.51, 0.111.52, 0.111.53, 0.111.54, 0.111.55, 0.111.56, 0.111.57, 0.111.58, 0.111.59, 0.112.0, 0.112.1, 0.112.2, 0.112.3, 0.112.4, 0.112.5, 0.112.6, 0.112.7, 0.112.8, 0.112.9, 0.112.10, 0.112.11, 0.112.12, 0.112.13, 0.112.14, 0.112.15, 0.112.16, 0.112.17, 0.112.18, 0.112.19, 0.112.20, 0.112.21, 0.112.22, 0.112.23, 0.112.24, 0.112.25, 0.112.26, 0.112.27, 0.112.28, 0.112.29, 0.112.30, 0.112.31, 0.112.32, 0.112.33, 0.112.34, 0.112.35, 0.112.36, 0.112.37, 0.113.0, 0.113.1, 0.113.2, 0.113.3, 0.113.4, 0.113.5, 0.113.6, 0.113.7, 0.113.8, 0.113.9, 0.113.10, 0.113.11, 0.113.12, 0.113.13, 0.113.14, 0.113.15, 0.113.16, 0.113.17, 0.113.18, 0.113.19, 0.113.20, 0.113.21, 0.113.22, 0.113.23, 0.113.24, 0.113.25, 0.113.26, 0.113.27, 0.113.28, 0.114.1, 0.115.0, 0.115.1, 0.115.2, 0.115.3, 0.116.0, 0.116.1, 0.116.2, 0.116.3, 0.116.4, 0.116.5, 0.116.6, 0.117.0, 0.117.1, 0.117.2, 0.117.3, 0.117.4, 0.117.5, 0.117.6, 0.117.7, 0.117.8, 0.117.9, 0.117.10, 0.117.11, 0.118.0, 0.118.1, 0.118.2, 0.118.3, 0.118.4, 0.118.5, 0.118.6, 0.118.7, 0.118.8, 0.118.10, 0.118.11, 0.118.12, 0.118.13, 0.118.14, 0.118.15, 0.118.16, 0.119.0, 0.119.1, 0.119.2, 0.119.3, 0.119.4, 0.119.5, 0.119.6, 0.120.0, 0.120.1, 0.120.2, 0.120.3, 0.120.4, 0.120.5, 0.121.0, 0.121.1, 0.122.0, 0.122.1, 0.123.0, 0.123.1, 0.124.0, 0.124.1, 0.124.2, 0.124.3, 0.124.4, 0.124.5, 0.124.6, 0.124.7, 0.124.8, 0.125.0
All unaffected versions: 0.125.1, 0.125.2, 0.125.3, 0.125.4, 0.125.5, 0.125.6, 0.125.7, 0.126.0, 0.126.1, 0.127.0, 0.127.1, 0.128.0, 0.128.1, 0.128.2, 0.129.0, 0.129.1, 0.129.2, 0.129.3, 0.129.4, 0.129.5, 0.130.0, 0.130.1, 0.130.2, 0.130.3, 0.131.0, 0.131.1, 0.131.2, 0.131.3, 0.132.0, 0.133.0, 0.133.1, 0.133.2, 0.133.3, 0.133.4, 0.133.5, 0.133.6, 0.134.0, 0.134.1, 0.134.2, 0.135.0, 0.136.0, 0.137.0, 0.137.1, 0.137.2, 0.138.0, 0.138.1, 0.138.2, 0.138.3, 0.138.4, 0.138.5, 0.138.6, 0.138.7, 0.139.0, 0.139.1, 0.139.2, 0.140.0, 0.140.1, 0.140.2, 0.140.3, 0.141.0, 0.141.1, 0.142.0, 0.142.1, 0.143.0, 0.143.1, 0.143.2, 0.143.3, 0.143.4, 0.143.5, 0.143.6, 0.144.0, 0.145.0, 0.145.1, 0.145.2, 0.145.3, 0.145.4, 0.146.0, 0.146.1, 0.147.0, 0.147.1, 0.148.0, 0.148.1, 0.148.2, 0.148.3, 0.148.4, 0.148.5, 0.148.6, 0.148.7, 0.148.8, 0.148.9, 0.148.10, 0.149.0, 0.149.1, 0.149.2, 0.149.3, 0.149.4, 0.149.5, 0.150.0, 0.151.0, 0.151.1, 0.152.0, 0.152.1, 0.153.0, 0.154.0, 0.154.1, 0.154.2, 0.154.3, 0.154.4, 0.154.5, 0.155.0, 0.155.1, 0.156.0, 0.156.1, 0.156.2, 0.156.3, 0.156.4, 0.156.5, 0.156.6, 0.156.7, 0.156.8, 0.156.9, 0.156.10, 0.157.0, 0.157.1, 0.157.2, 0.158.0, 0.159.0, 0.159.1, 0.159.2, 0.160.0, 0.160.1, 0.161.0, 0.162.0, 0.162.1, 0.162.2, 0.163.0, 0.163.1, 0.164.0, 0.164.1, 0.165.0, 0.166.0, 0.166.1, 0.167.0, 0.168.0, 0.169.0, 0.169.1, 0.169.2, 0.169.3, 0.169.4, 0.169.5, 0.169.6, 0.169.7, 0.169.8, 0.170.0, 0.170.1, 0.170.2, 0.171.0, 0.171.1, 0.171.2, 0.171.3, 0.171.4, 0.171.5, 0.172.0, 0.172.1, 0.172.2, 0.173.0, 0.174.0, 0.174.1, 0.175.0, 0.176.0, 0.177.0, 0.178.0, 0.178.1, 0.179.0, 0.180.0, 0.180.1, 0.180.2, 0.180.3, 0.180.4, 0.180.5, 0.181.0, 0.182.0, 0.182.1, 0.182.2, 0.182.3, 0.182.4, 0.183.0, 0.184.0, 0.185.0, 0.186.0, 0.186.1, 0.187.0, 0.188.0, 0.189.0, 0.190.0, 0.190.1, 0.191.0, 0.191.1, 0.192.0, 0.192.1, 0.193.0, 0.194.0, 0.194.1, 0.195.0, 0.196.0, 0.196.1, 0.196.2, 0.196.3, 0.196.4, 0.197.0, 0.198.0, 0.199.0, 0.200.0, 0.201.0, 0.201.1, 0.202.0, 0.203.0, 0.204.0, 0.205.0, 0.205.1, 0.206.0, 0.207.0, 0.208.0, 0.209.0, 0.210.0, 0.211.0, 0.212.0, 0.213.0, 0.214.0, 0.215.0, 0.216.0, 0.216.1, 0.216.2, 0.217.0, 0.218.0, 0.219.0, 0.220.0, 0.221.0, 0.222.0, 0.223.0, 0.224.0, 0.225.0, 0.226.0, 0.227.0, 0.228.0, 0.229.0, 0.230.0, 0.231.0, 0.232.0, 0.233.0, 0.234.0, 0.235.0, 0.236.0, 0.237.0, 0.238.0, 0.239.0, 0.240.0, 0.241.0, 0.242.0, 0.242.1, 0.243.0, 0.244.0, 0.245.0, 0.246.0, 0.247.0, 0.248.0, 0.249.0, 0.250.0, 0.251.0, 0.252.0, 0.253.0, 0.254.0
rubygems:dependabot-omnibus
Dependent packages: 2
Dependent repositories: 114
Downloads: 2,845,199 total
Affected Version Ranges: >= 0.119.0.beta1, < 0.125.1
Fixed in: 0.125.1
All affected versions: 0.76.1, 0.76.2, 0.76.3, 0.76.4, 0.76.5, 0.76.6, 0.76.7, 0.76.8, 0.76.9, 0.76.10, 0.76.11, 0.77.0, 0.77.1, 0.77.2, 0.78.0, 0.79.0, 0.79.1, 0.79.2, 0.79.3, 0.79.4, 0.80.0, 0.80.1, 0.81.0, 0.81.1, 0.82.0, 0.82.1, 0.82.2, 0.82.3, 0.82.4, 0.83.0, 0.83.1, 0.83.2, 0.84.0, 0.84.1, 0.85.0, 0.85.1, 0.85.2, 0.85.3, 0.86.0, 0.86.1, 0.86.2, 0.86.3, 0.86.4, 0.86.5, 0.86.6, 0.86.7, 0.86.8, 0.86.9, 0.86.10, 0.86.11, 0.86.12, 0.86.13, 0.86.14, 0.86.15, 0.86.16, 0.86.17, 0.86.18, 0.86.19, 0.86.20, 0.86.21, 0.86.22, 0.86.23, 0.86.24, 0.86.25, 0.87.0, 0.87.1, 0.87.2, 0.87.3, 0.87.4, 0.87.5, 0.87.6, 0.87.7, 0.87.8, 0.87.9, 0.87.10, 0.87.11, 0.87.12, 0.87.13, 0.87.14, 0.87.15, 0.88.0, 0.88.1, 0.88.2, 0.88.3, 0.89.0, 0.89.1, 0.89.2, 0.89.3, 0.89.4, 0.89.5, 0.90.0, 0.90.1, 0.90.2, 0.90.3, 0.90.4, 0.90.5, 0.90.6, 0.90.7, 0.91.0, 0.91.1, 0.91.2, 0.91.3, 0.91.4, 0.91.5, 0.91.6, 0.91.7, 0.91.8, 0.92.2, 0.92.3, 0.92.4, 0.92.5, 0.92.6, 0.92.7, 0.92.8, 0.93.0, 0.93.1, 0.93.2, 0.93.3, 0.93.4, 0.93.5, 0.93.6, 0.93.7, 0.93.8, 0.93.9, 0.93.10, 0.93.11, 0.93.12, 0.93.13, 0.93.14, 0.93.15, 0.93.16, 0.93.17, 0.94.0, 0.94.1, 0.94.2, 0.94.3, 0.94.4, 0.94.5, 0.94.6, 0.94.7, 0.94.8, 0.94.9, 0.94.10, 0.94.11, 0.94.12, 0.94.13, 0.95.0, 0.95.1, 0.95.2, 0.95.3, 0.95.4, 0.95.5, 0.95.6, 0.95.7, 0.95.8, 0.95.9, 0.95.10, 0.95.11, 0.95.12, 0.95.13, 0.95.14, 0.95.15, 0.95.16, 0.95.17, 0.95.18, 0.95.19, 0.95.20, 0.95.21, 0.95.22, 0.95.23, 0.95.24, 0.95.25, 0.95.26, 0.95.27, 0.95.28, 0.95.29, 0.95.30, 0.95.31, 0.95.32, 0.95.33, 0.95.34, 0.95.35, 0.95.36, 0.95.37, 0.95.38, 0.95.39, 0.95.40, 0.95.41, 0.95.42, 0.95.43, 0.95.44, 0.95.45, 0.95.46, 0.95.47, 0.95.48, 0.95.49, 0.95.50, 0.95.51, 0.95.52, 0.95.53, 0.95.54, 0.95.55, 0.95.56, 0.95.57, 0.95.58, 0.95.59, 0.95.60, 0.95.61, 0.95.62, 0.95.63, 0.95.64, 0.95.65, 0.95.66, 0.95.67, 0.95.68, 0.95.69, 0.95.70, 0.95.71, 0.95.72, 0.95.73, 0.95.74, 0.95.75, 0.95.76, 0.95.77, 0.95.78, 0.95.79, 0.95.80, 0.95.81, 0.95.82, 0.95.83, 0.95.84, 0.95.85, 0.96.0, 0.96.1, 0.97.0, 0.97.1, 0.97.2, 0.97.3, 0.97.4, 0.97.5, 0.97.6, 0.97.7, 0.97.9, 0.97.10, 0.97.11, 0.98.0, 0.98.1, 0.98.2, 0.98.3, 0.98.4, 0.98.5, 0.98.6, 0.98.7, 0.98.8, 0.98.9, 0.98.10, 0.98.11, 0.98.12, 0.98.13, 0.98.14, 0.98.15, 0.98.16, 0.98.17, 0.98.18, 0.98.19, 0.98.20, 0.98.21, 0.98.22, 0.98.23, 0.98.24, 0.98.25, 0.98.26, 0.98.27, 0.98.28, 0.98.29, 0.98.30, 0.98.31, 0.98.32, 0.98.33, 0.98.34, 0.98.35, 0.98.36, 0.98.37, 0.98.38, 0.98.39, 0.98.40, 0.98.41, 0.98.42, 0.98.43, 0.98.44, 0.98.45, 0.98.46, 0.98.47, 0.98.48, 0.98.49, 0.98.50, 0.98.51, 0.98.52, 0.98.53, 0.98.54, 0.98.55, 0.98.56, 0.98.57, 0.98.58, 0.98.59, 0.98.60, 0.98.61, 0.98.62, 0.98.63, 0.98.64, 0.98.65, 0.98.66, 0.98.67, 0.98.68, 0.98.69, 0.98.70, 0.98.71, 0.98.72, 0.98.73, 0.98.74, 0.98.75, 0.98.76, 0.98.77, 0.98.78, 0.99.0, 0.99.1, 0.99.2, 0.99.3, 0.99.4, 0.99.5, 0.99.6, 0.99.7, 0.100.0, 0.100.1, 0.100.2, 0.101.0, 0.101.1, 0.101.2, 0.102.0, 0.102.1, 0.103.0, 0.103.1, 0.103.2, 0.103.3, 0.104.0, 0.104.1, 0.104.2, 0.104.3, 0.104.4, 0.104.5, 0.104.6, 0.105.0, 0.105.1, 0.105.2, 0.105.3, 0.105.4, 0.105.5, 0.105.6, 0.105.7, 0.105.8, 0.106.0, 0.106.1, 0.106.2, 0.106.3, 0.106.4, 0.106.5, 0.106.6, 0.106.7, 0.106.8, 0.106.9, 0.106.10, 0.106.11, 0.106.12, 0.106.13, 0.106.14, 0.106.15, 0.106.16, 0.106.17, 0.106.18, 0.106.19, 0.106.20, 0.106.21, 0.106.22, 0.106.23, 0.106.24, 0.106.25, 0.106.26, 0.106.27, 0.106.28, 0.106.29, 0.106.30, 0.106.31, 0.106.32, 0.106.33, 0.106.34, 0.106.35, 0.106.36, 0.106.37, 0.106.38, 0.106.39, 0.106.40, 0.106.41, 0.106.42, 0.106.43, 0.106.44, 0.106.45, 0.106.46, 0.106.47, 0.107.0, 0.107.1, 0.107.2, 0.107.3, 0.107.4, 0.107.5, 0.107.6, 0.107.7, 0.107.8, 0.107.9, 0.107.10, 0.107.11, 0.107.12, 0.107.13, 0.107.14, 0.107.15, 0.107.16, 0.107.18, 0.107.19, 0.107.20, 0.107.21, 0.107.22, 0.107.23, 0.107.24, 0.107.25, 0.107.26, 0.107.27, 0.107.28, 0.107.29, 0.107.30, 0.107.31, 0.107.32, 0.107.33, 0.107.34, 0.107.35, 0.107.36, 0.107.37, 0.107.38, 0.107.39, 0.107.40, 0.107.41, 0.107.42, 0.107.43, 0.107.44, 0.107.45, 0.107.46, 0.107.47, 0.107.48, 0.108.0, 0.108.1, 0.108.2, 0.108.3, 0.108.4, 0.108.5, 0.108.6, 0.108.7, 0.108.8, 0.108.9, 0.108.10, 0.108.11, 0.108.12, 0.108.13, 0.108.14, 0.108.15, 0.108.16, 0.108.17, 0.108.18, 0.108.19, 0.108.21, 0.108.22, 0.108.23, 0.108.24, 0.108.25, 0.109.0, 0.109.1, 0.110.0, 0.110.1, 0.110.2, 0.110.3, 0.110.4, 0.110.5, 0.110.6, 0.110.7, 0.110.8, 0.110.9, 0.110.10, 0.110.11, 0.110.12, 0.110.13, 0.110.14, 0.110.15, 0.110.16, 0.110.17, 0.111.0, 0.111.1, 0.111.2, 0.111.3, 0.111.4, 0.111.5, 0.111.6, 0.111.7, 0.111.8, 0.111.9, 0.111.10, 0.111.11, 0.111.12, 0.111.13, 0.111.14, 0.111.15, 0.111.16, 0.111.17, 0.111.18, 0.111.19, 0.111.20, 0.111.21, 0.111.22, 0.111.23, 0.111.24, 0.111.25, 0.111.26, 0.111.27, 0.111.28, 0.111.29, 0.111.30, 0.111.31, 0.111.32, 0.111.33, 0.111.34, 0.111.35, 0.111.36, 0.111.37, 0.111.38, 0.111.39, 0.111.40, 0.111.41, 0.111.42, 0.111.43, 0.111.44, 0.111.45, 0.111.46, 0.111.47, 0.111.48, 0.111.49, 0.111.50, 0.111.51, 0.111.52, 0.111.53, 0.111.54, 0.111.55, 0.111.56, 0.111.57, 0.111.58, 0.111.59, 0.112.0, 0.112.1, 0.112.2, 0.112.3, 0.112.4, 0.112.5, 0.112.6, 0.112.7, 0.112.8, 0.112.9, 0.112.10, 0.112.11, 0.112.12, 0.112.13, 0.112.14, 0.112.15, 0.112.16, 0.112.17, 0.112.18, 0.112.19, 0.112.20, 0.112.21, 0.112.22, 0.112.23, 0.112.24, 0.112.25, 0.112.26, 0.112.27, 0.112.28, 0.112.29, 0.112.30, 0.112.31, 0.112.32, 0.112.33, 0.112.34, 0.112.35, 0.112.36, 0.112.37, 0.113.0, 0.113.1, 0.113.2, 0.113.3, 0.113.4, 0.113.5, 0.113.6, 0.113.7, 0.113.8, 0.113.9, 0.113.10, 0.113.11, 0.113.12, 0.113.13, 0.113.14, 0.113.15, 0.113.16, 0.113.17, 0.113.18, 0.113.19, 0.113.20, 0.113.21, 0.113.22, 0.113.23, 0.113.24, 0.113.25, 0.113.26, 0.113.27, 0.113.28, 0.114.1, 0.115.0, 0.115.1, 0.115.2, 0.115.3, 0.116.0, 0.116.1, 0.116.2, 0.116.3, 0.116.4, 0.116.5, 0.116.6, 0.117.0, 0.117.1, 0.117.2, 0.117.3, 0.117.4, 0.117.5, 0.117.6, 0.117.7, 0.117.8, 0.117.9, 0.117.10, 0.117.11, 0.118.0, 0.118.1, 0.118.2, 0.118.3, 0.118.4, 0.118.5, 0.118.6, 0.118.7, 0.118.8, 0.118.10, 0.118.11, 0.118.12, 0.118.13, 0.118.14, 0.118.15, 0.118.16, 0.119.0, 0.119.1, 0.119.2, 0.119.3, 0.119.4, 0.119.5, 0.119.6, 0.120.0, 0.120.1, 0.120.2, 0.120.3, 0.120.4, 0.120.5, 0.121.0, 0.121.1, 0.122.0, 0.122.1, 0.123.0, 0.123.1, 0.124.0, 0.124.1, 0.124.2, 0.124.3, 0.124.4, 0.124.5, 0.124.6, 0.124.7, 0.124.8, 0.125.0
All unaffected versions: 0.125.1, 0.125.2, 0.125.3, 0.125.4, 0.125.5, 0.125.6, 0.125.7, 0.126.0, 0.126.1, 0.127.0, 0.127.1, 0.128.0, 0.128.1, 0.128.2, 0.129.0, 0.129.1, 0.129.2, 0.129.3, 0.129.4, 0.129.5, 0.130.0, 0.130.1, 0.130.2, 0.130.3, 0.131.0, 0.131.1, 0.131.2, 0.131.3, 0.132.0, 0.133.0, 0.133.1, 0.133.2, 0.133.3, 0.133.4, 0.133.5, 0.133.6, 0.134.0, 0.134.1, 0.134.2, 0.135.0, 0.136.0, 0.137.0, 0.137.1, 0.137.2, 0.138.0, 0.138.1, 0.138.2, 0.138.3, 0.138.4, 0.138.5, 0.138.6, 0.138.7, 0.139.0, 0.139.1, 0.139.2, 0.140.0, 0.140.1, 0.140.2, 0.140.3, 0.141.0, 0.141.1, 0.142.0, 0.142.1, 0.143.0, 0.143.1, 0.143.2, 0.143.3, 0.143.4, 0.143.5, 0.143.6, 0.144.0, 0.145.0, 0.145.1, 0.145.2, 0.145.3, 0.145.4, 0.146.0, 0.146.1, 0.147.0, 0.147.1, 0.148.0, 0.148.1, 0.148.2, 0.148.3, 0.148.4, 0.148.5, 0.148.6, 0.148.7, 0.148.8, 0.148.9, 0.148.10, 0.149.0, 0.149.1, 0.149.2, 0.149.3, 0.149.4, 0.149.5, 0.150.0, 0.151.0, 0.151.1, 0.152.0, 0.152.1, 0.153.0, 0.154.0, 0.154.1, 0.154.2, 0.154.3, 0.154.4, 0.154.5, 0.155.0, 0.155.1, 0.156.0, 0.156.1, 0.156.2, 0.156.3, 0.156.4, 0.156.5, 0.156.6, 0.156.7, 0.156.8, 0.156.9, 0.156.10, 0.157.0, 0.157.1, 0.157.2, 0.158.0, 0.159.0, 0.159.1, 0.159.2, 0.160.0, 0.160.1, 0.161.0, 0.162.0, 0.162.1, 0.162.2, 0.163.0, 0.163.1, 0.164.0, 0.164.1, 0.165.0, 0.166.0, 0.166.1, 0.167.0, 0.168.0, 0.169.0, 0.169.1, 0.169.2, 0.169.3, 0.169.4, 0.169.5, 0.169.6, 0.169.7, 0.169.8, 0.170.0, 0.170.1, 0.170.2, 0.171.0, 0.171.1, 0.171.2, 0.171.3, 0.171.4, 0.171.5, 0.172.0, 0.172.1, 0.172.2, 0.173.0, 0.174.0, 0.174.1, 0.175.0, 0.176.0, 0.177.0, 0.178.0, 0.178.1, 0.179.0, 0.180.0, 0.180.1, 0.180.2, 0.180.3, 0.180.4, 0.180.5, 0.181.0, 0.182.0, 0.182.1, 0.182.2, 0.182.3, 0.182.4, 0.183.0, 0.184.0, 0.185.0, 0.186.0, 0.186.1, 0.187.0, 0.188.0, 0.189.0, 0.190.0, 0.190.1, 0.191.0, 0.191.1, 0.192.0, 0.192.1, 0.193.0, 0.194.0, 0.194.1, 0.195.0, 0.196.0, 0.196.1, 0.196.2, 0.196.3, 0.196.4, 0.197.0, 0.198.0, 0.199.0, 0.200.0, 0.201.0, 0.201.1, 0.202.0, 0.203.0, 0.204.0, 0.205.0, 0.205.1, 0.206.0, 0.207.0, 0.208.0, 0.209.0, 0.210.0, 0.211.0, 0.212.0, 0.213.0, 0.214.0, 0.215.0, 0.216.0, 0.216.1, 0.216.2, 0.217.0, 0.218.0, 0.219.0, 0.220.0, 0.221.0, 0.222.0, 0.223.0, 0.224.0, 0.225.0, 0.226.0, 0.227.0, 0.228.0, 0.229.0, 0.230.0, 0.231.0, 0.232.0, 0.233.0, 0.234.0, 0.235.0, 0.236.0, 0.237.0, 0.238.0, 0.239.0, 0.240.0, 0.241.0, 0.242.0, 0.242.1, 0.243.0, 0.244.0, 0.245.0, 0.246.0, 0.247.0, 0.248.0, 0.249.0, 0.250.0, 0.251.0, 0.252.0, 0.253.0, 0.254.0