Race Condition Vulnerability in Flight Control Application Affecting Red Hat
CVE-2026-92615
6.6MEDIUM
What is CVE-2026-92615?
A race condition exists in the Flight Control application, specifically within the configureRepoHTTPSClient() function of the device-render worker. This flaw can lead to unintended leakage of TLS settings, including InsecureSkipVerify or mTLS client certificates, among tenants. Since the application processes multiple tenant repositories concurrently using a shared goroutine pool, the last written repository configuration can override previous settings. This behavior compromises the security of tenant-specific operations during git cloning, potentially exposing sensitive data across different organizations.