Cyber Posture

CVE-2025-44658

Critical

Published: 21 July 2025

Published
21 July 2025
Modified
07 August 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0049 65.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-44658 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Netgear Rax30 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 34.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and CM-7 (Least Functionality).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Mandates secure configuration settings for PHP-FPM to restrict processing exclusively to .php extensions, directly preventing execution of malicious scripts disguised with alternate extensions.

prevent

Limits system to least functionality by prohibiting PHP-FPM from processing non-.php files, eliminating the misconfiguration that enables RCE via disguised uploads.

preventrecover

Requires timely identification, reporting, and correction of the PHP-FPM misconfiguration flaw in router firmware, mitigating RCE through patching.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1100 Web Shell Persistence
A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network.
Why these techniques?

Direct RCE via public-facing web server misconfiguration enabling disguised PHP script execution (web shell upload).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

In Netgear RAX30 V1.0.10.94, a PHP-FPM misconfiguration vulnerability is caused by not following the specification to only limit FPM to .php extensions. An attacker may exploit this by uploading malicious scripts disguised with alternate extensions and tricking the web server…

more

into executing them as PHP, bypassing security mechanisms based on file extension filtering. This may lead to remote code execution (RCE), information disclosure, or full system compromise.

Deeper analysisAI

CVE-2025-44658 is a PHP-FPM misconfiguration vulnerability in the Netgear RAX30 router running firmware version V1.0.10.94. The flaw stems from a failure to follow PHP-FPM specifications that restrict processing to files with .php extensions only. This misconfiguration enables the web server to interpret and execute files with alternative extensions as PHP scripts.

The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable remotely by unauthenticated attackers with low complexity and no user interaction. Attackers can upload malicious scripts disguised with non-.php extensions, tricking the web server into executing them as PHP and bypassing security controls reliant on file extension filtering. Successful exploitation may result in remote code execution (RCE), information disclosure, or full system compromise, mapped to CWE-434 (Unrestricted Upload of File with Dangerous Type).

Mitigation details and advisories are available through Netgear's security page at https://www.netgear.com/about/security/, with additional technical analysis provided in a Gist at https://gist.github.com/TPCchecker/c72eea7a3f89070dab7dfdbf7504b2d6 and a Notion document at https://www.notion.so/CVE-2025-44658-24754a1113e780df8f72c779a108f75b. The CVE was published on 2025-07-21.

Details

CWE(s)

Affected Products

netgear
rax30 firmware
1.0.10.94

CVEs Like This One

CVE-2025-49387Shared CWE-434
CVE-2025-52353Shared CWE-434
CVE-2025-25790Shared CWE-434
CVE-2024-54809Same vendor: Netgear
CVE-2025-22504Shared CWE-434
CVE-2026-33717Shared CWE-434
CVE-2025-14894Shared CWE-434
CVE-2025-65783Shared CWE-434
CVE-2024-57046Same vendor: Netgear
CVE-2026-37748Shared CWE-434

References