Cyber Resilience

CVE-2023-3758

Race Condition in Redhat Codeready Linux Builder Eus 8.6 … 9.6

Public PoCRace Condition
Published
18 April 2024
Modified
03 November 2025
Patch / advisory
CVSS Score v3.1 7.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.010 61th percentile
Risk Priority 54 floored blend · peak EPSS

Summary

CVE-2023-3758 is a high-severity Race Condition (CWE-362) vulnerability in Redhat Codeready Linux Builder Eus. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 39% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-39 (Process Isolation) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A race condition flaw was found in sssd where the GPO policy is not consistently applied for authenticated users. This may lead to improper authorization issues, granting or denying access to resources inappropriately.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-1672Same product: Fedoraproject Fedora
CVE-2023-42756Same product: Fedoraproject Fedora
CVE-2024-1488Same product: Redhat Codeready Linux Builder
CVE-2024-7885Same vendor: Redhat
CVE-2016-5195Same product: Fedoraproject Fedora
CVE-2023-41914Same product: Fedoraproject Fedora
CVE-2023-33203Same product: Redhat Enterprise Linux
CVE-2023-32570Same product: Fedoraproject Fedora
CVE-2024-27019Same product: Fedoraproject Fedora
CVE-2023-6531Same product: Redhat Enterprise Linux

Affected Assets

fedoraproject
sssd
≤ 2.9.5
redhat
codeready linux builder
8.0
redhat
codeready linux builder eus
8.6, 8.8, 9.0, 9.2, 9.4
redhat
codeready linux builder for arm64
8.0_aarch64
redhat
codeready linux builder for arm64 eus
8.6_aarch64, 8.8_aarch64, 9.0_aarch64, 9.2_aarch64, 9.4_aarch64
redhat
codeready linux builder for ibm z systems
8.0_s390x
redhat
codeready linux builder for ibm z systems eus
8.6_s390x, 8.8_s390x, 9.0_s390x, 9.2_s390x, 9.4_s390x
redhat
codeready linux builder for power little endian
8.0_ppc64le
redhat
codeready linux builder for power little endian eus
8.6_ppc64le, 8.8_ppc64le, 9.0_ppc64le, 9.2_ppc64le, 9.4_ppc64le
redhat
virtualization host
4.0
+13 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

Maintaining separate execution domains for each process structurally eliminates unintended concurrent access to the same shared resources.

Preventing unintended information transfer through shared system resources directly addresses the improper concurrent modification that defines a race condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References