SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-61668

HIGH · CVSS 8.1 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the DIRAC framework's PilotWrapperScript, which improperly uses SSL to download critical files without verifying the server's TLS certificate. This flaw allows an attacker to intercept or redirect network traffic, potentially substituting malicious code and checksums, leading to arbitrary code execution with access to sensitive pilot proxy credentials. Organizations using affected versions should prioritize patching to versions 8.0.79, 9.0.22, or 9.1.10 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61668
Severity
HIGH
CVSS
8.1
EPSS
0.24%

Original NVD Description

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.