Cyber Resilience

CVE-2025-64773

Race Condition in Jetbrains Youtrack ≤ 2025.3.104432

Published
11 November 2025
Modified
11 December 2025
Patch / advisory
CVSS Score v3.1 2.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0021 11th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-64773 is a low-severity Race Condition (CWE-362) vulnerability in Jetbrains Youtrack. Its CVSS base score is 2.7 (Low).

Operationally, ranked at the 11th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-10 (Concurrent Session Control) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In JetBrains YouTrack before 2025.3.104432 a race condition allowed bypass of helpdesk Agent limit

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-54156Same product: Jetbrains Youtrack
CVE-2026-57922Same product: Jetbrains Youtrack
CVE-2024-28228Same product: Jetbrains Youtrack
CVE-2026-57921Same product: Jetbrains Youtrack
CVE-2024-50574Same product: Jetbrains Youtrack
CVE-2023-35054Same product: Jetbrains Youtrack
CVE-2024-50579Same product: Jetbrains Youtrack
CVE-2026-57924Same product: Jetbrains Youtrack
CVE-2024-38504Same product: Jetbrains Youtrack
CVE-2026-57926Same product: Jetbrains Youtrack

Affected Assets

jetbrains
youtrack
≤ 2025.3.104432

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-10 Concurrent Session Control
  • AC-6 Least Privilege
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

prevent

Directly enforces the configured helpdesk agent limit on every access decision, closing the race-condition bypass path.

prevent

Limits concurrent sessions/operations that could otherwise exploit the timing window to exceed the agent quota.

prevent

Restricts the ability to create or activate additional agent accounts beyond the authorized limit, reducing the impact of any race-condition success.

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.

detects

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