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

CVE-2025-61922: PrestaShop Checkout Auth Bypass Vulnerability

CVE-2025-61922 is an authentication bypass flaw in PrestaShop Checkout that enables silent login and account takeover via email. This post covers technical details, affected versions, security impact, and mitigation.

Published: March 11, 2026

CVE-2025-61922 Overview

CVE-2025-61922 is a critical authentication bypass vulnerability affecting PrestaShop Checkout, the official PrestaShop payment module developed in partnership with PayPal. The vulnerability exists in the Express Checkout feature due to missing validation, which allows attackers to perform silent login operations. This flaw enables account takeover via email manipulation, potentially compromising customer accounts on affected e-commerce platforms.

Critical Impact

Attackers can bypass authentication and take over customer accounts through the Express Checkout feature, enabling unauthorized access to payment information and customer data.

Affected Products

  • PrestaShop Checkout versions 1.3.0 through 4.4.0
  • PrestaShop Checkout versions 5.0.0 through 5.0.4
  • PrestaShop e-commerce platforms utilizing the vulnerable ps_checkout module

Discovery Timeline

  • 2025-10-16 - CVE-2025-61922 published to NVD
  • 2025-12-29 - Last updated in NVD database

Technical Details for CVE-2025-61922

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) stems from inadequate validation in the Express Checkout feature of the PrestaShop Checkout module. The flaw allows attackers to exploit the checkout process to gain unauthorized access to customer accounts without proper authentication. When the Express Checkout feature processes a request, it fails to properly verify the identity of the user, enabling what is known as a "silent login" attack. This silent login mechanism can be leveraged to associate an attacker's session with a victim's account using only the victim's email address.

The network-accessible nature of this vulnerability means any attacker with network access to a vulnerable PrestaShop installation can attempt exploitation without any prior authentication or user interaction required. The impact primarily affects confidentiality and integrity of customer accounts, with attackers potentially gaining access to saved payment methods, order history, and personal information.

Root Cause

The root cause of this vulnerability lies in the Express Checkout feature's failure to implement proper input validation and authentication checks during the checkout flow. Specifically, the module does not adequately verify that the user initiating an Express Checkout session is the legitimate owner of the associated email address. This missing validation creates a trust boundary violation where untrusted user input (email address) is used to establish an authenticated session.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker can craft malicious requests to the Express Checkout endpoint, providing a target victim's email address. Due to the missing validation, the system processes this request and grants the attacker authenticated access to the victim's account. The attacker can then access sensitive information, modify account details, or perform unauthorized transactions.

The exploitation process involves targeting the Express Checkout API endpoint with a victim's email address, whereupon the vulnerable module creates an authenticated session for the attacker under the victim's account context. A proof-of-concept demonstrating this attack vector is publicly available at the CVE-2025-61922 PoC repository.

Detection Methods for CVE-2025-61922

Indicators of Compromise

  • Unusual login patterns from multiple IP addresses for the same customer account
  • Express Checkout sessions initiated with email addresses that don't match the requesting user's typical behavior
  • Account modifications or order placements occurring without corresponding user authentication events
  • Multiple failed or successful Express Checkout attempts from a single IP targeting different email addresses

Detection Strategies

  • Monitor Express Checkout API endpoint logs for anomalous request patterns targeting multiple email addresses
  • Implement rate limiting detection on checkout endpoints to identify brute-force account takeover attempts
  • Deploy web application firewall (WAF) rules to detect and block suspicious Express Checkout requests
  • Correlate login events with checkout activity to identify sessions where authentication was bypassed

Monitoring Recommendations

  • Enable verbose logging for the ps_checkout module to capture all Express Checkout transactions
  • Configure alerts for account changes (email, password, payment methods) occurring shortly after Express Checkout sessions
  • Monitor for unusual geographic patterns in checkout sessions that don't align with customer profiles
  • Review application logs regularly for failed validation attempts or error messages related to the checkout flow

How to Mitigate CVE-2025-61922

Immediate Actions Required

  • Upgrade PrestaShop Checkout to version 4.4.1 or 5.0.5 immediately
  • Review recent Express Checkout sessions and account modifications for potential compromise
  • Notify affected customers to verify their account security and change passwords if suspicious activity is detected
  • Consider temporarily disabling the Express Checkout feature until patching is complete

Patch Information

PrestaShop has released security patches addressing this vulnerability. Merchants should update to the following fixed versions:

  • Version 4.4.1 - For installations running the 4.x branch
  • Version 5.0.5 - For installations running the 5.x branch

Detailed patch information and upgrade instructions are available in the GitHub Security Advisory GHSA-54hq-mf6h-48xh.

Workarounds

  • No known workarounds exist for this vulnerability according to the vendor advisory
  • Organizations unable to patch immediately should consider disabling the Express Checkout feature entirely
  • Implement additional monitoring and detection measures as outlined above until patching is possible
  • Consider implementing additional authentication verification at the application layer for checkout operations
bash
# Verify your current PrestaShop Checkout module version
# Navigate to PrestaShop admin and check Module Manager
# Or check via command line:
grep -r "version" /path/to/prestashop/modules/ps_checkout/config.xml

# Update module via Composer (if applicable)
composer update prestashop/ps_checkout

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPrestashop

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.02%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25597: PrestaShop Auth Bypass Vulnerability

  • CVE-2020-4074: PrestaShop Auth Bypass Vulnerability

  • CVE-2026-33674: PrestaShop Validation Framework Flaw

  • CVE-2026-33673: PrestaShop Stored 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