SecPod

Learn Search

Search across all Learn content

← Back to Security Research
A Flip in the FortiSwitch: FortiSwitch Users Urged to Patch Critical Security Flaw

A Flip in the FortiSwitch: FortiSwitch Users Urged to Patch Critical Security Flaw

CVE-2024-48887 is a critical vulnerability affecting the Fortinet FortiSwitch web interface, with a CVSS score of 9.8. It stems from improper access control, allowing remote attackers to change administrator passwords without authentication, potentially leading to full system compromise.

Apr 9, 2025By Santosh Sethuraman3 min read

CVE-2024-48887 is a critical vulnerability affecting the Fortinet FortiSwitch web interface, with a CVSS score of 9.8. It stems from improper access control, allowing remote attackers to change administrator passwords without authentication, potentially leading to full system compromise.

Fortinet’s FortiSwitch series delivers secure, high-performance Ethernet switching solutions that integrate seamlessly with FortiGate security appliances via FortiLink. This integration enables centralized management of security and access controls, simplifying network administration. Designed for scalability, FortiSwitches are ideal for various environments, from small businesses to large enterprises, offering advanced security features and low latency to support demanding applications.

Technical Details

Before exploring how this critical vulnerability can be exploited, it’s important to understand its root cause. The issue stems from insufficient input validation in the password change feature of the FortiSwitch GUI. This flaw allows remote attackers to craft malicious HTTP requests that reset administrative passwords without authentication. Successful exploitation could give attackers full administrative access, putting the entire network at risk. The following steps are carried out to succesfully exploit this vulnerability:

  • An attacker knowing the vulnerable password change endpoint of the FortiSwitch GUI, will craft a HTTP request targeting the endpoint, which is then transmitted over network.
  • Because proper verification is missing, FortiSwitch accepts the malicious request and updates the administrator’s password to the value provided by the attacker.
  • Once the administrator password is changed, the attacker can gain access to the FortiSwitch with elevated privileges, putting the network’s security at serious risk.

Impact

The impact of this vulnerability is highly severe. They grant attackers full system access, which could allow them to obtain or modify sensitive data. The risk is further heightened by the attack’s low complexity.

Products Affected

The vulnerability impacts FortiSwitch versions 6.4.0 through 6.4.14, 7.0.0 through 7.0.10, 7.2.0 through 7.2.8, 7.4.0 through 7.4.4 and 7.6.0  

Solution and Mitigation

Upgrade FortiSwitch to 6.4.15, 7.0.11, 7.2.9, 7.4.5, 7.6.1 or above.

If upgrading to the latest version is not possible then follow the below mentioned mitigation:

Disable HTTP/HTTPS Access from administrative interfaces

Configure trusted hosts to limit the hosts that can connect to the system:config system adminedit <admin_name>set {trusthost1 | trusthost2 | trusthost3 | trusthost4 |trusthost5 | trusthost6 | trusthost7 | trusthost8 | trusthost9| trusthost10} <address_ipv4mask>nextend

Instantly Fix Risks with SanerNow Patch Management

SanerNow patch management is a continuous, automated, and integrated software that instantly fixes risks exploited in the wild. The software supports major operating systems like Windows, Linux, and macOS, as well as 550+ third-party applications.

It also allows you to set up a safe testing area to test patches before deploying them in a primary production environment. SanerNow patch management additionally supports a patch rollback feature in case of patch failure or a system malfunction.

Experience the fastest and most accurate patching software here.

Featured Posts

Open Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212
Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE Research

Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE-2026-20212 is a critical vulnerability in Cisco Nexus 9000 Series Switches that use Silicon One ASICs. It allows an unauthenticated remote attacker to execute code with root privileges by sending crafted input to TCP ports 43210 and 43211, which are reachable in the default Layer 3 VRF. Exploitation can also crash the S1HAL process and force a device reload. This article covers how the vulnerability works, the affected product identifiers, its potential impact, available workarounds, and how to identify fixed software using the Cisco Software Checker.

Sep 4, 2026

Open SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution
SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

CVE Research

SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

Sep 3, 2026

Open Introducing SecPod VEX Studio: Guided Vulnerability Exploitability Assessment for Open-Source Maintainers
Secpod_VEX_Studio For Open-Source Vulnerability Management

CVE Research

Introducing SecPod VEX Studio: Guided Vulnerability Exploitability Assessment for Open-Source Maintainers

A human-guided path from SBOM and vulnerability data to reviewable OpenVEX statements

Sep 2, 2026

Open Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution
Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution

CVE Research

Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution

Sep 1, 2026

A Flip in the FortiSwitch: FortiSwitch Users Urged to Patch Critical S | SecPod