CVE-2026-75057
Received Received - Intake

Git Credentials Exposure in JetBrains IntelliJ IDEA Log

Vulnerability report for CVE-2026-75057, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: JetBrains s.r.o.

Description

In JetBrains IntelliJ IDEA before 2026.1.5 git credentials were written in plaintext to the IDE log

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jetbrains intellij_idea to 2026.1.5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-532 The product writes sensitive information to a log file.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves JetBrains IntelliJ IDEA versions before 2026.1.5 storing git credentials in plaintext within the IDE log files. This exposes sensitive authentication information that could be accessed by unauthorized parties.

Detection Guidance

Check IDE log files for plaintext git credentials. Search logs for terms like 'password', 'token', or 'credential'. Use commands like 'grep -r "password" ~/.config/JetBrains/IntelliJIdea*/log' or 'find / -type f -name "idea*.log" -exec grep -l "password" {} \;'.

Impact Analysis

An attacker with access to the log files could retrieve your git credentials, potentially gaining unauthorized access to your repositories or other systems using the same credentials. This could lead to data breaches or unauthorized code changes.

Compliance Impact

This vulnerability may violate compliance requirements that mandate protection of credentials and sensitive data. GDPR requires protection of personal data, while HIPAA requires safeguarding of protected health information. Plaintext credential storage could lead to non-compliance.

Mitigation Strategies

Upgrade to JetBrains IntelliJ IDEA 2026.1.5 or later. Rotate any exposed git credentials. Review and secure log files containing sensitive data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75057. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart