CVE Feed

    Dashboard / CVE

    8.8
    High

    CVE-2017-8407

    Last Modified: 21 Nov 2024

    An issue was discovered on D-Link DCS-1130 devices. The device provides a user with the capability of changing the administrative password for the web management interface. It seems that the device does not implement any cross-site request forgery protection mechanism which allows an attacker to trick a user who is logged in to the web management interface to change the user's password.

    Published: 2 Jul 2019
    7.5
    High

    CVE-2019-7254

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow File Inclusion.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2017-8404

    Last Modified: 21 Nov 2024

    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 0x0008F598 which calls the "mailLoginTest" 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.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2017-8411

    Last Modified: 21 Nov 2024

    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.

    Published: 2 Jul 2019
    6.1
    Medium

    CVE-2019-7255

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow XSS.

    Published: 2 Jul 2019
    10
    Critical

    CVE-2019-7257

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow Unrestricted File Upload.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-7258

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow Privilege Escalation.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-7259

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow Authorization Bypass with Information Disclosure.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7260

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices have Cleartext Credentials in a Database.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7261

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices have Hard-coded Credentials.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-7262

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow Cross-Site Request Forgery (CSRF).

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7263

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices have a Version Control Failure.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7264

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow a Stack-based Buffer Overflow on the ARM platform.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7265

    Last Modified: 21 Nov 2024

    Linear eMerge E3-Series devices allow Remote Code Execution (root access over SSH).

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7266

    Last Modified: 21 Nov 2024

    Linear eMerge 50P/5000P devices allow Authentication Bypass.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7267

    Last Modified: 21 Nov 2024

    Linear eMerge 50P/5000P devices allow Cookie Path Traversal.

    Published: 2 Jul 2019
    10
    Critical

    CVE-2019-7268

    Last Modified: 21 Nov 2024

    Linear eMerge 50P/5000P devices allow Unauthenticated File Upload.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7269

    Last Modified: 21 Nov 2024

    Linear eMerge 50P/5000P devices allow Authenticated Command Injection with root Code Execution.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-7270

    Last Modified: 21 Nov 2024

    Linear eMerge 50P/5000P devices allow Cross-Site Request Forgery (CSRF).

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-12594

    Last Modified: 21 Nov 2024

    DOSBox 0.74-2 has Incorrect Access Control.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2017-8408

    Last Modified: 21 Nov 2024

    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 GET parameters passed in this request (to test if SMB 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 binary "cgibox" is the one that has the vulnerable function "sub_7EAFC" that receives the values sent by the GET request. If we open this binary in IDA-pro we will notice that this follows a ARM little endian format. The function sub_7EAFC in IDA pro is identified to be receiving the values sent in the GET request and the value set in GET parameter "user" is extracted in function sub_7E49C which is then passed to the vulnerable system API call.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13056

    Last Modified: 21 Nov 2024

    An issue was discovered in CyberPanel through 1.8.4. On the user edit page, an attacker can edit the administrator's e-mail and password because of the lack of CSRF protection.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-4292

    Last Modified: 21 Nov 2024

    IBM Security Guardium 10.5 could allow a remote attacker to upload arbitrary files, which could allow the attacker to execute arbitrary code on the vulnerable web server. IBM X-Force ID: 160698.

    Published: 2 Jul 2019
    5.3
    Medium

    CVE-2019-4260

    Last Modified: 21 Nov 2024

    IBM Daeja ViewONE Professional, Standard & Virtual 5.0 through 5.0.5 could allow an unauthorized user to download server files resulting in sensitive information disclosure. IBM X-Force ID: 160012.

    Published: 2 Jul 2019
    7.1
    High

    CVE-2019-4140

    Last Modified: 21 Nov 2024

    IBM Tivoli Storage Manager Server (IBM Spectrum Protect 7.1 and 8.1) could allow a local user to replace existing databases by restoring old data. IBM X-Force ID: 158336.

    Published: 2 Jul 2019
    6.1
    Medium

    CVE-2019-4134

    Last Modified: 21 Nov 2024

    IBM Planning Analytics 2.0 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 158281.

    Published: 2 Jul 2019
    5.3
    Medium

    CVE-2019-4129

    Last Modified: 21 Nov 2024

    IBM Spectrum Protect Operations Center 7.1 and 8.1 could allow a remote attacker to obtain sensitive information, caused by an error message containing a stack trace. By creating an error with a stack trace, an attacker could exploit this vulnerability to potentially obtain details on the Operations Center architecture. IBM X-Force ID: 158279.

    Published: 2 Jul 2019
    7.8
    High

    CVE-2019-4088

    Last Modified: 21 Nov 2024

    IBM Spectrum Protect Servers 7.1 and 8.1 and Storage Agents could allow a local attacker to gain elevated privileges on the system, caused by loading a specially crafted library loaded by the dsmqsan module. By setting up such a library, a local attacker could exploit this vulnerability to gain root privileges on the vulnerable system. IBM X-Force ID: 157511.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-4087

    Last Modified: 21 Nov 2024

    IBM Spectrum Protect Servers 7.1 and 8.1 and Storage Agents are vulnerable to a stack-based buffer overflow, caused by improper bounds checking by servers and storage agents in response to specifically crafted communication exchanges. By sending an overly long request, a remote attacker could overflow a buffer and execute arbitrary code on the system with instance id privileges or cause the server or storage agent to crash. IBM X-Force ID: 157510.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13155

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the IP Address in Add Virtual Server.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13154

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the TCP Ports To Open in Add Gaming Rule.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13153

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the Private Port in Add Virtual Server.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13152

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the IP Address in Add Gaming Rule.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13151

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the action set_sta_enrollee_pin_5g and the key wps_sta_enrollee_pin.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13150

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication). The command injection exists in the key ip_addr.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13149

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the key passwd in Routing RIP Settings.

    Published: 2 Jul 2019
    8.8
    High

    CVE-2019-13148

    Last Modified: 21 Nov 2024

    An issue was discovered in TRENDnet TEW-827DRU firmware before 2.05B11. There is a command injection in apply.cgi (exploitable with authentication) via the UDP Ports To Open in Add Gaming Rule.

    Published: 2 Jul 2019
    9.8
    Critical

    CVE-2019-7256

    Last Modified: 6 Nov 2025

    Linear eMerge E3-Series devices allow Command Injections.

    Published: 2 Jul 2019
    3.2
    Low

    CVE-2019-10183

    Last Modified: 21 Nov 2024

    Virt-install(1) utility used to provision new virtual machines has introduced an option '--unattended' to create VMs without user interaction. This option accepts guest VM password as command line arguments, thus leaking them to others users on the system via process listing. It was introduced recently in the virt-manager v2.2.0 release.

    Published: 2 Jul 2019
    3.3
    Low

    CVE-2019-13232

    Last Modified: 21 Nov 2024

    Info-ZIP UnZip 6.0 mishandles the overlapping of files inside a ZIP container, leading to denial of service (resource consumption), aka a "better zip bomb" issue.

    Published: 2 Jul 2019
    7.8
    High

    CVE-2019-9703

    Last Modified: 21 Nov 2024

    Symantec Endpoint Encryption, prior to SEE 11.3.0, may be susceptible to a privilege escalation vulnerability, which is a type of issue that allows a user to gain elevated access to resources that are normally protected at lower access levels.

    Published: 1 Jul 2019
    7.8
    High

    CVE-2019-9702

    Last Modified: 21 Nov 2024

    Symantec Endpoint Encryption, prior to SEE 11.3.0, may be susceptible to a privilege escalation vulnerability, which is a type of issue that allows a user to gain elevated access to resources that are normally protected at lower access levels.

    Published: 1 Jul 2019
    8.8
    High

    CVE-2019-6642

    Last Modified: 21 Nov 2024

    In BIG-IP 15.0.0, 14.0.0-14.1.0.5, 13.0.0-13.1.1.5, 12.1.0-12.1.4.2, and 11.5.2-11.6.4, BIG-IQ 6.0.0-6.1.0 and 5.1.0-5.4.0, iWorkflow 2.3.0, and Enterprise Manager 3.1.1, authenticated users with the ability to upload files (via scp, for example) can escalate their privileges to allow root shell access from within the TMOS Shell (tmsh) interface. The tmsh interface allows users to execute a secondary program via tools like sftp or scp.

    Published: 1 Jul 2019
    9.8
    Critical

    CVE-2019-5497

    Last Modified: 21 Nov 2024

    NetApp AFF A700s Baseboard Management Controller (BMC) firmware versions 1.22 and higher were shipped with a default account enabled that could allow unauthorized arbitrary command execution.

    Published: 1 Jul 2019
    9.8
    Critical

    CVE-2019-7271

    Last Modified: 21 Nov 2024

    Nortek Linear eMerge 50P/5000P devices have Default Credentials.

    Published: 1 Jul 2019
    5.3
    Medium

    CVE-2019-7272

    Last Modified: 21 Nov 2024

    Optergy Proton/Enterprise devices allow Username Disclosure.

    Published: 1 Jul 2019
    8.8
    High

    CVE-2019-7273

    Last Modified: 21 Nov 2024

    Optergy Proton/Enterprise devices allow Cross-Site Request Forgery (CSRF).

    Published: 1 Jul 2019
    9.8
    Critical

    CVE-2019-10979

    Last Modified: 21 Nov 2024

    SICK MSC800 all versions prior to Version 4.0, the affected firmware versions contain a hard-coded customer account password.

    Published: 1 Jul 2019
    9.8
    Critical

    CVE-2019-7274

    Last Modified: 21 Nov 2024

    Optergy Proton/Enterprise devices allow Authenticated File Upload with Code Execution as root.

    Published: 1 Jul 2019
    6.1
    Medium

    CVE-2019-7275

    Last Modified: 21 Nov 2024

    Optergy Proton/Enterprise devices allow Open Redirect.

    Published: 1 Jul 2019