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

CVE-2025-13411: Retro Basketball Shoes Store RCE Flaw

CVE-2025-13411 is an unrestricted file upload vulnerability in Campcodes Retro Basketball Shoes Online Store 1.0 that enables remote code execution. This article covers the technical details, affected systems, and mitigation.

Published: April 1, 2026

CVE-2025-13411 Overview

CVE-2025-13411 is an Unrestricted File Upload vulnerability affecting Campcodes Retro Basketball Shoes Online Store version 1.0. The vulnerability exists in the administrative functionality of the file /admin/admin_football.php, where manipulation of the product_image argument allows attackers to upload arbitrary files without proper validation. This security flaw enables remote attackers with administrative access to potentially upload malicious files, including web shells or other executable content, to the vulnerable server.

Critical Impact

Attackers with privileged access can exploit improper file upload restrictions to upload malicious content, potentially leading to remote code execution, system compromise, and data theft on affected e-commerce installations.

Affected Products

  • Campcodes Retro Basketball Shoes Online Store version 1.0

Discovery Timeline

  • 2025-11-19 - CVE-2025-13411 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-13411

Vulnerability Analysis

This vulnerability stems from insufficient input validation and improper access control (CWE-284) combined with unrestricted file upload capabilities (CWE-434). The affected component /admin/admin_football.php accepts file uploads via the product_image parameter without adequately verifying the file type, extension, or content. While the attack requires high-level privileges (administrative access), it can be executed remotely over the network with low complexity.

The vulnerability allows authenticated administrators to bypass intended file upload restrictions, potentially uploading executable files such as PHP web shells. Once uploaded, these malicious files could be accessed directly through the web server, leading to arbitrary code execution within the context of the web application.

Root Cause

The root cause of CVE-2025-13411 is improper input validation on file uploads in the product_image parameter. The application fails to implement adequate server-side validation to restrict uploaded file types to expected image formats (e.g., JPEG, PNG, GIF). Additionally, there appears to be no content-type verification, file signature checking, or filename sanitization, allowing attackers to upload files with dangerous extensions like .php or .phtml.

Attack Vector

The attack is executed remotely over the network and requires authenticated access to the administrative panel. An attacker with administrative credentials can navigate to the /admin/admin_football.php page and submit a crafted HTTP POST request containing a malicious file in the product_image field. Without proper validation, the server accepts and stores the file in a web-accessible directory. The attacker can then access the uploaded file directly via its URL, triggering execution of any embedded malicious code.

The vulnerability mechanism involves crafting a multipart/form-data request to the vulnerable endpoint, where the product_image field contains a malicious PHP file instead of a legitimate image. The server processes this upload without validating that the file is actually an image, storing it in an accessible uploads directory. For technical details and proof of concept, refer to the GitHub Issue documentation.

Detection Methods for CVE-2025-13411

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .asp, .jsp) appearing in product image upload directories
  • Web server access logs showing requests to unusual files in upload directories that weren't present before
  • File modification timestamps on uploaded files that don't correlate with legitimate administrative activity
  • Presence of web shell signatures or encoded PHP code within files in upload directories

Detection Strategies

  • Monitor file uploads to administrative endpoints, specifically /admin/admin_football.php, for non-image file extensions
  • Implement file integrity monitoring (FIM) on web-accessible upload directories to detect unauthorized file additions
  • Deploy web application firewall (WAF) rules to inspect multipart uploads and block files with suspicious content types or extensions
  • Review HTTP POST requests to admin endpoints for anomalous content-type headers that don't match expected image formats

Monitoring Recommendations

  • Configure logging to capture all file upload events with associated metadata including filename, size, and uploading user
  • Set up alerts for file uploads containing executable code signatures or suspicious file headers
  • Monitor for unusual admin panel access patterns or login attempts that may precede exploitation
  • Implement real-time scanning of uploaded files using antivirus or malware detection solutions

How to Mitigate CVE-2025-13411

Immediate Actions Required

  • Restrict access to the administrative panel (/admin/) to trusted IP addresses only using network-level controls
  • Review and audit all files in product image upload directories for suspicious content or executable files
  • Implement additional authentication controls such as multi-factor authentication for administrative access
  • Consider temporarily disabling file upload functionality until a patch is available

Patch Information

As of the last update, no official patch has been released by Campcodes for this vulnerability. Administrators should monitor the Campcodes website for security updates. Additional technical details about this vulnerability are available in the VulDB entry #332938 and the associated GitHub Issue.

Workarounds

  • Implement server-side validation to check file MIME types, magic bytes, and extensions before accepting uploads
  • Rename uploaded files to randomly generated names and remove original extensions
  • Store uploaded files outside the web root directory and serve them through a secure download handler
  • Configure the web server to prevent execution of scripts in upload directories using .htaccess rules or server configuration
bash
# Apache configuration to prevent script execution in uploads directory
# Add to .htaccess in the uploads folder or to Apache configuration
<Directory "/var/www/html/uploads">
    # Disable PHP execution
    php_flag engine off
    
    # Deny access to files with dangerous extensions
    <FilesMatch "\.(php|phtml|php3|php4|php5|phps|phar|asp|aspx|jsp)$">
        Require all denied
    </FilesMatch>
    
    # Force download of all files instead of execution
    ForceType application/octet-stream
    Header set Content-Disposition attachment
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCampcodes Retro Basketball Shoes Online Store

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-284

  • CWE-434
  • Technical References
  • VulDB CTI Report #332938

  • VulDB #332938

  • VulDB Submission Report #693697

  • CampCodes Security Blog
  • Vendor Resources
  • GitHub Issue on CVE
  • Related CVEs
  • CVE-2025-12338: Campcodes Retro Basketball Store SQLi Flaw

  • CVE-2025-12337: Retro Basketball Shoes Store SQLi Flaw

  • CVE-2025-12339: Retro Basketball Shoes Store SQLi Flaw

  • CVE-2025-12336: Retro Basketball Shoes Store SQLi Flaw
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