CVE Radar

CVE Radar Logo
CVERadar

Edition used by more than 30,000 companies in more than 150 countries.
Sign Up For Free

CVE-2024-3273

Critical Severity|Dlink
94
SVRS
9.8
CVSSv3
0.99997
EPSS
TAGS
In The WildExploit AvaliableCISA KEVSignature
VECTOR STRING
CVSS:3.1AV:NAC:LPR:NUI:NS:UC:HI:HA:H
PUBLICATION DATE2024-04-04
LAST MODIFIED2025-10-21

Deep CVE Analysis in Progress

The system is currently conducting an in-depth analysis of the selected CVE. This includes advanced correlation, vulnerability classification, and cross-referencing with real-time threat intelligence sources. Once the analysis is complete, the page will automatically update with enriched vulnerability data and actionable insights.

Security Intelligence Brief

What is this vulnerability and why does it matter?
This is a critical command injection vulnerability (CWE-77) identified as CVE-2024-3273, affecting several D-Link Network Attached Storage (NAS) devices. It allows a remote attacker to execute arbitrary commands on the affected systems by manipulating a specific argument in an HTTP GET request. This vulnerability is highly significant because it has a CVSS score of 9.8, indicating maximum severity, and permits complete system compromise. Active exploits have been publicly disclosed and are available, greatly increasing the likelihood of successful attacks. The affected products are also End-of-Life (EOL), meaning D-Link will not provide official patches, making these devices permanently vulnerable if not retired.
What are the CVSS score, severity level, and disclosure details?
The CVSS score for this vulnerability is 9.8 (Critical). The severity level is classified as Critical. The vulnerability was publicly disclosed, with a publication date of 2024-04-04 01:00:06 UTC. Active exploits have been published and are available to the public. The vulnerability also has the identifier VDB-259284.
Which products, vendors, systems, and versions are affected?
  • Vendor: D-Link
  • Products: DNS-320L, DNS-325, DNS-327L, DNS-340L
  • Versions: All versions up to 20240403 are affected. All affected products are End-of-Life and no longer supported by the vendor.
What is the technical root cause and attack vector?
The technical root cause is a command injection vulnerability (CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')). This occurs due to insufficient input validation or sanitization, specifically when processing the 'system' argument within the `/cgi-bin/nas_sharing.cgi` file. The attack vector is remote, leveraging an HTTP GET Request Handler. An attacker can manipulate the 'system' argument to inject and execute arbitrary commands on the underlying operating system of the NAS device.
How can this vulnerability be exploited?
This vulnerability can be exploited remotely by an attacker. The exploitation involves crafting a malicious HTTP GET request to the `/cgi-bin/nas_sharing.cgi` endpoint on the vulnerable D-Link NAS device. By manipulating the 'system' argument in this request, an attacker can inject arbitrary shell commands. These commands are then executed by the device with the privileges of the affected component, potentially leading to full system compromise. The exploit has been publicly disclosed and is available, facilitating exploitation.
What mitigation steps and patches are available?
There are no official patches or firmware updates available from D-Link for this vulnerability because the affected products (DNS-320L, DNS-325, DNS-327L, DNS-340L) are End-of-Life (EOL). The vendor has confirmed that these products are EOL and should be retired and replaced.

Recommended mitigation steps include:
  • Retire and Replace: The most effective and strongly recommended mitigation is to immediately retire the affected D-Link NAS devices and replace them with supported products that receive regular security updates.
  • Network Segmentation: Isolate affected devices on a segregated network if immediate replacement is not feasible, limiting their exposure to untrusted networks.
  • Access Control: Restrict network access to the administrative interfaces of these devices to only trusted IP addresses or internal networks.
  • Intrusion Prevention Systems (IPS): Implement IPS rules to detect and block suspicious HTTP GET requests targeting `/cgi-bin/nas_sharing.cgi` with unusual 'system' argument values.
How can vulnerable systems be detected?
Vulnerable systems can be detected by identifying D-Link NAS devices on the network, specifically the models: DNS-320L, DNS-325, DNS-327L, and DNS-340L. Given that all versions up to 20240403 are vulnerable and these products are EOL, any active instance of these models is considered vulnerable. Detection can involve:
  • Asset Inventory: Regularly auditing network assets to identify D-Link NAS devices by model number.
  • Network Scanning: Using network scanners to identify devices by manufacturer and model.
  • Firmware Version Check: While specific versions are not specified beyond "up to 20240403", the EOL status means any active device in this product line is at risk.
What are the indicators of compromise (IOCs)?
Indicators of Compromise (IOCs) for this vulnerability may include:
  • Unexpected Processes/Commands: Execution of unusual or unauthorized commands on the D-Link NAS device.
  • Network Anomalies: Outbound connections from the NAS device to unknown or suspicious IP addresses or ports.
  • Unauthorized File Modifications: Creation, modification, or deletion of unexpected files on the device's file system.
  • Suspicious HTTP Logs: Entries in the device's web server logs showing abnormal GET requests to `/cgi-bin/nas_sharing.cgi` with crafted 'system' parameters containing command injection attempts.
  • Resource Utilization Spikes: Sudden and unexplained increases in CPU, memory, or network usage on the NAS device.
  • Presence of Malicious Payloads: Detection of unknown scripts, web shells, or binaries on the device.
Which threat actors are known to exploit this vulnerability?
While the CVE data does not name specific threat actors, it explicitly states that "The exploit has been disclosed to the public and may be used" and "Active exploits have been published to exploit the vulnerability." This indicates that any threat actor with access to public exploit resources could potentially leverage this vulnerability. The ease of exploitation and the critical nature of the flaw suggest a wide range of actors, from opportunistic attackers to more sophisticated groups, may attempt to compromise vulnerable systems.
What public intelligence references and advisories exist?
Public intelligence references and advisories for this vulnerability include:
  • CVE Identifier: CVE-2024-3273
  • VDB Identifier: VDB-259284
  • Public Exploit Disclosure: The exploit for this vulnerability has been disclosed to the public and active exploits have been published.
What is the risk assessment and urgency level?
Risk Assessment: The risk associated with CVE-2024-3273 is assessed as Critical. This is based on its CVSS score of 9.8, which signifies the highest possible severity. The vulnerability allows for unauthenticated remote command injection, leading to full compromise of the affected D-Link NAS devices. The existence of publicly available and active exploits dramatically increases the probability of successful attacks. Compounding this critical risk is the fact that the affected products are End-of-Life (EOL), meaning the vendor will not provide any official patches, leaving vulnerable systems permanently exposed unless replaced.

Urgency Level: The urgency level is rated as Immediate. Organizations owning D-Link DNS-320L, DNS-325, DNS-327L, or DNS-340L devices must take immediate action. Given the critical severity, remote exploitability, and the presence of public exploits for EOL products, these devices represent an extreme security risk and should be isolated from networks or, ideally, retired and replaced without delay.

No IOCs found for this CVE

TitleSoftware LinkDate
D-Link Multiple NAS Devices Command Injection Vulnerabilityhttps://www.cisa.gov/search?g=CVE-2024-32732024-04-11
ThatNotEasy/CVE-2024-3273https://github.com/ThatNotEasy/CVE-2024-32732024-04-10
K3ysTr0K3R/CVE-2024-3273-EXPLOIThttps://github.com/K3ysTr0K3R/CVE-2024-3273-EXPLOIT2024-04-09
nickswink/D-Link-NAS-Devices-Unauthenticated-RCEhttps://github.com/nickswink/D-Link-NAS-Devices-Unauthenticated-RCE2024-04-08
adhikara13/CVE-2024-3273https://github.com/adhikara13/CVE-2024-32732024-04-07
Chocapikk/CVE-2024-3273https://github.com/Chocapikk/CVE-2024-32732024-04-07
SOCRadar Logo

Enhance Your CVE Management with SOCRadar Vulnerability Intelligence

Get comprehensive CVE details, real-time notifications, and proactive threat management all in one platform.

CREATE FREE ACCOUNT
CVE Details
Access comprehensive CVE information instantly
Real-time Tracking
Subscribe to CVEs and get instant updates
Exploit Analysis
Monitor related APT groups and threats
IOC Tracking
Analyze and track CVE-related IOCs
Critical CVE-2024-3273 Authentication Bypass in Nginx UI Actively Exploited – Immediate Patch Required - Rescana
2026-04-16
Critical CVE-2024-3273 Authentication Bypass in Nginx UI Actively Exploited – Immediate Patch Required - Rescana | News Content: Executive Summary A critical authentication bypass vulnerability, tracked as CVE-2024-3273, has been discovered in the Nginx UI web management interface. This flaw is now being actively exploited in the wild, enabling unauthenticated remote attackers to gain administrative access to Nginx UI instances. The vulnerability arises from an unprotected endpoint that allows attackers to execute privileged actions without authentication, leading to full server compromise, configuration manipulation, and potential lateral movement within affected environments. Public proof-of-concept (PoC) code and detailed
cve-2024-3273confignetwork accessservice provider
NoiseLetter March 2026 - GreyNoise
2026-04-03
NoiseLetter March 2026 - GreyNoise | News Content: Events, events… and yes, even more events. 🌍 GreyNoise has been on the move. March kept us busy with stops at eCrimes in London and SecIT in Hanover—but we’re just getting started. Over the next few months, we’ll be hitting the road for CrowdStrike CrowdTours across eight cities, heading to Glasgow to speak and sponsor CyberUK, and making our way to Tampa for H-ISAC. If you’ll be at any of these (or nearby), we’d love to connect. And while we’ve been racking up miles, we haven’t slowed down on the research front. We’ve
google.comrssforumnews
avatar
clearbluejar@clearbluejar
2026-05-06
pyghidra-mcp v0.2.0 is out with new --gui mode. 👀 Your local LLM drives a real Ghidra CodeBrowser, not a plugin. New blog post shows firmware RE of the CVE-2024-3273 RCE chain with Gemma4. https://t.co/8ShfEIraXY
avatar
Loginsoft Threat Intel@Loginsoft_Intel
2026-02-19
Cytellite recent detection targeting CVE-2024-3273 — UAB Host Baltic Visit -- https://t.co/ALOc8RnNEg #Loginsoft #Cytellite #Cybersecurity #CVE20243273 #LOVI #ThreatIntelligence #Infosecurity #AI https://t.co/rBblTl93eZ
avatar
Loginsoft Threat Intel@Loginsoft_Intel
2026-02-19
Cytellite recent detection targeting CVE-2024-3273 — UAB Host Baltic Visit -- https://t.co/ALOc8RnNEg #Loginsoft #Cytellite #Cybersecurity #CVE20243273 #LOVI #ThreatIntelligence #Infosecurity #AI https://t.co/Wanlx2EeGq
avatar
Luis Unlocks@luisunlocks
2025-12-01
92,000 D-Link NAS Devices actively exploiting .No patches available for the vulnerabilities CVE-2024-3272 and CVE-2024-3273. These vulnerabilities are actively exploited by attackers to take remote control of D-Link network-attached storage (NAS) devices. https://t.co/CQjmMPEide https://t.co/y9qrkq1haO
Configuration 1
TypeVendorProduct
OSDlinkdns-320l_firmware
Configuration 2
TypeVendorProduct
OSDlinkdns-120_firmware
Configuration 3
TypeVendorProduct
OSDlinkdnr-202l_firmware
Configuration 4
TypeVendorProduct
OSDlinkdns-315l_firmware
Configuration 5
TypeVendorProduct
OSDlinkdns-320_firmware
Configuration 6
TypeVendorProduct
OSDlinkdns-320lw_firmware
Configuration 7
TypeVendorProduct
OSDlinkdns-321_firmware
Configuration 8
TypeVendorProduct
OSDlinkdnr-322l_firmware
Configuration 9
TypeVendorProduct
OSDlinkdns-323_firmware
Configuration 10
TypeVendorProduct
OSDlinkdns-325_firmware
Configuration 11
TypeVendorProduct
OSDlinkdns-326_firmware
Configuration 12
TypeVendorProduct
OSDlinkdns-327l_firmware
Configuration 13
TypeVendorProduct
OSDlinkdnr-326_firmware
Configuration 14
TypeVendorProduct
OSDlinkdns-340l_firmware
Configuration 15
TypeVendorProduct
OSDlinkdns-343_firmware
Configuration 16
TypeVendorProduct
OSDlinkdns-345_firmware
Configuration 17
TypeVendorProduct
OSDlinkdns-726-4_firmware
Configuration 18
TypeVendorProduct
OSDlinkdns-1100-4_firmware
Configuration 19
TypeVendorProduct
OSDlinkdns-1200-05_firmware
Configuration 20
TypeVendorProduct
OSDlinkdns-1550-04_firmware
ReferenceLink
GITHUBhttps://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
134C704F-9B21-4F2E-91B3-4A467353BCC0https://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
AF854A3A-2127-422B-91AE-364DA2661108https://github.com/netsecfish/dlink
AF854A3A-2127-422B-91AE-364DA2661108https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://github.com/netsecfish/dlink
[email protected]https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://github.com/netsecfish/dlink
[email protected]https://vuldb.com/?ctiid.259284
[email protected]https://vuldb.com/?id.259284
[email protected]https://vuldb.com/?submit.304661
[email protected]https://github.com/netsecfish/dlink
[email protected]https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://vuldb.com/?ctiid.259284
[email protected]https://vuldb.com/?id.259284
[email protected]https://vuldb.com/?submit.304661
[email protected]https://github.com/netsecfish/dlink
[email protected]https://news.ycombinator.com/item?id=39960107
[email protected]https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://vuldb.com/?ctiid.259284
[email protected]https://vuldb.com/?id.259284
[email protected]https://vuldb.com/?submit.304661
SUBMIT #304661 | D-LINK DNS-340L, DNS-320L, DNS-327L, DNS-325 VERSION 1.11, VERSION 1.00.0409.2013, VERSION 1.09, VERSION 1.08, VERSION 1.03.0904.2013, VERSION 1.01 COMMAND INJECTION, BACKDOOR ACCOUNThttps://vuldb.com/?submit.304661
VDB-259284 | CTI INDICATORS (IOB, IOC, TTP, IOA)https://vuldb.com/?ctiid.259284
VDB-259284 | D-LINK DNS-320L/DNS-325/DNS-327L/DNS-340L HTTP GET REQUEST NAS_SHARING.CGI COMMAND INJECTIONhttps://vuldb.com/?id.259284
134C704F-9B21-4F2E-91B3-4A467353BCC0https://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
AF854A3A-2127-422B-91AE-364DA2661108https://github.com/netsecfish/dlink
AF854A3A-2127-422B-91AE-364DA2661108https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
AF854A3A-2127-422B-91AE-364DA2661108https://vuldb.com/?ctiid.259284
AF854A3A-2127-422B-91AE-364DA2661108https://vuldb.com/?id.259284
AF854A3A-2127-422B-91AE-364DA2661108https://vuldb.com/?submit.304661
[email protected]https://github.com/netsecfish/dlink
[email protected]https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://vuldb.com/?ctiid.259284
[email protected]https://vuldb.com/?id.259284
[email protected]https://vuldb.com/?submit.304661
GITHUBhttps://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
SUBMIT #304661 | D-LINK DNS-340L, DNS-320L, DNS-327L, DNS-325 VERSION 1.11, VERSION 1.00.0409.2013, VERSION 1.09, VERSION 1.08, VERSION 1.03.0904.2013, VERSION 1.01 COMMAND INJECTION, BACKDOOR ACCOUNThttps://vuldb.com/?submit.304661
VDB-259284 | D-LINK DNS-320L/DNS-325/DNS-327L/DNS-340L HTTP GET REQUEST NAS_SHARING.CGI COMMAND INJECTIONhttps://vuldb.com/?id.259284
134C704F-9B21-4F2E-91B3-4A467353BCC0https://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
AF854A3A-2127-422B-91AE-364DA2661108https://github.com/netsecfish/dlink
AF854A3A-2127-422B-91AE-364DA2661108https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
AF854A3A-2127-422B-91AE-364DA2661108https://vuldb.com/?id.259284
AF854A3A-2127-422B-91AE-364DA2661108https://vuldb.com/?submit.304661
[email protected]https://github.com/netsecfish/dlink
[email protected]https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10383
[email protected]https://vuldb.com/?id.259284
CWE IDCWE NameDescription
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

CVE Radar

Real-time CVE Intelligence & Vulnerability Management Platform

CVE Radar provides comprehensive vulnerability intelligence by monitoring CVE databases, security advisories, and threat feeds. Get instant updates on new vulnerabilities, exploit details, and mitigation strategies specific to your assets.