Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

ZZCMS v8.3 SQL injection in /user/jobmanage.php via bigclass parameter

CMS version

zzcms 8.3 Download link:http://www.zzcms.net/about/6.htm

Vulnerability location

By default, the ZZCMS framework performs security filtering on the $_GET request and the $_POST request parameter via the addslashes() function. But /user/jobmanage.php in line 42-47,the parameter bigclass comes from $_REQUEST function that can bypass ZZCMS security filtering lead to SQL injection.

Vulnerability trigger condition

Trigger the SQL injection vulnerability when a user logs in and visit the user/jobmanage.php

POC