A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-62771

CVE-2025-62771: Mercku M6a CSRF Vulnerability

CVE-2025-62771 is a CSRF vulnerability in Mercku M6a devices through version 2.1.0 that enables attackers to change passwords via intranet attacks. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-62771 Overview

CVE-2025-62771 is a Cross-Site Request Forgery [CWE-352] vulnerability affecting Mercku M6a wireless router devices through firmware version 2.1.0. The flaw allows an attacker on the intranet to trigger unauthorized password changes on the router by abusing missing CSRF protections in the device's web management interface. Successful exploitation grants the attacker full administrative control over the affected router.

The vulnerability requires the attacker to be on the adjacent network and depends on a victim with an authenticated session visiting attacker-controlled content. The vulnerability was disclosed publicly through the Full Disclosure mailing list and the NullVoid research blog.

Critical Impact

Successful CSRF exploitation results in unauthorized administrator password changes, granting an attacker full control of the Mercku M6a router and the network it serves.

Affected Products

  • Mercku M6a wireless router
  • Firmware versions through 2.1.0
  • Devices exposing the affected web management interface on the LAN

Discovery Timeline

  • 2025-10-22 - CVE-2025-62771 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-62771

Vulnerability Analysis

The Mercku M6a web administration interface accepts state-changing requests, including password change operations, without validating an anti-CSRF token or verifying the request origin. An authenticated administrator who visits a malicious page on the same intranet can have their browser silently submit a forged password change request to the router's management endpoint.

Because the request is issued by the victim's authenticated browser, the router processes it as a legitimate administrative action. The attacker does not need to know the existing password to complete the change. After the password is rewritten, the attacker authenticates with the new credentials and takes over the device.

Further technical analysis is published in the NullVoid Blog Post and the Full Disclosure Mailing List.

Root Cause

The root cause is the absence of CSRF mitigations on sensitive administrative endpoints. The web interface does not enforce per-request CSRF tokens, does not validate the Origin or Referer headers, and does not require re-authentication or knowledge of the current password before applying a new one. This matches the weakness class described in CWE-352.

Attack Vector

An attacker hosts a malicious page on the intranet, for example on a compromised internal host or a guest Wi-Fi device. When an administrator with an active router session loads the page, embedded HTML or JavaScript issues a cross-origin request to the router's password change endpoint. The browser includes the administrator's session cookie, and the router accepts the request. Exploitation does not require user interaction beyond visiting the page. Code examples were not published in the verified references; see the linked advisories for proof-of-concept details.

Detection Methods for CVE-2025-62771

Indicators of Compromise

  • Unexpected administrator password resets on Mercku M6a devices without a corresponding change ticket or admin action
  • HTTP POST requests to router administrative endpoints originating from non-management LAN hosts with foreign Referer or Origin headers
  • New or unfamiliar logins to the router web UI from intranet IP addresses shortly after a password change event

Detection Strategies

  • Inspect router access and audit logs for password change operations and correlate them against authorized administrator activity
  • Monitor LAN traffic for cross-origin HTTP requests targeting the router management IP, especially POSTs with payloads referencing password fields
  • Alert on configuration drift such as administrator credential changes, DNS server changes, or new port forwards on the affected device

Monitoring Recommendations

  • Forward router syslog and authentication events to a centralized SIEM or data lake for retention and correlation
  • Baseline normal administrative traffic patterns and alert on management interface access from non-administrator workstations
  • Periodically verify that the current administrator credentials match the documented values stored in a secure password vault

How to Mitigate CVE-2025-62771

Immediate Actions Required

  • Restrict access to the Mercku M6a web management interface to a dedicated administrator host or management VLAN
  • Log out of the router admin session immediately after each configuration change to invalidate the cookie used by CSRF attacks
  • Avoid browsing untrusted intranet or internet content from the same browser used to administer the router

Patch Information

At the time of NVD publication, no vendor-supplied firmware patch is referenced in the CVE record. Administrators should monitor Mercku vendor channels for an updated firmware release that adds CSRF token validation and origin checks to administrative endpoints. Review the Full Disclosure Mailing List entry for the latest vendor response status.

Workarounds

  • Use a separate, isolated browser profile or dedicated management workstation when authenticating to the router
  • Place the router management interface behind an ACL that only allows specific trusted source addresses
  • Disable remote and intranet-wide management access where the device allows scoping the admin interface to specific interfaces or hosts
  • Segment IoT and guest devices into a separate VLAN that cannot reach the router management address
bash
# Configuration example: restrict management plane access using an upstream firewall
# Allow only the admin workstation (192.0.2.10) to reach the router web UI (192.0.2.1)
iptables -A FORWARD -s 192.0.2.10 -d 192.0.2.1 -p tcp --dport 443 -j ACCEPT
iptables -A FORWARD -d 192.0.2.1 -p tcp --dport 443 -j DROP
iptables -A FORWARD -d 192.0.2.1 -p tcp --dport 80  -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMercku

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • NullVoid Blog Post

  • Full Disclosure Mailing List
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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