Description
In JetBrains YouTrack before 2026.2.18634 the generic VCS webhook handler failed open when its secret was blank
Published: 2026-09-07
Score: 3.7 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In JetBrains YouTrack versions before 2026.2.18634 the generic VCS webhook handler does not enforce authentication when the webhook secret is left blank. The missing authentication check (CWE-306) allows an unauthenticated user to trigger the webhook endpoint, potentially enabling unauthorized actions through the VCS integration (this is inferred).

Affected Systems

JetBrains YouTrack is affected in all releases prior to 2026.2.18634. Any deployed instance that uses a VCS webhook endpoint and has not yet applied the 2026.2.18634 update is vulnerable. Administrators should verify the current YouTrack version and plan a timely upgrade to a patched release.

Risk and Exploitability

The CVSS score of 3.7 indicates low to medium severity. EPSS information is unavailable, and the vulnerability is not listed in the CISA KEV catalog. Given that the webhook endpoint is exposed over the network, it is likely that an attacker could reach it over the network (this is inferred). While the exploitation likelihood is uncertain and the impact does not immediately lead to full system compromise, the flaw provides a foothold for potential misuse of the VCS integration and should be addressed promptly.

Generated by OpenCVE AI on September 7, 2026 at 17:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to JetBrains YouTrack 2026.2.18634 or later to apply the fix for the blank‑secret issue.
  • If an immediate upgrade is not possible, ensure that every VCS webhook configured in the YouTrack instance has a non‑empty secret and that the webhook handler validates the secret before processing requests.
  • Configure perimeter defenses or an application firewall to block unauthenticated requests to the VCS webhook endpoints and monitor logs for unexpected webhook activity.

Generated by OpenCVE AI on September 7, 2026 at 17:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 18:15:00 +0000

Type Values Removed Values Added
Title Blank Secret Leaves YouTrack VCS Webhook Handler Open
First Time appeared Jetbrains
Jetbrains youtrack
Vendors & Products Jetbrains
Jetbrains youtrack

Mon, 07 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Description In JetBrains YouTrack before 2026.2.18634 the generic VCS webhook handler failed open when its secret was blank
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Jetbrains Youtrack
cve-icon MITRE

Status: PUBLISHED

Assigner: JetBrains

Published:

Updated: 2026-09-07T16:26:43.842Z

Reserved: 2026-09-07T16:13:36.018Z

Link: CVE-2026-86486

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T17:17:26.830

Modified: 2026-09-07T17:17:26.830

Link: CVE-2026-86486

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T18:00:10Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function