search
HomePHP FrameworkThinkPHPthinkphp6 arbitrary file creation vulnerability reappears

01 Background

QiAnXin recently released a security risk notice for the "arbitrary" file creation vulnerability in ThinkPHP 6.0. In response, DYSRC immediately analyzed the vulnerability and successfully Reproduce the vulnerability.

Vulnerability scope: top-think/framework 6.x

02 Location problem

Based on the creation of arbitrary files and recent commit history, it can be inferred that 1bbe75019 is the patch for this problem. It can be seen that the patch restricts the sessionid to only consist of letters and numbers, which makes the problem more obvious.

thinkphp6 arbitrary file creation vulnerability reappears

03 Principle Analysis

Putting aside the above issues first, let’s take a look at how thinkphp stores sessions.

The system defines the interface thinkcontractSessionHandlerInterface

thinkphp6 arbitrary file creation vulnerability reappears

SessionHandlerInterface::write method is executed when localizing session data, and the system will automatically execute it at the end of each request. implement.

Let’s take a look at how the thinksessiondriverFile class is implemented.

thinkphp6 arbitrary file creation vulnerability reappears

First generate the file name based on $sessID through getFileName, and then writeFile to write the file.

Follow up getFileName and directly concatenate the incoming $sessID as the file name. Since $sessID is controllable, the file name is controllable.

thinkphp6 arbitrary file creation vulnerability reappears

04 Demonstration

At this point in the analysis, the entire vulnerability process is basically clear. The local demonstration results are given below.

thinkphp6 arbitrary file creation vulnerability reappears

php Chinese website, a large number of free thinkphp introductory tutorials, welcome to learn online!

The above is the detailed content of thinkphp6 arbitrary file creation vulnerability reappears. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:斗鱼安全应急响应中心. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.