CVE-2026-57922: YouTrack MCP Project Settings Disclosure (Low Severity)
JetBrains YouTrack versions before 2026.2.16593 contained a flaw that allowed authenticated users to disclose project settings through the Model Context Protocol (MCP) integration. The vulnerability requires valid login credentials and specific conditions to exploit, making it a lower-risk issue suited for standard patch cycles rather than emergency response.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 3.1 LOW · CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-862
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-26 / 2026-06-27
NVD description (verbatim)
In JetBrains YouTrack before 2026.2.16593 project settings disclosure via the MCP was possible
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-57922 is an authorization bypass vulnerability in YouTrack's MCP implementation that permits authenticated users to access project configuration details they should not be able to view. The flaw stems from insufficient access control checks (CWE-862) when MCP queries project settings, allowing credential holders to enumerate or retrieve sensitive project metadata. The attack vector is network-based and requires prior authentication, limiting the threat surface to users with legitimate system access.
Business impact
Project settings often contain workflow configurations, field definitions, custom integrations, and process documentation that may be considered proprietary or operationally sensitive. Unauthorized disclosure could inform competitors or malicious insiders about internal practices, though the vulnerability does not enable modification or deletion of data. For organizations treating YouTrack as a critical issue-tracking system, this represents a confidentiality risk rather than a data integrity or availability threat.
Affected systems
JetBrains YouTrack deployments before version 2026.2.16593 are affected. This includes on-premises installations and cloud-hosted instances running vulnerable builds. Organizations using YouTrack's MCP feature—which connects to external tools and models for enhanced querying or automation—face higher exposure than those with MCP disabled or not configured.
Exploitability
Exploitation requires valid YouTrack credentials, making opportunistic attacks unlikely unless an attacker already has user-level access or compromises a legitimate account. The attack complexity is marked as high in the CVSS vector, suggesting specific conditions or configurations must be present. No known public exploits or active exploitation campaigns have been disclosed, and the vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog.
Remediation
Upgrade YouTrack to version 2026.2.16593 or later to remediate the authorization bypass. For organizations unable to patch immediately, consider restricting MCP access to trusted, internal-only integrations and review IAM policies to limit YouTrack user accounts to those with genuine need. Disabling MCP entirely eliminates the attack surface if the feature is not actively used.
Patch guidance
JetBrains has released YouTrack 2026.2.16593 and subsequent releases to address this vulnerability. Customers should consult the official JetBrains YouTrack release notes and security advisories to confirm the exact fix version for their deployment model (cloud vs. on-premises). Apply updates during a scheduled maintenance window; given the low severity and lack of known active exploitation, standard change management procedures are appropriate.
Detection guidance
Monitor YouTrack audit logs for unusual MCP-initiated queries, particularly those accessing project settings by non-admin accounts or service principals. Look for patterns of repeated project configuration requests via MCP that deviate from normal workflow. Network monitoring can identify unexpected outbound MCP traffic if the integration is not typically used. Conduct a post-patch audit to verify that unauthorized project setting disclosures have not occurred in your instance.
Why prioritize this
This vulnerability scores 3.1 (LOW) due to the requirement for prior authentication, high attack complexity, and limited impact (confidentiality only). It does not qualify for emergency patching but warrants inclusion in the next standard release cycle. Organizations should prioritize patching only if they actively use MCP and handle highly sensitive project configurations; others may defer to routine maintenance windows.
Risk score, explained
The CVSS 3.1 score of 3.1 reflects: Network accessibility (AV:N), high attack complexity (AC:H), and a requirement for low privileges and authentication (PR:L, UI:N). The impact is restricted to confidentiality (C:L) with no integrity or availability impact (I:N, A:N), and no scope escalation. The high complexity requirement and authenticated-only prerequisite constrain the overall risk.
Frequently asked questions
Do I need to disable MCP entirely to mitigate this issue?
No. If MCP is not critical to your workflows, disabling it eliminates the attack vector. However, simply upgrading to 2026.2.16593 or later fully resolves the authorization flaw. Disabling is an interim measure only if a timely patch cannot be applied.
Can an unauthenticated attacker exploit this vulnerability?
No. The vulnerability requires valid YouTrack login credentials. Unauthenticated users cannot trigger the flaw, which significantly limits the attack surface to internal staff or compromised accounts.
What project settings could be disclosed?
The vulnerability permits unauthorized access to project configuration metadata—such as custom fields, workflows, issue templates, and integration settings—but not user data or issue content within projects the attacker cannot normally view.
Is this flaw being exploited in the wild?
No active exploitation has been reported, and the vulnerability is not on the CISA KEV list. However, authenticated attackers with insider access could exploit it to gather intelligence on project workflows.
This analysis is derived from published CVE records and vendor advisories current as of the publication date. Patch versions and remediation steps should be verified against the official JetBrains YouTrack security documentation before deployment. No exploit code or proof-of-concept details are provided. Organizations are responsible for assessing their own risk tolerance and testing patches in non-production environments before production rollout. Source: NVD (public-domain), retrieved 2026-08-05. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-49367HIGHIntelliJ IDEA Guest Account Command Execution Vulnerability
- CVE-2026-49374HIGHJetBrains TeamCity Build Parameter Authorization Bypass
- CVE-2026-49378MEDIUMTeamCity Credential Exposure via Parameter Autocompletion
- CVE-2026-49385MEDIUMJetBrains YouTrack Service Account Privilege Escalation
- CVE-2026-57921MEDIUMJetBrains YouTrack Improper Access Control – Data Disclosure Vulnerability
- CVE-2026-57923MEDIUMJetBrains YouTrack Authorization Bypass in App Configurations
- CVE-2026-57925MEDIUMJetBrains YouTrack Access Control Flaw – Query and Tag Disclosure
- CVE-2026-59796HIGHJetBrains TeamCity Pipeline Modification Vulnerability (CVSS 8.1)