This vulnerability allows an attacker to execute arbitrary code on the target LG NAS device without authentication. This is achieved by sending a specially crafted POST request to the login_check.php page, which contains a malicious command in the password field. This command is then executed by the vulnerable code, allowing the attacker to gain remote access to the device.
Charles Proxy is a great mac application for debugging web services and inspecting SSL traffic for any application on your machine. In order to inspect the SSL traffic it needs to configure the system to use a proxy so that it can capture the packets and use its custom root CA to decode the SSL. Setting a system-wide proxy requires root permissions so this is handled by an suid binary located within the Charles application folder. Unfortunately this binary is vulnerable to a race condition which allows a local user to spawn a root shell. It supports a parameter '--self-repair' which it uses to re-set the root+suid permissions on itself, with a graphical dialog shown to the user. However if this is called when the binary is already root+suid then no password dialog is shown. It doesn't validate the path to itself and uses a simple API call to get the path to the binary at the time it was invoked. This means that between executing the binary and reaching the code path where root+suid is set there is enough time to replace the path to the binary with an alternate payload which will then receive the suid+root permissions instead of the Charles binary.
Insecure handling of permissions in the backup function allows attackers to read sensitive files (outside of their permissions) via a symlink to a fake database file.
Responsive Filemanager version 9.13.1 is vulnerable to Server-Side Request Forgery (SSRF). An attacker can exploit this vulnerability to access sensitive information from the server or to perform malicious activities. The vulnerability exists due to the lack of proper validation of user-supplied input in the 'url' parameter of the 'upload.php' script. An attacker can send a specially crafted request to the vulnerable script and execute arbitrary code on the server.
A denial of service vulnerability exists in ipPulse 1.92 when a maliciously crafted input is sent to the 'IP Address/HostName-Comment' field, resulting in a crash. An attacker can leverage this vulnerability to cause a denial of service condition.
This module exploits an auth bypass in .srv functionality and a command injection in parhand to execute code as the root user.
A heap overflow vulnerability exists in Skia when drawing paths with antialiasing turned off. This issue can be triggered in both Google Chrome and Mozilla Firefox by rendering a specially crafted SVG image. The vulnerability is caused by precision errors when drawing cubic splines, which can result in the fCDx value being too small and propagated to the fX value, resulting in a heap overflow.
A command injection vulnerability was found in the web administration console. In particular, snserv script did not sanitize some input parameters before executing a system command.
NetScanTools Basic Edition 2.5 is vulnerable to a denial of service attack when a maliciously crafted string is sent as the 'Hostname' parameter. This causes the application to crash when the 'Ping' button is clicked.
A denial of service vulnerability exists in Core FTP Server version 2.0, build 653, 32-bit. An attacker can send a malicious XRMD request to the server, causing it to crash. This exploit will work for any user, not just anonymous.