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
    • 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-1395

CVE-2025-1395: HeyGarson Information Disclosure Flaw

CVE-2025-1395 is an information disclosure vulnerability in HeyGarson that exposes sensitive information through error messages. This post explains its impact, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2025-1395 Overview

CVE-2025-1395 is an Error Message Information Disclosure vulnerability affecting the HeyGarson application developed by Codriapp Innovation and Software Technologies Inc. This vulnerability arises from the generation of error messages containing sensitive information (CWE-209), which can be exploited through fuzzing techniques for application mapping and reconnaissance purposes.

The vulnerability allows unauthenticated remote attackers to gather sensitive application details by triggering verbose error messages that expose internal system information. This information leakage can significantly aid attackers in planning further exploitation attempts against the target system.

Critical Impact

Unauthenticated attackers can remotely extract sensitive application information through verbose error messages, enabling detailed reconnaissance and potential follow-on attacks.

Affected Products

  • HeyGarson (through version 30012026)
  • Codriapp Innovation and Software Technologies Inc. HeyGarson Application

Discovery Timeline

  • 2026-01-30 - CVE-2025-1395 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-1395

Vulnerability Analysis

This vulnerability falls under CWE-209 (Generation of Error Message Containing Sensitive Information), a class of weaknesses where applications inadvertently expose sensitive details through error messages returned to users. In the case of HeyGarson, the application fails to properly sanitize or suppress detailed error information when unexpected inputs are processed.

When malformed or unexpected requests are sent to the application, it responds with verbose error messages that may include stack traces, database query details, internal file paths, configuration information, or other sensitive technical details. This behavior enables attackers to perform application mapping through fuzzing techniques, systematically probing the application to build a comprehensive understanding of its internal structure and potential attack surfaces.

The network-accessible nature of this vulnerability means that any attacker with network access to the HeyGarson application can exploit it without requiring any authentication or prior access to the system. The impact primarily affects confidentiality, as sensitive information is exposed, with a secondary impact on integrity due to the reconnaissance advantages gained by potential attackers.

Root Cause

The root cause of this vulnerability is improper error handling within the HeyGarson application. Instead of implementing generic error messages for end users while logging detailed information server-side, the application returns verbose error details directly to the client. This design flaw violates secure coding best practices that mandate separation between user-facing error messages and detailed diagnostic information.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability through the following approach:

  1. The attacker identifies a network-accessible HeyGarson instance
  2. Using fuzzing tools, the attacker sends malformed requests, unexpected parameter values, or boundary condition inputs
  3. The application responds with detailed error messages containing sensitive information
  4. The attacker collects and analyzes these error messages to map the application's internal structure
  5. This reconnaissance data can then be used to identify additional vulnerabilities or plan targeted attacks

Due to the sensitive nature of this vulnerability and the lack of verified code examples, technical exploitation details are not provided. For additional technical information, refer to the USOM Security Notification TR-26-0009.

Detection Methods for CVE-2025-1395

Indicators of Compromise

  • Unusual patterns of malformed HTTP requests targeting the HeyGarson application endpoints
  • Increased error rate logs showing repeated failed requests from single source IPs
  • Sequential requests with incrementally varied parameters indicating automated fuzzing activity
  • Network traffic analysis revealing extraction of verbose error responses

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block common fuzzing patterns
  • Monitor application logs for unusual error generation rates or patterns
  • Implement rate limiting on API endpoints to slow down automated reconnaissance attempts
  • Configure intrusion detection systems (IDS) to alert on repeated error-triggering request patterns

Monitoring Recommendations

  • Enable detailed logging of all HTTP requests and responses, particularly error responses
  • Set up alerting for anomalous spikes in application error rates
  • Monitor for sequential requests from single IP addresses that trigger error conditions
  • Review access logs regularly for signs of systematic application probing

How to Mitigate CVE-2025-1395

Immediate Actions Required

  • Restrict network access to HeyGarson instances to trusted IP ranges where possible
  • Implement a web application firewall (WAF) to filter malicious requests and suppress verbose error responses
  • Configure error handling to return generic error messages to clients while logging detailed errors server-side
  • Deploy rate limiting to slow down potential fuzzing attempts

Patch Information

According to the CVE disclosure, the vendor (Codriapp Innovation and Software Technologies Inc.) was contacted several times regarding the fixing process but did not respond. As of the last modification date (2026-02-04), no official patch has been confirmed. Organizations using HeyGarson should implement the workarounds below and monitor the USOM Security Notification TR-26-0009 for updates.

Workarounds

  • Implement a reverse proxy or API gateway to intercept and sanitize error responses before they reach clients
  • Configure custom error pages that display generic messages without technical details
  • Deploy network-level access controls to limit exposure of the HeyGarson application
  • Consider temporarily taking the application offline if it processes sensitive data until vendor response is received
bash
# Example nginx configuration to mask verbose errors
# Add to server block for HeyGarson proxy
proxy_intercept_errors on;
error_page 400 401 403 404 500 502 503 504 /custom_error.html;

location = /custom_error.html {
    internal;
    return 200 '{"error": "An error occurred. Please contact support."}';
    add_header Content-Type application/json;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCodriapp

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-209
  • Technical References
  • USOM Security Notification TR-26-0009
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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