YMsoradlsite--空密码后台 → SQLite 落地 Webshell → 内核 CVE-2026-31431 root 中发帖

看看主站是什么 
Your site is working normally! Access data at /data, or new site at /new

没发现端倪,附件只给了个docker,去看看
RUN cd /var/www/html && \
rm -rf ./* && \
git clone --depth=1 https://github.com/mnihyc/dlsite.git . && \
touch index.html && \
sed -i '9 i Your site is working normally! Access data at /data, or new site at /new' dl/index.html &...