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

CVE-2025-2420: 猫宁i Morning CSRF Vulnerability

CVE-2025-2420 is a cross-site request forgery flaw in 猫宁i Morning that enables attackers to perform unauthorized actions on behalf of users. This article covers the technical details, affected releases, and mitigation.

Updated: January 22, 2026

CVE-2025-2420 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the Morning (猫宁i Morning) application up to commit bc782730c74ff080494f145cc363a0b4f43f7d3e. This vulnerability affects an unknown functionality within the application, allowing attackers to trick authenticated users into performing unintended actions. The attack can be launched remotely, and exploit details have been publicly disclosed.

Critical Impact

Attackers can exploit this CSRF vulnerability to perform unauthorized actions on behalf of authenticated users, potentially leading to data manipulation, unauthorized state changes, or privilege abuse within the Morning application.

Affected Products

  • Morning (猫宁i Morning) up to commit bc782730c74ff080494f145cc363a0b4f43f7d3e
  • All versions prior to the rolling release fix (specific version details unavailable due to continuous delivery model)

Discovery Timeline

  • 2025-03-17 - CVE-2025-2420 published to NVD
  • 2025-03-18 - Last updated in NVD database

Technical Details for CVE-2025-2420

Vulnerability Analysis

This vulnerability stems from insufficient CSRF protection mechanisms within the Morning application. Cross-Site Request Forgery occurs when web applications fail to properly validate that requests originate from legitimate, trusted sources. In this case, the affected functionality lacks proper anti-CSRF tokens or other request validation mechanisms, enabling attackers to craft malicious requests that execute in the context of an authenticated user's session.

The Morning application follows a rolling release model for continuous delivery, which means traditional version-based tracking is not available. The vulnerability was tracked to commit hash bc782730c74ff080494f145cc363a0b4f43f7d3e and earlier iterations of the codebase.

Root Cause

The root cause of CVE-2025-2420 is classified under CWE-352 (Cross-Site Request Forgery). This weakness occurs when the web application does not, or cannot, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request. The application fails to implement proper anti-forgery mechanisms such as:

  • Synchronizer token patterns (CSRF tokens)
  • Same-site cookie attributes
  • Origin header validation
  • Custom request headers for state-changing operations

Attack Vector

The attack requires user interaction through a network-based vector. An attacker must craft a malicious web page, email, or other content that causes a victim's browser to submit a forged HTTP request to the vulnerable Morning application. When an authenticated user visits the attacker-controlled content, their browser automatically includes valid session credentials, allowing the forged request to execute with the victim's privileges.

The attack scenario typically involves:

  1. Attacker identifies a state-changing endpoint lacking CSRF protection
  2. Attacker crafts a malicious HTML page containing a forged request
  3. Victim with an active session visits the malicious page
  4. Victim's browser submits the forged request with valid session cookies
  5. The Morning application processes the request as legitimate

For detailed technical information about this vulnerability, refer to the Gitee Issue Report and VulDB entry #299917.

Detection Methods for CVE-2025-2420

Indicators of Compromise

  • Unexpected state changes or data modifications in the Morning application without corresponding user activity
  • Web server logs showing state-changing requests with external or suspicious Referer headers
  • Anomalous patterns of POST requests from authenticated sessions originating from external domains

Detection Strategies

  • Monitor web application logs for requests to state-changing endpoints with mismatched or missing Origin/Referer headers
  • Implement Content Security Policy (CSP) reporting to detect potential CSRF attack attempts
  • Deploy web application firewall (WAF) rules to detect and block suspicious cross-origin request patterns
  • Review application audit logs for bulk or automated operations that don't match normal user behavior

Monitoring Recommendations

  • Enable detailed request logging including Origin and Referer headers for forensic analysis
  • Configure alerts for unusual request patterns targeting sensitive endpoints
  • Monitor for signs of session abuse such as rapid sequential requests or geographically impossible session usage
  • Implement browser-based telemetry to detect client-side attack indicators

How to Mitigate CVE-2025-2420

Immediate Actions Required

  • Update the Morning application to the latest rolling release that includes CSRF protection fixes
  • Implement anti-CSRF tokens for all state-changing operations
  • Configure SameSite cookie attributes to Strict or Lax for session cookies
  • Review and audit all application endpoints for proper CSRF protection

Patch Information

The Morning application uses a rolling release model, meaning specific version numbers are not available. Users should pull the latest commit from the official repository to obtain the security fix. The vulnerability was identified at commit bc782730c74ff080494f145cc363a0b4f43f7d3e and earlier. For patch details and current status, refer to the Gitee Issue Report.

Workarounds

  • Implement a web application firewall (WAF) with CSRF detection rules as a temporary protective measure
  • Configure the SameSite attribute on session cookies to prevent cross-origin request inclusion
  • Deploy browser-based security controls such as Content Security Policy headers
  • Educate users to log out of the Morning application when not actively using it to reduce the attack window
bash
# Configuration example - Apache httpd SameSite cookie enforcement
# Add to httpd.conf or .htaccess
Header always edit Set-Cookie ^(.*)$ "$1; SameSite=Strict"

# Nginx equivalent configuration
# Add to server block
proxy_cookie_path / "/; SameSite=Strict";

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • 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: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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Gitee Issue Report

  • VulDB CTII ID #299917

  • VulDB #299917

  • VulDB Submission #517009
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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