A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-39079

CVE-2026-39079: PrestaShop UPS Shipping Information Disclosure

CVE-2026-39079 is an information disclosure vulnerability in PrestaShop UPS Shipping module that allows remote attackers to access sensitive data through exposed components. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-39079 Overview

CVE-2026-39079 is an information disclosure vulnerability affecting the PrestaShop upsshipping module across all versions up to and including 2.4.0. The flaw exists in the /modules/upsshipping/logs/ directory and the /modules/upsshipping/lib/UPSBaseApi.php component. A remote unauthenticated attacker can access these endpoints over the network to retrieve sensitive information without user interaction. The vulnerability is categorized under [CWE-200] Exposure of Sensitive Information to an Unauthorized Actor. PrestaShop merchants using the UPS shipping integration are exposed to data leakage that may include API credentials, transaction logs, and customer shipping data.

Critical Impact

Unauthenticated remote attackers can retrieve sensitive log data and configuration details from affected PrestaShop stores using the upsshipping module.

Affected Products

  • PrestaShop upsshipping module — all versions through at least 2.4.0
  • /modules/upsshipping/logs/ log directory
  • /modules/upsshipping/lib/UPSBaseApi.php API helper component

Discovery Timeline

  • 2026-05-18 - CVE-2026-39079 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-39079

Vulnerability Analysis

The vulnerability stems from improper access control on resources within the PrestaShop upsshipping module. Two specific paths leak sensitive data to unauthenticated remote requests. The /modules/upsshipping/logs/ directory exposes log files generated by the module's runtime operations. These logs typically include API request and response data, shipping label generation events, and diagnostic output. The /modules/upsshipping/lib/UPSBaseApi.php file is a PHP library that should not be directly accessible through the web server. Direct access reveals source code, internal API logic, and potentially embedded configuration data.

Root Cause

The module fails to restrict direct HTTP access to internal files and log storage. PrestaShop modules conventionally include an index.php stub or .htaccess rules to prevent directory listing and direct file retrieval. The upsshipping module omits these protections for the affected paths. Attackers reach the resources without authentication because no access control check is performed at the module level.

Attack Vector

An attacker identifies a PrestaShop store running the vulnerable upsshipping module and issues HTTP GET requests directly to the exposed paths. Log enumeration may reveal UPS API keys, account numbers, customer addresses, and order identifiers logged during shipping operations. Retrieval of UPSBaseApi.php exposes the source code of the API integration. Refer to the Esokia CVE-2026-39079 Analysis for path-level details.

Detection Methods for CVE-2026-39079

Indicators of Compromise

  • HTTP GET requests targeting /modules/upsshipping/logs/ from external IP addresses
  • Direct requests to /modules/upsshipping/lib/UPSBaseApi.php returning HTTP 200 responses
  • Web server access logs showing enumeration of .log or .txt files under the module directory
  • Unusual outbound traffic to UPS API endpoints following exposure of leaked credentials

Detection Strategies

  • Review web server access logs for any successful requests to module subdirectories that should not be web-accessible
  • Run authenticated and unauthenticated crawls of the PrestaShop installation to enumerate exposed module paths
  • Compare the file listing returned by direct requests against expected module file inventory

Monitoring Recommendations

  • Alert on HTTP 200 responses for requests matching /modules/*/logs/* patterns
  • Monitor for unexpected access patterns to .php files inside lib/ directories of PrestaShop modules
  • Track UPS API account activity for anomalous shipping label generation that may indicate credential abuse

How to Mitigate CVE-2026-39079

Immediate Actions Required

  • Audit the installed version of the PrestaShop upsshipping module and identify whether it is exposed publicly
  • Block direct HTTP access to /modules/upsshipping/logs/ and /modules/upsshipping/lib/ at the web server or WAF layer
  • Rotate any UPS API credentials, account numbers, and access keys configured in the module
  • Review existing log files for sensitive data and remove or relocate them outside the web root

Patch Information

No official patched version is referenced in the NVD entry at the time of publication. Affected installations should monitor the module vendor for a fixed release and consult the Esokia CVE-2026-39079 Analysis for current remediation guidance.

Workarounds

  • Add a deny rule in Apache or Nginx for requests to the logs/ and lib/ subdirectories of the module
  • Place a restrictive .htaccess file in /modules/upsshipping/logs/ and /modules/upsshipping/lib/ denying all access
  • Move log output to a directory outside the web-accessible document root
  • Disable the upsshipping module until a fixed release is available if UPS integration is not business-critical
bash
# Configuration example: Apache .htaccess to block direct access
# Place in /modules/upsshipping/logs/ and /modules/upsshipping/lib/
<RequireAll>
    Require all denied
</RequireAll>

# Nginx equivalent (server block)
location ~ ^/modules/upsshipping/(logs|lib)/ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPrestashop

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Esokia CVE-2026-39079 Analysis
  • Related CVEs
  • CVE-2026-33674: PrestaShop Validation Framework Flaw

  • CVE-2026-33673: PrestaShop Stored XSS Vulnerability

  • CVE-2026-25597: PrestaShop Auth Bypass Vulnerability

  • CVE-2025-69633: PrestaShop Advanced Popup SQL Injection
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