CVE-2026-86478 in YouTrackinfo

Summary

by MITRE • 09/07/2026

In JetBrains YouTrack before 2025.3.161254, 2026.1.14042 improper authentication in YouTrack Helpdesk allowed unauthenticated account takeover via a self-asserted email address

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 09/07/2026

The vulnerability identified in JetBrains YouTrack versions prior to 2025.3.161254 and 2026.1.14042 represents a critical failure in the authentication logic of the integrated Helpdesk module, specifically within the account recovery or self-service password reset workflows. This flaw allows an unauthenticated attacker to perform an improper authentication sequence that results in full account takeover without possessing valid credentials for the target user's email address. The core technical issue stems from how the application handles identity verification during automated processes such as password resets or ticket assignment notifications. Instead of strictly validating ownership of the claimed email domain through a challenge-response mechanism, the system relies on self-asserted input parameters that are not sufficiently sanitized or cross-referenced against existing user records with appropriate cryptographic proof.

From an operational perspective, this vulnerability enables attackers to bypass standard access controls by manipulating request payloads to claim arbitrary email addresses associated with active YouTrack instances. By submitting a crafted HTTP request containing a target victim's email address in the self-asserted field, the attacker can trigger system actions that assume ownership of that identity. This may include receiving password reset links, gaining visibility into private tickets, or altering user profiles depending on the specific implementation details of the Helpdesk integration. The impact is severe as it compromises the confidentiality and integrity of sensitive project data, customer communications, and internal workflows managed through YouTrack. Since authentication is bypassed entirely for these operations, traditional security monitoring tools that rely on login failure metrics may fail to detect this abuse pattern effectively.

This vulnerability aligns with CWE-287 Improper Authentication, where the system fails to correctly verify identity before granting access or performing sensitive actions. It also maps to MITRE ATT&CK technique T1078 Valid Accounts, specifically in the context of account manipulation and impersonation via automated workflows rather than direct credential theft. The flaw highlights a common architectural weakness in web applications that prioritize user convenience over strict validation during self-service operations. Developers often assume that email-based verification is sufficient without considering scenarios where attackers can influence or predict system behavior through parameter tampering.

Mitigation strategies must focus on enforcing rigorous identity proofing mechanisms for all account-related actions, particularly those involving password resets and profile modifications. JetBrains has addressed this issue in the specified patch versions by implementing stricter validation checks that ensure only users with verified ownership of an email address can initiate sensitive operations. Organizations running affected versions should immediately upgrade to 2025.3.161254 or later, or 2026.1.14042 and beyond. In the interim, administrators should review access logs for unusual patterns in helpdesk ticket creation or password reset requests originating from unauthenticated sources. Additionally, implementing rate limiting on authentication-related endpoints and enabling multi-factor authentication where possible can provide additional layers of defense against automated exploitation attempts. Regular security audits focusing on identity management flows are recommended to identify similar logical flaws across other modules within the application ecosystem.

Responsible

JetBrains

Reservation

09/07/2026

Disclosure

09/07/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Do you want to use VulDB in your project?

Use the official API to access entries easily!