The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-54120

CVE-2025-54120: PCL Minecraft Launcher Info Disclosure Bug

CVE-2025-54120 is an information disclosure flaw in Plain Craft Launcher (PCL) Community Edition that logs third-party login credentials locally. This article covers the technical details, affected versions, and mitigation.

Published: April 14, 2026

CVE-2025-54120 Overview

CVE-2025-54120 is a critical information disclosure vulnerability affecting PCL (Plain Craft Launcher) Community Edition, a popular Minecraft launcher. The vulnerability involves the inadvertent logging of login credentials to local log files during the third-party authentication process. While the log files are not automatically uploaded or shared, users who manually distribute these logs risk exposing their authentication credentials to unauthorized parties.

Critical Impact

Third-party login credentials are recorded in plaintext within local log files, creating a significant risk of credential exposure if users share log files for debugging or support purposes.

Affected Products

  • PCL (Plain Craft Launcher) Community Edition versions 2.12.0-beta.5 through 2.12.0-beta.9

Discovery Timeline

  • 2025-07-23 - CVE-2025-54120 published to NVD
  • 2025-07-25 - Last updated in NVD database

Technical Details for CVE-2025-54120

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File). The flaw exists in the authentication module of the Plain Craft Launcher, specifically within the third-party login handling code. During the login process, credentials used for authentication are inadvertently written to the application's local log file. This represents a fundamental secure coding violation where sensitive data handling fails to properly sanitize or exclude credentials from diagnostic logging.

The attack requires local access to the log files or social engineering to convince users to share their logs. While the logs are not automatically transmitted, users frequently share log files when seeking technical support or reporting bugs, creating an indirect but dangerous attack surface for credential theft.

Root Cause

The root cause stems from improper handling of authentication request parameters in the logging subsystem. The ModLaunch.vb module responsible for authentication logging failed to filter or redact sensitive credential data before writing diagnostic information to log files. This allowed plaintext credentials from third-party login requests to be persisted locally.

Attack Vector

The attack vector is local with user interaction required. An attacker would need to either:

  1. Gain local access to the victim's system to read log files directly
  2. Socially engineer the victim into sharing their log files (common in gaming community support scenarios)
  3. Intercept log files if the user uploads them to public platforms for troubleshooting

The security patch modifies the error handling to properly sanitize logged information while adding enhanced error details without exposing credentials:

text
                 ProfileLog("验证登录失败:" & AllMessage)
                 If (AllMessage.Contains("超时") OrElse AllMessage.Contains("imeout")) AndAlso Not AllMessage.Contains("403") Then
                     ProfileLog("已触发超时登录失败")
-                    Throw New Exception("$登录失败:连接登录服务器超时。" & vbCrLf & "请检查你的网络状况是否良好,或尝试使用 VPN!")
+                    Throw New Exception("$登录失败:连接登录服务器超时。" & vbCrLf & "请检查你的网络状况是否良好,或尝试使用 VPN!" & vbCrLf & vbCrLf & "详细信息:" & ex.ToString())
                 End If
             End Try
             Data.Progress = 0.25

Source: GitHub Commit Changes

Detection Methods for CVE-2025-54120

Indicators of Compromise

  • Presence of authentication credentials or tokens in PCL log files located in the application's data directory
  • Log files containing third-party login request/response data with visible usernames or password hashes
  • Unusual access patterns to PCL log file directories
  • Evidence of log files being uploaded to external services or shared via messaging platforms

Detection Strategies

  • Implement file integrity monitoring on PCL log directories to detect unauthorized access
  • Deploy DLP (Data Loss Prevention) rules to flag log files containing potential credential patterns before transmission
  • Monitor for PCL versions within the vulnerable range (2.12.0-beta.5 to 2.12.0-beta.9) in software inventory systems
  • Configure endpoint detection to alert on log file access by non-standard processes

Monitoring Recommendations

  • Enable audit logging for file access events on directories containing PCL application logs
  • Monitor outbound file transfers for patterns matching log file naming conventions
  • Review user support channels for instances where vulnerable users may have shared logs publicly
  • Implement automated scanning of shared files in community support forums for credential exposure

How to Mitigate CVE-2025-54120

Immediate Actions Required

  • Upgrade PCL Community Edition to version 2.12.0-beta.10 or later immediately
  • Locate and securely delete existing log files from vulnerable versions that may contain credentials
  • Rotate any third-party authentication credentials that may have been used with affected versions
  • Instruct users to never share log files from vulnerable versions and to change passwords if they have done so
  • Review any previously shared log files and assess potential credential exposure

Patch Information

The vulnerability is fixed in PCL Community Edition version 2.12.0-beta.10. The patch removes the erroneous credential logging while improving error handling with sanitized diagnostic information. Users should update immediately via the official PCL Community GitHub repository. The specific fix can be reviewed in the GitHub commit.

Workarounds

  • If immediate upgrade is not possible, manually review and delete log files after each authentication attempt
  • Configure the application to use minimal logging levels during authentication operations
  • Educate users about the risks of sharing log files from this application version
  • Consider temporarily using alternative authentication methods until the patch is applied
bash
# Remove potentially sensitive log files from PCL installation
# Adjust path as needed for your installation
find ~/.pcl2 -name "*.log" -type f -mtime -30 -exec rm -f {} \;

# Verify installed version and update status
# Check application version against patched version 2.12.0-beta.10

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPcl

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English