CVE Catalog

CVE-2026-61668

HighCVSS 8.1
Published: Translated: NVD NIST

Summary

DIRAC's PilotWrapper.py downloads the second-stage pilot.tar archive and its reference checksum without TLS certificate verification, using ssl._create_unverified_context. An attacker able to redirect or intercept network traffic (e.g., via DNS or routing manipulation) can substitute both the pilot code and its checksum, leading to arbitrary code execution with access to pilot proxy credentials. Fixed in versions 8.0.79, 9.0.22, and 9.1.10.

Risk Assessment

An attacker capable of intercepting network traffic can execute arbitrary code in the pilot context and access proxy credentials, potentially compromising grid infrastructure. The risk is high in distributed environments where inter-site traffic is not fully trusted.

Recommendation

Upgrade DIRAC to version 8.0.79, 9.0.22, or 9.1.10, where the server certificate is validated through system trust and X509_CERT_DIR or the grid certificate directory. Until patched, consider restricting the ability to manipulate network traffic to pilot-downloading servers.

Other vulnerabilities in DIRAC

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS