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-2020-37096

CVE-2020-37096: Edimax EW-7438RPn CSRF Vulnerability

CVE-2020-37096 is a CSRF flaw in Edimax EW-7438RPn 1.13 that allows attackers to manipulate MAC filtering rules without user consent. This article covers the technical details, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2020-37096 Overview

CVE-2020-37096 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Edimax EW-7438RPn Wi-Fi range extender firmware version 1.13. The vulnerability exists in the MAC filtering configuration interface, allowing attackers to craft malicious web pages that trick authenticated users into adding unauthorized MAC addresses to the device's filtering rules without their knowledge or consent.

Critical Impact

Attackers can manipulate MAC address filtering rules on affected devices, potentially allowing unauthorized devices to connect to the network or blocking legitimate devices from accessing network resources.

Affected Products

  • Edimax EW-7438RPn firmware version 1.13
  • Edimax N300 Wi-Fi Range Extender series

Discovery Timeline

  • 2026-02-03 - CVE-2020-37096 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37096

Vulnerability Analysis

This vulnerability stems from missing CSRF token validation in the MAC filtering configuration interface of the Edimax EW-7438RPn range extender. The device's web management interface fails to implement proper anti-CSRF protections, meaning it does not verify that requests to modify MAC filtering rules originate from legitimate user sessions.

When an authenticated administrator visits a malicious webpage while logged into the device's management interface, the attacker can silently submit requests to the device's MAC filtering endpoint. Because the browser automatically includes session cookies with cross-origin requests and the device lacks CSRF token verification, these malicious requests are processed as if they came from the legitimate administrator.

Root Cause

The root cause is classified under CWE-352 (Cross-Site Request Forgery). The Edimax EW-7438RPn web interface lacks anti-CSRF tokens or other request origin validation mechanisms. This allows any website to craft form submissions or JavaScript-based requests targeting the device's MAC filtering configuration endpoints, which the browser will execute with the user's existing authentication credentials.

Attack Vector

The attack requires user interaction where an authenticated administrator must visit a malicious webpage while having an active session with the device's management interface. The attacker crafts a webpage containing hidden form elements or JavaScript that automatically submits requests to the device's MAC filtering configuration endpoint. These requests can add arbitrary MAC addresses to the whitelist or blacklist, effectively allowing the attacker to grant network access to unauthorized devices or deny access to legitimate ones.

The vulnerability is exploitable over the network, requiring no authentication from the attacker's perspective since the victim's existing session is leveraged. Technical details and proof-of-concept information are available in the Exploit-DB #48366 advisory.

Detection Methods for CVE-2020-37096

Indicators of Compromise

  • Unexpected MAC addresses appearing in the device's MAC filtering whitelist or blacklist
  • Administrator access logs showing configuration changes that correlate with visits to external websites
  • MAC filtering rules modified at times when no administrator activity was expected

Detection Strategies

  • Monitor device configuration backups for unauthorized changes to MAC filtering rules
  • Implement network monitoring to detect unusual traffic patterns to the device's management interface from internal hosts
  • Review web proxy logs for requests to known CSRF payload hosting domains that coincide with device configuration changes

Monitoring Recommendations

  • Enable logging on the Edimax device management interface if available
  • Configure network monitoring solutions to alert on configuration changes to network infrastructure devices
  • Implement SentinelOne Singularity to detect and prevent access to malicious web pages that may contain CSRF payloads

How to Mitigate CVE-2020-37096

Immediate Actions Required

  • Log out of the device's management interface when not actively administering the device
  • Access the device's management interface only from a dedicated browser profile with no other tabs open
  • Restrict management interface access to specific IP addresses or VLANs if the device supports access control lists
  • Consider placing the device's management interface on an isolated network segment

Patch Information

Check the Edimax Product Detail Page for firmware updates that may address this vulnerability. At the time of publication, verify with Edimax support whether a patched firmware version is available. Review the VulnCheck Advisory for additional vendor response information.

Workarounds

  • Disable the web-based management interface and use alternative configuration methods if available
  • Implement network-level access controls to restrict which hosts can reach the device's management interface
  • Use a dedicated browser or private browsing session exclusively for device management tasks
  • Consider replacing the device with a model that implements proper CSRF protections

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechEdimax

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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
  • Edimax Product Detail Page

  • Exploit-DB #48366

  • VulnCheck Advisory on Edimax
  • Related CVEs
  • CVE-2020-37149: Edimax EW-7438RPn CSRF Vulnerability

  • CVE-2026-32841: Edimax GS-5008PL Auth Bypass Vulnerability

  • CVE-2026-32842: Edimax GS-5008PL Information Disclosure

  • CVE-2026-1972: Edimax BR-6208AC Auth Bypass 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