---
id: CVE-2026-61668
title: 'DIRAC is an interware, meaning a software framework for distributed computing'
summary: >-
  DIRAC is an interware, meaning a software framework for distributed computing.
  Prior to versions 8.0.79, 9.0.22, and 9.1.10,
  WorkloadManagementSystem/Utilities/PilotWrapper.py pilotWrapperScript uses
  ssl._create_unverified_context to dow…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-295
vendor: DIRACGrid
product: DIRAC
affected:
  - 'DIRAC >= 6.20.1, < 8.0.79'
  - 'DIRAC >= 9.0.0a1, < 9.0.22'
  - 'DIRAC >= 9.1.0, < 9.1.10'
patched:
  - DIRAC 8.0.79
  - DIRAC 9.0.22
  - DIRAC 9.1.10
published: '2026-09-15'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:16:44.880'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61668'
references:
  - url: >-
      https://github.com/DIRACGrid/DIRAC/commit/68029dfb5ddd8b1e4106851f8e37370aa80ac7ae
    label: security-advisories@github.com
  - url: >-
      https://github.com/DIRACGrid/DIRAC/commit/92e2e26c63b964b8499bee5e9c2e2821a36eac56
    label: security-advisories@github.com
  - url: >-
      https://github.com/DIRACGrid/DIRAC/commit/b332c437d064f66ee46f5b45a90a9f7c4bace38d
    label: security-advisories@github.com
  - url: 'https://github.com/DIRACGrid/DIRAC/releases/tag/v8.0.79'
    label: security-advisories@github.com
  - url: 'https://github.com/DIRACGrid/DIRAC/releases/tag/v9.0.22'
    label: security-advisories@github.com
  - url: 'https://github.com/DIRACGrid/DIRAC/releases/tag/v9.1.10'
    label: security-advisories@github.com
  - url: 'https://github.com/DIRACGrid/DIRAC/security/advisories/GHSA-vg99-gr89-qhw9'
    label: security-advisories@github.com
  - url: 'https://pypi.org/project/DIRAC/8.0.79'
  - url: 'https://pypi.org/project/DIRAC/9.0.22'
  - url: 'https://pypi.org/project/DIRAC/9.1.10'
  - url: 'https://github.com/advisories/GHSA-vg99-gr89-qhw9'
tags:
  - nvd
  - cve.org
  - ghsa
  - pip
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-17T16:33:29.548391Z'
epss: 0.00235
epssPercentile: 0.14791
aliases:
  - GHSA-vg99-gr89-qhw9
ecosystem: pip
ingestedAt: '2026-07-13T19:28:40.509Z'
---

## Overview

DIRAC is an interware, meaning a software framework for distributed computing. Prior to versions 8.0.79, 9.0.22, and 9.1.10, WorkloadManagementSystem/Utilities/PilotWrapper.py pilotWrapperScript uses ssl._create_unverified_context to download the second-stage pilot.tar archive without TLS certificate verification and downloads the reference checksum through the same unvalidated channel. An attacker able to redirect or intercept a grid site's network traffic through DNS or routing manipulation can substitute both the executable pilot code and its checksum, causing arbitrary code to run in the pilot context with access to pilot proxy credentials. The fixed implementation validates the server certificate through system trust and X509_CERT_DIR or the grid certificate directory. This issue is fixed in versions 8.0.79, 9.0.22, and 9.1.10.

## Remediation

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

## Package advisory (CVE-2026-61668)

Affected packages:

- `DIRAC >= 6.20.1, < 8.0.79`
- `DIRAC >= 8.1.0a1, < 9.0.22`
- `DIRAC >= 9.1.0, < 9.1.10`

Patched in:

- `DIRAC 8.0.79`
- `DIRAC 9.0.22`
- `DIRAC 9.1.10`

Source: https://github.com/advisories/GHSA-vg99-gr89-qhw9
