CVE-2021-39939
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn uncontrolled resource consumption vulnerability in GitLab Runner affecting all versions starting from 13.7 before 14.3.6, all versions starting from 14.4 before 14.4.4, all versions starting from 14.5 before 14.5.2, allows an attacker triggering a job with a specially crafted docker image to exhaust resources on runner manager
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceGitLab Runner versions prior to 14.3.6, 14.4.4, and 14.5.2 contain an uncontrolled resource consumption vulnerability where a specially crafted docker image in a job can exhaust resources on the runner manager, potentially causing denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 13.7.0, < 14.3.6>= 14.4.0, < 14.4.4>= 14.5.0, < 14.5.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine GitLab Runner versionRun 'gitlab-runner --version' on the runner host to retrieve the installed version numberAffected if The version shown is 13.7.0 to 14.3.5, 14.4.0 to 14.4.3, or 14.5.0 to 14.5.1 (all versions prior to 14.3.6, 14.4.4, and 14.5.2 in the listed ranges)
-
Confirm Docker executor is configuredInspect the runner's config.toml file (typically at /etc/gitlab-runner/config.toml) and locate the [[runners]] sections to check for 'executor = "docker"'Affected if Docker executor is enabled, as the vulnerability is triggered by specially crafted docker images in jobs
-
Check if job resource limits are definedReview the config.toml file for any 'limit' parameter under [[runners]] or 'docker' section, or check .gitlab-ci.yml for 'cpu', 'memory', or 'timeout' settingsAffected if No resource limits (such as memory limits, CPU limits, or job timeouts) are configured in either the runner config or the CI/CD pipeline definitions
You are affected if your GitLab Runner version falls within the vulnerable ranges (13.7.0 to 14.3.5, 14.4.0 to 14.4.3, or 14.5.0 to 14.5.1) AND the Docker executor is in use, with no resource limits configured to constrain job consumption.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped14.3.614.4.414.5.2
Upgrade GitLab Runner to version 14.3.6, 14.4.4, 14.5.2 or later. Alternatively, implement job resource limits and timeout configurations in the runner's config.toml to constrain job resource usage.
14.3.6, 14.4.4, or 14.5.2 depending on current version branch
- Identify the currently running GitLab Runner version using `gitlab-runner --version`
- Determine which version branch you are on (13.7.x, 14.3.x, 14.4.x, or 14.5.x)
- Stop the GitLab Runner service using `sudo gitlab-runner stop` or `systemctl stop gitlab-runner`
- Upgrade GitLab Runner to the appropriate fixed version: for 13.7.x upgrade to 14.3.6; for 14.4.x upgrade to 14.4.4; for 14.5.x upgrade to 14.5.2
- Verify the installed version with `gitlab-runner --version`
- Start the GitLab Runner service using `sudo gitlab-runner start` or `systemctl start gitlab-runner`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-39939 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2021-39939 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data