Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-13177

CVE-2025-13177: Bdtask Saleserp CSRF Vulnerability

CVE-2025-13177 is a cross-site request forgery flaw in Bdtask Saleserp that enables attackers to execute unauthorized actions remotely. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 21, 2026

CVE-2025-13177 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in Bdtask/CodeCanyon SalesERP up to version 20250728. This vulnerability affects an unspecified component within the application and allows attackers to execute unauthorized actions on behalf of authenticated users. The attack can be initiated remotely, and a public exploit has been disclosed. Notably, the vendor was contacted regarding this vulnerability but did not respond.

Critical Impact

Attackers can trick authenticated users into performing unintended actions within SalesERP, potentially leading to unauthorized data modifications, account changes, or administrative operations without the user's consent.

Affected Products

  • Bdtask SalesERP up to version 20250728
  • Bdtask/CodeCanyon SalesERP installations

Discovery Timeline

  • 2025-11-14 - CVE-2025-13177 published to NVD
  • 2025-11-24 - Last updated in NVD database

Technical Details for CVE-2025-13177

Vulnerability Analysis

This CSRF vulnerability in Bdtask SalesERP stems from insufficient validation of request origins and missing anti-CSRF tokens on sensitive operations. When a user is authenticated to SalesERP and visits a malicious website or clicks a crafted link, the attacker can force the user's browser to send unauthorized requests to the SalesERP application. Since the browser automatically includes the user's session cookies with these requests, the application processes them as legitimate actions from the authenticated user.

The vulnerability requires user interaction—the victim must be logged into SalesERP and must visit an attacker-controlled page or click a malicious link. This attack vector leverages the trust relationship between the browser and the application without proper request validation.

Root Cause

The root cause of this vulnerability is the absence of proper anti-CSRF protections in the affected SalesERP component. The application fails to implement CSRF tokens or verify the origin of incoming requests, allowing attackers to craft malicious requests that the application cannot distinguish from legitimate user-initiated actions. This is classified under CWE-352 (Cross-Site Request Forgery).

Attack Vector

The attack is network-based and can be executed remotely. An attacker creates a malicious webpage containing hidden forms or JavaScript that automatically submits requests to the target SalesERP instance. When an authenticated user visits this malicious page, their browser sends the forged request along with valid session credentials.

The attack typically involves:

  1. Identifying state-changing endpoints in SalesERP that lack CSRF protection
  2. Crafting an HTML page with a form that targets the vulnerable endpoint
  3. Distributing the malicious page via phishing or embedding it on a compromised website
  4. Waiting for an authenticated SalesERP user to visit the page, triggering the forged request

For technical details and proof-of-concept information, refer to the GitHub PoC Issue and VulDB Entry #332467.

Detection Methods for CVE-2025-13177

Indicators of Compromise

  • Unexpected changes to user accounts, settings, or data within SalesERP
  • Unusual administrative actions performed without corresponding user activity
  • HTTP referrer headers showing requests originating from external domains
  • User reports of unintended actions occurring after visiting external websites

Detection Strategies

  • Monitor SalesERP access logs for requests with external or missing referrer headers targeting sensitive endpoints
  • Implement web application firewalls (WAF) with CSRF detection rules
  • Review audit logs for state-changing actions that don't correlate with user activity patterns
  • Analyze network traffic for suspicious cross-origin requests to the SalesERP application

Monitoring Recommendations

  • Enable detailed logging on all state-changing operations within SalesERP
  • Configure alerts for administrative actions occurring outside normal business hours
  • Monitor for bulk or rapid successive changes to user accounts or application data
  • Track and alert on referrer anomalies in HTTP request logs

How to Mitigate CVE-2025-13177

Immediate Actions Required

  • Educate users about the risks of visiting untrusted websites while logged into SalesERP
  • Implement session timeout policies to reduce the window of exposure
  • Consider placing SalesERP behind a VPN or restricting access to trusted networks
  • Review recent application logs for potential exploitation attempts

Patch Information

No official patch is currently available from the vendor. According to the disclosure, Bdtask was contacted about this vulnerability but did not respond. Users should monitor the vendor's official channels for security updates.

For additional details, see the VulDB Submission #684819.

Workarounds

  • Implement a reverse proxy with custom CSRF protection headers for incoming requests
  • Configure Content Security Policy (CSP) headers to restrict cross-origin requests
  • Use browser extensions or policies that block third-party cookies when accessing SalesERP
  • Log out of SalesERP when not actively using the application to prevent session abuse
  • Consider implementing a custom CSRF token mechanism at the web server level if application-level fixes are not available

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechBdtask Saleserp

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub PoC Issue

  • VulDB CTI Entry #332467

  • VulDB #332467

  • VulDB Submission #684819
  • Related CVEs
  • CVE-2026-1597: Bdtask SalesERP Auth Bypass 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