This website uses cookies

To provide the highest level of service we use cookies on this site.
Your continued use of the site means that you agree to their use in accordance with our terms and conditions.

Pentest Chronicles

CVE-2025-8890 Authenticated RCE in SDMC NE6037 router

Grzegorz Bronka

December 19, 2025

Introduction When testing connectivity of the SDMC NE6037 router inputting a quote character into the "ping" utility revealed an error indicating a Remote Code Execution (RCE) vulnerability.

It is quite common to find RCE vulnerabilities in routers’ connectivity tools (such as ping or traceroute). The user-supplied parameters are passed without sanitization as a parameter to a shell command. This was confirmed to be the root cause in this instance. Affected versions Before version 7.1.12.2.44. Prerequisites • Local network access to the router.
• Valid administrator credentials.
PoC 1. Log in to the router’s HTTP interface.
2. Navigate to Diagnostic Tools. Both Ping and Traceroute utilities are vulnerable.
3. In the target address field, input the following payload: Any command on the router can be executed as follows:
• The command must start with a single quote, vertical bar, and another single quote: '|'
• Every space in the command must be enclosed in two single quotes: ' '

For example: Becomes: Example output: Example of pwd command injection: The whoami command returned root as the user. Conclusion The identified vulnerability permits an authenticated attacker to execute arbitrary commands with root privileges. This enables attacks such as network traffic interception or unauthorized access to sensitive router configuration data.



Next Pentest Chronicles

When Usernames Become Passwords: A Real-World Case Study of Weak Password Practices

Michał WNękowicz

9 June 2023

In today's world, ensuring the security of our accounts is more crucial than ever. Just as keys protect the doors to our homes, passwords serve as the first line of defense for our data and assets. It's easy to assume that technical individuals, such as developers and IT professionals, always use strong, unique passwords to keep ...

SOCMINT – or rather OSINT of social media

Tomasz Turba

October 15 2022

SOCMINT is the process of gathering and analyzing the information collected from various social networks, channels and communication groups in order to track down an object, gather as much partial data as possible, and potentially to understand its operation. All this in order to analyze the collected information and to achieve that goal by making …

PyScript – or rather Python in your browser + what can be done with it?

michał bentkowski

10 september 2022

PyScript – or rather Python in your browser + what can be done with it? A few days ago, the Anaconda project announced the PyScript framework, which allows Python code to be executed directly in the browser. Additionally, it also covers its integration with HTML and JS code. An execution of the Python code in …

Any questions?

Happy to get a call or email
and help!