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-59745

CVE-2025-59745: Andsoft E-tms Information Disclosure Flaw

CVE-2025-59745 is an information disclosure vulnerability in Andsoft E-tms v25.03 caused by weak MD5 password encryption. This cryptographic flaw exposes user credentials to cracking attacks. Learn about technical details.

Published: May 4, 2026

CVE-2025-59745 Overview

CVE-2025-59745 is a cryptographic weakness in AndSoft's e-TMS v25.03, a transport management system. The application uses the MD5 hash algorithm to protect user passwords. MD5 is a broken cryptographic primitive that is vulnerable to collision attacks and can be brute-forced quickly with commodity GPU hardware. Attackers who obtain stored or transmitted password hashes can recover plaintext credentials and reuse them against the application or related services. The flaw is tracked under CWE-327: Use of a Broken or Risky Cryptographic Algorithm and was published through Spain's INCIBE-CERT advisory program.

Critical Impact

Recovered credentials enable account takeover of e-TMS users and lateral movement into logistics and transport workflows managed by the platform.

Affected Products

  • AndSoft e-TMS v25.03

Discovery Timeline

  • 2025-10-02 - CVE CVE-2025-59745 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-59745

Vulnerability Analysis

The e-TMS application stores or transmits user passwords protected only by MD5. MD5 produces a 128-bit digest and has been considered cryptographically broken for password storage for over a decade. Modern GPU rigs compute billions of MD5 hashes per second, allowing offline cracking of common passwords in seconds and complex passwords in hours.

The algorithm also lacks any built-in work factor, salt requirement, or memory hardness. If the e-TMS implementation omits per-user salting, attackers can precompute rainbow tables or apply existing leaked-password databases directly. Recovered credentials feed credential stuffing and account takeover against the e-TMS web interface.

Root Cause

The root cause is the selection of MD5 as the password protection primitive. Secure password storage requires adaptive, salted key-derivation functions such as bcrypt, scrypt, Argon2id, or PBKDF2 with high iteration counts. MD5 was designed as a fast general-purpose hash and is unsuitable for protecting authentication secrets.

Attack Vector

An attacker first needs access to the MD5 password digests. Access paths include exploitation of a separate database or backup exposure flaw, interception of password material in transit, insider access to storage, or any companion vulnerability that leaks hash values. Once digests are in hand, the attacker runs offline dictionary and brute-force attacks using tools such as hashcat or John the Ripper. Recovered passwords are then replayed against the e-TMS login endpoint over the network.

The vulnerability does not by itself yield code execution or data integrity impact, but it directly undermines the confidentiality of user credentials.

Detection Methods for CVE-2025-59745

Indicators of Compromise

  • Password hash strings of exactly 32 hexadecimal characters in e-TMS database tables or backups, indicating raw MD5 storage.
  • Authentication logs showing successful logins from unfamiliar geolocations or ASNs shortly after a database, backup, or log exposure incident.
  • Repeated failed logins followed by a successful login for the same account, consistent with credential replay after offline cracking.

Detection Strategies

  • Inspect the e-TMS user table schema and sample hash values to confirm whether MD5 is in use and whether per-user salts are present.
  • Monitor outbound database traffic and backup transfer jobs for anomalous volumes that could indicate hash exfiltration.
  • Correlate e-TMS authentication events with threat intelligence on credential stuffing infrastructure.

Monitoring Recommendations

  • Enable verbose authentication logging on the e-TMS application and forward events to a centralized SIEM for behavioral analysis.
  • Alert on logins outside business hours, from new devices, or from impossible-travel patterns for privileged e-TMS accounts.
  • Track password reset and change events to identify reactive activity following a suspected credential leak.

How to Mitigate CVE-2025-59745

Immediate Actions Required

  • Contact AndSoft to confirm patch availability and apply any vendor update that replaces MD5 with a modern password hashing function.
  • Force a password reset for all e-TMS users and require strong, unique passwords aligned with current NIST SP 800-63B guidance.
  • Restrict network exposure of the e-TMS application and its database to trusted management networks only.
  • Review and rotate any service or integration credentials that share passwords with e-TMS user accounts.

Patch Information

No vendor advisory URL is published in the NVD record at the time of writing. The vulnerability is documented in the INCIBE-CERT Security Notice for AndSoft e-TMS. Operators should request a fixed build directly from AndSoft and confirm that the replacement implementation uses a salted, adaptive KDF such as Argon2id or bcrypt.

Workarounds

  • Enforce multi-factor authentication on all e-TMS accounts so that recovered passwords alone are insufficient for login.
  • Place e-TMS behind a reverse proxy or VPN that performs additional authentication and rate limiting on login attempts.
  • Encrypt database backups at rest and restrict access to the password column to a minimal set of administrators.
  • Deploy account lockout and anomaly-based throttling to slow credential stuffing attempts against the login endpoint.
bash
# Example: identify MD5-style 32-hex password hashes in a database export
grep -E '^[a-f0-9]{32}$' etms_users_export.csv | wc -l

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAndsoft E Tms

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-327
  • Technical References
  • INCIBE CERT Security Notice
  • Related CVEs
  • CVE-2025-59743: Andsoft E-tms SQL Injection Vulnerability

  • CVE-2025-59744: Andsoft E-tms Path Traversal Vulnerability

  • CVE-2025-59742: Andsoft E-tms SQL Injection Vulnerability

  • CVE-2025-59741: Andsoft E-tms RCE Vulnerability
Default Legacy - Prefooter | 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