---
id: CVE-2026-14967
aliases:
  - PYSEC-2026-3720
title: >-
  BBOT's `github_workflows` module could be induced to write a downloaded
  artifact outside its configured output directory: its path-contai…
summary: >-
  BBOT's `github_workflows` module could be induced to write a downloaded
  artifact outside its configured output directory: its path-containment check
  did not resolve `..`, so a crafted `CODE_REPOSITORY` URL could traverse out of
  the inten…
severity: low
cvss: 3.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N'
vendor: bbot
product: bbot
ecosystem: pip
affected:
  - 'bbot >= 1.1.7, < 3.0.0'
patched:
  - bbot 3.0.0
published: '2026-07-08'
updated: '2026-08-20'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/PYSEC-2026-3720'
references:
  - url: >-
      https://github.com/blacklanternsecurity/bbot/commit/c1c6ec05ff998e2fba55a14d1026f12563ccd82f
tags:
  - osv
  - pip
epss: 0.00261
epssPercentile: 0.15902
ingestedAt: '2026-08-20T19:23:08.430Z'
---

## Overview

BBOT's `github_workflows` module could be induced to write a downloaded artifact outside its configured output directory: its path-containment check did not resolve `..`, so a crafted `CODE_REPOSITORY` URL could traverse out of the intended folder. The write is bounded to two directory levels above the output location and its target is determined by the operator's configuration, not the attacker.

## Affected packages

- `bbot >= 1.1.7, < 3.0.0`

## Remediation

Upgrade to a patched release:

- `bbot 3.0.0`
