This CVE presents a severe-severity score paired with an exploitation probability that suggests a narrow actual attack surface. The CVSS 9.1 is defensible: unauthenticated access to complete database backups means credential dumps, configuration exposure, and potentially keys to every piece of data the system held. What the CVSS model doesn't capture is the attack surface geometry—and the EPSS score of 0.00299 is telling you something important about that gap.
The 'shared draft signature' is the linchpin. YouTrack implemented draft sharing through signed URLs—stateless tokens that substitute for authentication. This is a recurring design failure across collaboration tools, not a one-off bug. The pattern appears in WordPress plugins, AWS S3 misconfigurations, and historical Notion drafts. Developers reach for signed URLs as auth substitutes because they're fast and stateless; the convenience creates blast radius that architectural controls could prevent.
The 2026 version identifiers in the affected range likely represent JetBrains' internal release train—pre-release builds, test environments, or cloud-specific variants that never shipped to production. This creates a 'ghost vulnerability': the CVE is technically accurate but operationally irrelevant for any deployed instance. Verify your version against JetBrains' actual release API rather than trusting the CVE's forward-dated range.
The credential dump cascade matters more than the initial access vector. A YouTrack backup contains user credentials, API tokens, SSO configuration, and cryptographic salts—lateral movement currency across Jira, GitHub, GitLab, and custom integrations. The EPSS score may reflect difficulty triggering the backup download, but the post-exploitation value chain is where real damage lives.
Prioritize this finding with targeted verification: confirm your deployed YouTrack version, audit whether the draft sharing feature is enabled, and check for deprecated API paths that might still expose the vulnerable signature mechanism even if the primary feature was refactored.