Sceawere
Vulnerability Detail
CVE-2026-86483UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Stored XSS in YouTrack Agile
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 5.4
- Creation Date
- 3h ago
- Vendor
- JetBrains
- Product
- YouTrack
- Attack Type
- CWE-79
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
In JetBrains YouTrack before 2026.2.18634 stored XSS via a custom field on Agile board cards was possible
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "5.4",
"pubDate": "2026-09-07T17:17:26.500Z",
"pubdate": "2026-09-07T17:17:26.500Z",
"executiveSummary": "This vulnerability is a Stored Cross-Site Scripting (XSS) flaw identified in JetBrains YouTrack, specifically affecting the Agile board card component.\nThe vulnerability allows an authenticated attacker to inject and persist malicious client-side scripts within custom fields displayed on Agile board cards.\nWhen other users, including those with elevated administrative privileges, view these affected cards, the malicious script executes within their browser session in the context of the YouTrack application.\nThe primary risk implications include unauthorized access to sensitive user data, potential session hijacking, and the ability for an attacker to perform unauthorized actions on behalf of the victim.\nSuccessful exploitation requires the attacker to have sufficient permissions to modify custom field values on Agile board cards.\nThe vulnerability affects all versions of JetBrains YouTrack prior to 2026.2.18634.",
"technicalDetails": "The vulnerability is categorized as Stored XSS, arising from insufficient server-side input validation and inadequate output encoding when rendering custom field data on Agile board cards.\nThe core issue exists within the component responsible for processing and displaying user-defined content in Agile board widgets. When a user updates a custom field on a card, the application fails to sanitize malicious scripts or HTML tags injected into the field value.\nBecause the input is stored directly in the underlying database, the payload persists across sessions and becomes active for any user viewing the board.\nThe attack flow proceeds as follows: First, an attacker with the necessary permissions to edit board cards identifies a vulnerable custom field. Second, the attacker injects a malicious payload—such as a JavaScript snippet designed to steal session cookies or perform unauthorized API requests—into this field. Third, upon saving the card, the payload is committed to the backend.\nWhen a victim (a legitimate user or administrator) navigates to the Agile board, the application retrieves the card data and embeds the unsanitized script into the document object model (DOM) of the user's browser. The browser interprets the payload as legitimate code and executes it within the application's origin.\nBecause the script runs in the context of the YouTrack domain, it gains access to the victim's session tokens, document cookies, and the ability to interact with the YouTrack REST API, allowing the attacker to bypass Cross-Site Request Forgery (CSRF) protections and perform privileged operations.\nThe vulnerable component is the Agile board card rendering logic. Affected versions include all instances of JetBrains YouTrack up to the version 2026.2.18634. Exploitation necessitates authenticated access but does not require direct system-level access to the server, making it a persistent client-side attack vector.\nThe post-exploitation impact includes persistent session compromise, defacement of the Agile board, redirection of users to malicious external domains, and potential escalation of privileges if an administrator views the compromised card."
}