---
id: CVE-2026-92615
title: A flaw was found in flightctl
summary: >-
  A flaw was found in flightctl. The configureRepoHTTPSClient() function in the
  device-render worker builds a per-repository tls.Config (which may include
  InsecureSkipVerify, a custom CA bundle, or tenant-supplied mTLS client
  certificates)…
severity: medium
cvss: 6.6
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:N'
cwe:
  - CWE-413
vendor: Red Hat
product: flightctl
affected:
  - flightctl (all versions)
  - flightctl (all versions)
published: '2026-09-16'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T16:18:32.773'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92615'
references:
  - url: 'https://access.redhat.com/security/cve/CVE-2026-92615'
    label: secalert@redhat.com
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2518323'
    label: secalert@redhat.com
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-92615.json
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-92615'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92615'
tags:
  - nvd
  - cve.org
  - csaf
  - vex
  - red-hat
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-17T15:47:44.857928Z'
ingestedAt: '2026-09-16T15:58:38.775Z'
epss: 0.00155
epssPercentile: 0.03895
---

## Overview

A flaw was found in flightctl. The configureRepoHTTPSClient() function in the device-render worker builds a per-repository tls.Config (which may include InsecureSkipVerify, a custom CA bundle, or tenant-supplied mTLS client certificates) and installs it into go-git's process-global client.Protocols map via gitclient.InstallProtocol("https", ...). Because the worker renders devices for multiple organizations concurrently from a shared goroutine pool, whichever tenant's repository configuration is written last wins for all in-flight git.Clone calls. 
This race condition can cause one tenant's TLS settings, including InsecureSkipVerify or mTLS client credentials, to leak into another tenant's git operations.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Vendor advisories

- **Red Hat VEX** · Moderate · affected: Red Hat Advanced Cluster Management for Kubernetes 2, Red Hat Edge Manager 1 · no fix planned: Red Hat Advanced Cluster Management for Kubernetes 2, Red Hat Edge Manager 1 · updated 2026-09-16 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-92615.json)
