Unknown · Native-Php-Cms · CVE-2021-36503
**Name of the Vulnerable Software and Affected Versions**
native-php-cms version 1.0
**Description**
The issue allows remote attackers to execute arbitrary SQL commands. This is achieved by exploiting the `cat` parameter in the `/list.php` file, enabling attackers to inject malicious SQL code.
**Recommendations**
For native-php-cms version 1.0, consider restricting access to the `/list.php` file or validating and sanitizing the `cat` parameter to prevent SQL injection attacks. As a temporary workaround, avoid using the `cat` parameter in the affected API endpoint until the issue is resolved.