
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-61668 is an improper certificate validation vulnerability in DIRAC (Distributed Infrastructure with Remote Agent Control), a grid computing framework. The pilot wrapper script downloads the second-stage pilot code (pilot.tar) over an HTTPS connection with SSL certificate validation explicitly disabled, and the reference checksum file used to verify the download is retrieved over the same unvalidated channel. Affected versions include DIRAC >= 6.20.1 and < 8.0.79, >= 8.1.0a1 and < 9.0.22, and >= 9.1.0 and < 9.1.10. It was published on July 13, 2026, with a CVSS v3.1 base score of 8.1 (High) (GitHub Advisory, DIRAC Advisory).
The root cause is CWE-295 (Improper Certificate Validation): in PilotWrapper.py (lines 292–296), SSL validation is explicitly disabled to maintain compatibility with Python versions older than 2.7.9, meaning the HTTPS connection to download pilot.tar is made without verifying the server's certificate (GitHub Advisory). Because the checksum file used to verify the downloaded archive is also fetched over the same unvalidated channel, an attacker performing a man-in-the-middle (MITM) attack can substitute both the pilot code and its checksum, bypassing integrity checks entirely. Exploitation requires network-level access to intercept traffic between the pilot and the download server — for example, via DNS poisoning or BGP route manipulation at a grid site (DIRAC Advisory).
Successful exploitation allows an attacker to execute arbitrary code within the pilot context, which runs with access to the pilot proxy and associated grid credentials. This could lead to full compromise of confidentiality, integrity, and availability of the pilot environment, including unauthorized access to grid resources and potential credential theft. The impact is constrained to the pilot's security scope, but stolen proxy credentials could enable lateral movement across grid infrastructure (GitHub Advisory, DIRAC Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the advisory date. The CVE status is listed as "Reserved," and there is no indication of inclusion in the CISA KEV catalog or attribution to any threat actor. Exploitation requires a high-complexity network-level MITM attack (e.g., DNS or routing manipulation at a grid site), which significantly limits practical exploitability (GitHub Advisory).
pilot.tar archive containing arbitrary malicious code on the attacker-controlled server, along with a crafted checksum file matching the tampered archive.pilot.tar and the corresponding fake checksum file — both will be accepted since neither the certificate nor the checksum source is validated.pilot.tar contents in the pilot working directory; checksum files that do not match known-good values from a trusted source.Upgrade DIRAC to one of the patched versions: 8.0.79, 9.0.22, or 9.1.10, which enforce proper SSL certificate validation for the pilot download connection against both system certificates and $X509_CERT_DIR (GitHub Advisory, DIRAC Advisory). As a network-level workaround prior to patching, grid site operators should monitor and restrict DNS and routing changes that could redirect pilot download traffic, and consider using network-level controls (e.g., firewall rules, DNSSEC) to reduce MITM risk. No configuration-based workaround within DIRAC itself is documented for unpatched versions.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."