CVE-2017-8411
Last modified
CVE-2017-8411 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. An issue was discovered on D-Link DCS-1130 devices. The device provides a user with the capability of setting a SMB folder for the video clippings recorded by the device. EPSS estimates a 5.85% chance of exploitation in the next 30 days.
Description
An issue was discovered on D-Link DCS-1130 devices. The device provides a user with the capability of setting a SMB folder for the video clippings recorded by the device. It seems that the POST parameters passed in this request (to test if email credentials and hostname sent to the device work properly) result in being passed as commands to a "system" API in the function and thus result in command injection on the device. If the firmware version is dissected using binwalk tool, we obtain a cramfs-root archive which contains the filesystem set up on the device that contains all the binaries. The library "libmailutils.so" is the one that has the vulnerable function "sub_1FC4" that receives the values sent by the POST request. If we open this binary in IDA-pro we will notice that this follows an ARM little endian format. The function sub_1FC4 in IDA pro is identified to be receiving the values sent in the POST request and the value set in POST parameter "receiver1" is extracted in function "sub_15AC" which is then passed to the vulnerable system API call. The vulnerable library function is accessed in "cgibox" binary at address 0x00023BCC which calls the "Send_mail" function in "libmailutils.so" binary as shown below which results in the vulnerable POST parameter being passed to the library which results in the command injection issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Dlink | Dcs-1130 Firmware | All versions |
References
- http://packetstormsecurity.com/files/153226/Dlink-DCS-1130-Command-Injection-CSRF-Stack-Overflow.htmlThird Party Advisory, VDB Entry
- https://github.com/ethanhunnt/IoT_vulnerabilities/blob/master/Dlink_DCS_1130_security.pdfExploit, Third Party Advisory
- https://seclists.org/bugtraq/2019/Jun/8Mailing List, Third Party Advisory
- http://packetstormsecurity.com/files/153226/Dlink-DCS-1130-Command-Injection-CSRF-Stack-Overflow.htmlThird Party Advisory, VDB Entry
- https://github.com/ethanhunnt/IoT_vulnerabilities/blob/master/Dlink_DCS_1130_security.pdfExploit, Third Party Advisory
- https://seclists.org/bugtraq/2019/Jun/8Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2017-8411?
How severe is CVE-2017-8411?
How do I fix CVE-2017-8411?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2017
- CVE-2017-8405An issue was discovered on D-Link DCS-1130 and DCS-1100 devi…7.5
- CVE-2017-8406An issue was discovered on D-Link DCS-1130 devices. The devi…8.8
- CVE-2017-8407An issue was discovered on D-Link DCS-1130 devices. The devi…8.8
- CVE-2017-8408An issue was discovered on D-Link DCS-1130 devices. The devi…
- CVE-2017-8409An issue was discovered on D-Link DCS-1130 devices. The devi…7.5
- CVE-2017-8410An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…9.8
- CVE-2017-8412An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…8.8
- CVE-2017-8413An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…8.8
- CVE-2017-8414An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…7.8
- CVE-2017-8415An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…9.8
- CVE-2017-8416An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…8.8
- CVE-2017-8417An issue was discovered on D-Link DCS-1100 and DCS-1130 devi…8.8
Are you affected by CVE-2017-8411?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
