Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code injection caused by arbitrary file editing vulnerability in taocms3.0.2 #28

Open
debug601 opened this issue Feb 19, 2022 · 0 comments

Comments

@debug601
Copy link

We click on file management to go to the management location of the website and directory.

image

Click to edit the .htaccess file and add a line at the end, 'AddType application/x-httpd-php.php3', click Save.

The function of the statement 'AddType application/x-httpd-php .php3' is to execute all files with the .php3 suffix as .php files.

image

We create a 1.php3 file and write''to 1.php3.

image

image

Visit the 1.php3 file in the directory of the website and find that it has been executed successfully. It's really great.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant