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

CVE-2025-0479: CP Plus Router Information Disclosure Flaw

CVE-2025-0479 is an information disclosure vulnerability in CP Plus Router caused by insecure cookie handling. Attackers can intercept HTTP sessions to steal sensitive data. This article covers technical details, impact, and mitigation.

Published: May 11, 2026

CVE-2025-0479 Overview

CVE-2025-0479 affects the CP Plus Router web interface due to insecure handling of cookie flags. The router fails to set protective attributes such as Secure and HttpOnly on session cookies. A remote attacker can intercept HTTP session data and obtain sensitive information from the targeted system. The weakness is classified under CWE-614: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute.

Critical Impact

A network-positioned attacker can capture session cookies transmitted over unencrypted HTTP and hijack authenticated sessions to the router web interface, leading to information disclosure and full administrative compromise.

Affected Products

  • CP Plus Router (web management interface)
  • Specific firmware versions listed in the CERT-IN Vulnerability Note CIVN-2025-0005
  • Deployments exposing the router management interface to untrusted networks

Discovery Timeline

  • 2025-01-20 - CVE-2025-0479 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-0479

Vulnerability Analysis

The CP Plus Router issues authentication and session cookies through its web interface without enforcing security flags. The Secure flag instructs browsers to transmit cookies only over HTTPS channels. The HttpOnly flag prevents client-side scripts from accessing cookie values. When these flags are missing, session identifiers traverse the network in plaintext during HTTP transactions.

An attacker positioned on the same network segment can observe the unprotected traffic. Captured cookies allow the attacker to replay authenticated requests to the router. This grants access to configuration data, credentials, and administrative functions exposed through the web console.

The Exploit Prediction Scoring System (EPSS) places this issue at the 59th percentile, reflecting moderate near-term exploitation probability. No public proof-of-concept exploit has been catalogued at the time of writing.

Root Cause

The root cause is improper cookie attribute configuration in the router firmware. Developers omitted the Secure, HttpOnly, and SameSite attributes from Set-Cookie response headers. The web interface also accepts cookie transmission over HTTP rather than enforcing HTTPS-only sessions. This combination exposes session state to passive and active network adversaries.

Attack Vector

The attack vector is network-based and requires user interaction. An administrator must authenticate to the router web interface while an attacker observes the traffic path. The attacker uses passive sniffing on shared media, ARP spoofing, or rogue access points to intercept the HTTP session. Once the session cookie is captured, the attacker submits it in a forged request to assume the administrator's identity.

No authentication or elevated privileges are required by the attacker prior to interception. The exploitation chain depends on the victim performing legitimate administrative actions over an unencrypted channel.

Detection Methods for CVE-2025-0479

Indicators of Compromise

  • Authenticated sessions to the router web interface originating from unexpected internal or external IP addresses
  • Concurrent administrative logins from geographically inconsistent locations within a short timeframe
  • Unexplained configuration changes such as DNS server modifications, port forwarding rule additions, or new administrative accounts
  • HTTP Set-Cookie headers from the router lacking Secure and HttpOnly attributes in network captures

Detection Strategies

  • Inspect router HTTP responses with curl -I or a web proxy to verify that session cookies omit security flags
  • Deploy network monitoring rules that flag plaintext HTTP authentication to internal management interfaces
  • Correlate router audit logs with administrator workstation activity to identify session reuse from foreign hosts
  • Apply intrusion detection signatures that alert on ARP spoofing and Layer 2 manipulation on management VLANs

Monitoring Recommendations

  • Forward router syslog events to a centralized logging platform and alert on configuration changes outside maintenance windows
  • Monitor administrative login frequency and source addresses for the router management subnet
  • Track DHCP, ARP, and DNS anomalies on segments that carry router management traffic

How to Mitigate CVE-2025-0479

Immediate Actions Required

  • Restrict access to the router web interface to a dedicated management VLAN or trusted jump host
  • Disable HTTP access on the router and require HTTPS for all administrative sessions
  • Force a password reset for all administrative accounts and invalidate existing sessions
  • Review router configuration for unauthorized changes to DNS, routing, firewall, and account settings

Patch Information

Refer to the CERT-IN Vulnerability Note CIVN-2025-0005 for vendor-supplied firmware updates and version guidance. Apply the firmware update provided by CP Plus once available for the affected model. Validate the firmware integrity using the vendor-published checksum before deployment.

Workarounds

  • Place the router management interface behind a VPN and block external access at the perimeter firewall
  • Administer the router exclusively from wired connections on isolated network segments
  • Clear browser cookies and close all sessions after each administrative task until firmware is patched
bash
# Configuration example: verify cookie flags returned by the router
curl -I -k https://router.local/login

# Block external HTTP access to the router management port at the edge firewall
iptables -A FORWARD -p tcp --dport 80 -d <router_ip> -j DROP
iptables -A FORWARD -p tcp --dport 443 -d <router_ip> ! -s <mgmt_subnet> -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/TechCp Plus Router

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-614
  • Technical References
  • CERT-IN Vulnerability Note CIVN-2025-0005
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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