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-2020-37168

CVE-2020-37168: Systempay Cryptographic Vulnerability

CVE-2020-37168 is a weak cryptographic implementation flaw in Ecommerce Systempay 1.0 that enables attackers to brute force payment secret keys and forge transaction signatures. This article covers technical details, impact, and mitigation.

Published: May 17, 2026

CVE-2020-37168 Overview

CVE-2020-37168 affects Ecommerce Systempay 1.0, a payment integration module that uses a 16-character production secret key to sign payment requests. The implementation relies on SHA1 hashing combined with a short, brute-forceable key, classified under [CWE-328] Use of Weak Hash. An attacker can capture a legitimate payment form submission, extract the signed parameters, and iteratively test candidate keys against the captured SHA1 signature until the correct production key is recovered. Once the key is known, attackers can forge valid signatures, tamper with transaction amounts, and submit fraudulent payments to the merchant backend.

Critical Impact

Recovery of the production signing key allows attackers to forge payment signatures and manipulate transaction amounts processed by the merchant.

Affected Products

  • Ecommerce Systempay 1.0
  • Merchant integrations using the SystemPay free payment module
  • Any deployment relying on the 16-character production key for SHA1 signing

Discovery Timeline

  • 2026-05-13 - CVE-2020-37168 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2020-37168

Vulnerability Analysis

The Ecommerce Systempay 1.0 module generates a signature for each payment request by concatenating form parameters with a production secret key and hashing the result using SHA1. The signature, along with all signed parameters, travels in the POST body sent to the payment endpoint. An attacker positioned to observe a single legitimate request, including their own test payment, possesses everything required to mount an offline brute force attack: the cleartext parameters and the resulting SHA1 hash.

The key space is limited to 16 characters drawn from a constrained character set. Modern hardware can compute SHA1 at rates exceeding billions of hashes per second, making exhaustive search practical depending on the alphabet and any predictable structure in the key. Once the key is recovered, the attacker can re-sign arbitrary payment payloads with altered amounts, currency, or order identifiers and submit them as authentic merchant requests.

Root Cause

The root cause is the combined use of a fast, unsalted SHA1 hash and a short fixed-length secret for transaction integrity. SHA1 was not designed as a password or key-derivation function and offers no computational hardness against brute force. The protocol lacks a server-side nonce, per-transaction salt, or HMAC construction with a key length sufficient to resist offline recovery.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker initiates a legitimate payment flow, captures the POST request containing the signed parameters and the SHA1 signature, then performs offline key recovery. After deriving the production key, the attacker crafts arbitrary signed payloads and submits them directly to the SystemPay endpoint, bypassing the integrity control entirely. See the VulnCheck Advisory for SystemPay and Exploit-DB #48017 for additional technical detail.

Detection Methods for CVE-2020-37168

Indicators of Compromise

  • Repeated POST requests to the SystemPay payment endpoint from a single source with varying vads_amount values and identical session identifiers.
  • Successful payment confirmations where the captured amount differs from the cart total recorded in the merchant database.
  • Outbound traffic patterns consistent with key search activity, such as bursts of identical-format requests preceding a successful transaction.

Detection Strategies

  • Reconcile every SystemPay callback against the originating order record and flag mismatches between vads_amount, vads_currency, and the merchant-side order total.
  • Monitor for transactions signed with the production key but originating from IP addresses or user agents that did not perform the corresponding checkout flow.
  • Alert on payment submissions that bypass the standard checkout sequence, for example callbacks without a preceding cart-creation event.

Monitoring Recommendations

  • Enable detailed logging of all parameters and signatures on the payment endpoint and retain logs long enough to support fraud investigation.
  • Integrate payment gateway logs with a SIEM and build correlation rules between web application logs, order database state, and payment confirmation events.
  • Track aggregate metrics such as average transaction value and refund-to-sale ratio for early detection of amount tampering.

How to Mitigate CVE-2020-37168

Immediate Actions Required

  • Rotate the SystemPay production key immediately and treat any historically exposed key as compromised.
  • Migrate to a current, vendor-supported SystemPay integration that uses HMAC-SHA256 signatures rather than plain SHA1.
  • Enforce server-side validation of vads_amount and order identifiers against the merchant order database before fulfilling any transaction.

Patch Information

No fixed version is referenced in the NVD entry for Ecommerce Systempay 1.0. Merchants should consult the SystemPay Documentation and the SystemPay Free Payment Module for current integration guidance and replace the deprecated 1.0 module with a supported release that implements HMAC-SHA256.

Workarounds

  • Configure the SystemPay merchant back office to enforce HMAC-SHA256 signing and reject SHA1-signed requests.
  • Restrict the payment endpoint at the web server or WAF layer to require expected referrers and rate-limit signature verification failures.
  • Implement a server-to-server confirmation step that re-queries SystemPay for transaction status rather than trusting client-relayed callbacks.
bash
# Configuration example: enforce HMAC-SHA256 and reconcile amounts server-side
# 1. In the SystemPay merchant back office, set signature algorithm to HMAC-SHA256
# 2. Rotate the production key after the change
# 3. Reject any inbound callback signed with SHA1
# 4. Validate the returned amount against the order record before fulfillment

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSystempay

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-328
  • Technical References
  • SystemPay Documentation

  • SystemPay Free Payment Module

  • Exploit-DB #48017

  • VulnCheck Advisory for SystemPay
  • 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 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