1Panel has an SQL injection issue related to the orderBy clause
Package
Affected versions
< 1.10.12-tls
Patched versions
1.10.12-tls
Description
Published to the GitHub Advisory Database
Jul 18, 2024
Reviewed
Jul 18, 2024
Published by the National Vulnerability Database
Jul 18, 2024
Last updated
Aug 3, 2024
Summary
There are many sql injections in the project, and some of them are not well filtered, leading to arbitrary file writes, and ultimately leading to RCEs.
The proof is as follows
Details (one of them )
PoC
curl 'http://api:30455/api/v1/hosts/command/search' {"page":1,"pageSize":10,"groupID":0,"orderBy":"3","order":"ascending","name":"a"}
for example as picture . just change orderby‘s num we can know How many columns does the data table have.Parameters require strict whitelist filtering
Impact
RCE、data leak.
References