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

CVE-2025-6967: Sarman Soft CMS Auth Bypass Vulnerability

CVE-2025-6967 is an authentication bypass flaw in Sarman Soft CMS caused by Execution After Redirect, enabling JSON hijacking attacks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 13, 2026

CVE-2025-6967 Overview

CVE-2025-6967 is an Execution After Redirect (EAR) vulnerability discovered in Sarman Soft Software and Technology Services Industry and Trade Ltd. Co. CMS. This vulnerability enables attackers to exploit JSON Hijacking (also known as JavaScript Hijacking) and achieve Authentication Bypass. The vulnerability affects CMS versions through 10022026.

The vendor was contacted early about this disclosure but did not respond, leaving users without an official patch or mitigation guidance from the manufacturer.

Critical Impact

This vulnerability allows unauthenticated attackers to bypass authentication mechanisms and hijack JSON data through network-based attacks, potentially compromising sensitive user information and system access controls.

Affected Products

  • Sarman Soft CMS through version 10022026

Discovery Timeline

  • 2026-02-10 - CVE-2025-6967 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-6967

Vulnerability Analysis

Execution After Redirect (EAR) vulnerabilities occur when a web application continues to execute code after issuing a redirect instruction to the browser. In the case of CVE-2025-6967, the Sarman Soft CMS fails to properly terminate execution after sending HTTP redirect responses, allowing subsequent code to execute and potentially expose sensitive data or functionality.

This EAR condition enables two distinct attack vectors: JSON Hijacking and Authentication Bypass. JSON Hijacking exploits the application's tendency to return sensitive data in JSON format even after a redirect has been issued. When combined with the authentication bypass capability, attackers can access protected resources without valid credentials by intercepting the response data that continues to be processed after the redirect.

The network-based attack vector with no user interaction required makes this vulnerability particularly dangerous in internet-facing deployments of the CMS.

Root Cause

The root cause of this vulnerability is classified under CWE-698 (Execution After Redirect). The application fails to call appropriate termination functions (such as exit() or die()) after issuing redirect headers. This oversight allows the server-side code to continue processing the request and potentially returning sensitive data in the response body, even though the client browser would normally follow the redirect and disregard this data.

Attackers can leverage automated tools or custom scripts to capture and parse the full HTTP response, including any data transmitted after the redirect header, thereby accessing information or functionality that should be protected by the redirect-based access control mechanism.

Attack Vector

The attack vector for this vulnerability is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Sending crafted HTTP requests to the vulnerable CMS endpoints
  2. Intercepting the full HTTP response before the browser processes the redirect
  3. Extracting sensitive JSON data or session information from the response body
  4. Using the captured data to bypass authentication and access protected resources

The vulnerability enables JSON Hijacking by allowing attackers to steal sensitive data returned in JSON format through cross-origin requests when proper security headers are not enforced. The authentication bypass component allows attackers to access restricted functionality by exploiting the continued execution of authentication-check code after redirect issuance.

Detection Methods for CVE-2025-6967

Indicators of Compromise

  • Unusual HTTP traffic patterns showing requests to CMS endpoints that receive redirect responses with unexpectedly large response bodies
  • Authentication logs showing successful access to protected resources without corresponding valid login events
  • Anomalous cross-origin requests targeting JSON API endpoints
  • Web server logs containing requests that bypass normal authentication flows

Detection Strategies

  • Monitor HTTP response sizes for redirect responses (3xx status codes) that contain substantial body content
  • Implement web application firewall (WAF) rules to detect and alert on potential JSON hijacking patterns
  • Review access logs for authentication anomalies where protected resources are accessed without prior successful authentication
  • Deploy SentinelOne Singularity to detect and respond to suspicious web application behavior in real-time

Monitoring Recommendations

  • Enable detailed logging on all CMS authentication endpoints and redirect handlers
  • Configure alerts for redirect responses that include JSON content in the response body
  • Monitor for unusual session creation patterns that bypass normal login workflows
  • Implement network traffic analysis to detect cross-origin JSON requests targeting the CMS

How to Mitigate CVE-2025-6967

Immediate Actions Required

  • Restrict network access to the affected CMS to trusted IP ranges until a patch is available
  • Implement a web application firewall (WAF) to filter malicious requests targeting authentication endpoints
  • Review and audit current CMS access logs for signs of exploitation
  • Consider temporarily disabling or isolating the affected CMS if business operations allow

Patch Information

No official patch is currently available from Sarman Soft Software and Technology Services Industry and Trade Ltd. Co. The vendor was contacted early about this disclosure but did not respond in any way. Organizations using this CMS should monitor the USOM Security Notification TR-26-0050 for updates and consider alternative CMS solutions if no patch becomes available.

Workarounds

  • Implement server-side code modifications to ensure execution terminates immediately after redirect headers are sent (add exit() or die() calls after redirect statements)
  • Configure reverse proxy or WAF rules to strip response body content from redirect responses
  • Implement additional authentication layers such as IP whitelisting or multi-factor authentication for sensitive CMS functions
  • Deploy network segmentation to limit exposure of the CMS to untrusted networks

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSarman Soft

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-698
  • Technical References
  • USOM Security Notification TR-26-0050
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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