---
id: CVE-2025-10281
aliases:
  - GHSA-63wh-p5fx-h4vc
  - PYSEC-2026-1216
title: >-
  BBOT's git_clone.py can expose users' GitHub API keys to an
  attacker-controlled webserver
summary: >-
  BBOT's git_clone.py can expose users' GitHub API keys to an
  attacker-controlled webserver
severity: medium
cvss: 4.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N'
vendor: bbot
product: bbot
ecosystem: pip
affected:
  - bbot < 2.7.0
patched:
  - bbot 2.7.0
published: '2025-10-09'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-63wh-p5fx-h4vc'
references:
  - url: >-
      https://github.com/blacklanternsecurity/bbot/security/advisories/GHSA-63wh-p5fx-h4vc
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-10281'
  - url: >-
      https://github.com/blacklanternsecurity/bbot/commit/0ede97fa887de33fcfd1378b4213a09c21dc6140
  - url: 'https://blog.blacklanternsecurity.com/p/bbot-security-advisory-gitdumper'
  - url: 'https://github.com/blacklanternsecurity/bbot'
tags:
  - osv
  - pip
epss: 0.0023
epssPercentile: 0.12284
ingestedAt: '2026-07-08T18:25:46.274Z'
---

## Overview

### Summary

Due to unsafe URL handling, bbot's `git_clone.py` can be made to leak a user's github.com API key to an attacker-controlled webserver.

### Impact

A user who has placed their github.com API key in the configuration for any of the following modules:

* `github_codesearch`
* `github_workflows`
* `gitlab`
* `git_clone`
* `github_usersearch`
* `github_org`

may leak it to an untrustworthy server.

## Affected packages

- `bbot < 2.7.0`

## Remediation

Upgrade to a patched release:

- `bbot 2.7.0`
