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
    • 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-53757

CVE-2025-53757: Digisol Router Session Cookie Vulnerability

CVE-2025-53757 is an information disclosure vulnerability in Digisol DG-GR6821AC Router caused by misconfigured session cookie flags. Attackers can capture cookies over HTTP to access sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 11, 2026

CVE-2025-53757 Overview

CVE-2025-53757 affects the Digisol DG-GR6821AC Router. The router web interface sets session cookies without the Secure and HttpOnly flags. Missing the Secure flag allows cookies to traverse cleartext HTTP connections. Missing the HttpOnly flag exposes cookies to client-side script access.

A remote attacker positioned on the network path can capture session cookies transmitted over unencrypted HTTP. Successful interception yields authenticated access to the router web interface and the sensitive configuration data it exposes. The issue is tracked under CWE-614: Sensitive Cookie in HTTPS Session Without Secure Attribute.

Critical Impact

Network-adjacent attackers can hijack administrator sessions on the Digisol DG-GR6821AC router and extract sensitive device information without authentication.

Affected Products

  • Digisol DG-GR6821AC Router (web management interface)
  • Specific firmware versions: refer to the CERT-In Advisory CIVN-2025-0147

Discovery Timeline

  • 2025-07-16 - CVE-2025-53757 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-53757

Vulnerability Analysis

The Digisol DG-GR6821AC router web interface issues authenticated session cookies through HTTP Set-Cookie response headers. The server omits the Secure and HttpOnly attributes when creating these cookies. This produces two distinct exposure paths for the same credential material.

Without the Secure attribute, browsers attach the cookie to any request matching the cookie scope, including plain HTTP requests. An attacker on the same local network, an upstream link, or a malicious Wi-Fi access point can capture the cookie using passive sniffing tools such as tcpdump or Wireshark. No interaction with the victim is required beyond observing existing administrative traffic.

Without the HttpOnly attribute, cookies become accessible to JavaScript executing in the browser context via document.cookie. A reflected or stored cross-site scripting flaw in the router interface, or a malicious page loaded in the same browser, can exfiltrate the session token.

Root Cause

The root cause is a configuration defect in the router HTTP server. Session management code does not append the Secure; HttpOnly directives when generating Set-Cookie headers. This is a deviation from RFC 6265 hardening guidance and aligns with CWE-614.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker observes HTTP traffic between an administrator and the router, extracts the session cookie from the captured packet, and replays it against the router web interface to assume the administrator session. Information exposed includes Wi-Fi credentials, connected device inventories, firewall rules, and routing configuration.

No verified public proof-of-concept code is available. The vulnerability is described in prose by CERT-In Advisory CIVN-2025-0147.

Detection Methods for CVE-2025-53757

Indicators of Compromise

  • Unexpected administrative logins to the router web interface from unfamiliar source IP addresses
  • Modified router settings, particularly DNS servers, port forwards, or remote management toggles
  • Set-Cookie headers from the router lacking Secure and HttpOnly attributes when inspected with browser developer tools

Detection Strategies

  • Inspect HTTP responses from the router login flow and confirm whether session cookies include the Secure and HttpOnly flags
  • Monitor LAN traffic for plaintext HTTP sessions to the router management IP and alert on authenticated requests carried over port 80
  • Correlate router configuration changes with administrator login timestamps to surface session replay activity

Monitoring Recommendations

  • Enable logging on the router web interface and forward authentication events to a central log collector
  • Flag any access to the management interface that originates from outside trusted administrative subnets
  • Watch for ARP spoofing or rogue DHCP activity on the management VLAN that would facilitate cookie interception

How to Mitigate CVE-2025-53757

Immediate Actions Required

  • Restrict access to the router web interface to a dedicated management VLAN or trusted host
  • Disable remote (WAN-side) management on the DG-GR6821AC until a fixed firmware is applied
  • Force administrators to access the interface only over HTTPS and reject HTTP where the device supports it
  • Rotate all administrator credentials and pre-shared Wi-Fi keys after confirming no active compromise

Patch Information

No fixed firmware version is listed in the NVD record at publication time. Consult the CERT-In Advisory CIVN-2025-0147 and the Digisol support portal for updated firmware availability for the DG-GR6821AC.

Workarounds

  • Access the router only from a wired connection on a segmented administrative network
  • Close the browser after every administrative session to invalidate cookies stored in memory
  • Place the router management interface behind an HTTPS reverse proxy that injects Secure and HttpOnly attributes on responses where feasible
  • Block port 80 on the router LAN interface using firewall rules where the firmware permits
bash
# Example: restrict router admin interface to a single trusted host on Linux
sudo iptables -A FORWARD -p tcp -d 192.168.1.1 --dport 80 -s 192.168.1.50 -j ACCEPT
sudo iptables -A FORWARD -p tcp -d 192.168.1.1 --dport 80 -j DROP
sudo iptables -A FORWARD -p tcp -d 192.168.1.1 --dport 443 -s 192.168.1.50 -j ACCEPT
sudo iptables -A FORWARD -p tcp -d 192.168.1.1 --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDigisol

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityNone
  • CWE References
  • CWE-614
  • Technical References
  • CERT-IN Advisory CIVN-2025-0147
  • Related CVEs
  • CVE-2025-53756: Digisol Router Credential Disclosure Flaw
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