Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Lordtittis

#21114of 53,633
11.8Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2011-1720
7.5
2011-03-23
S Cms · S-Cms · CVE-2010-4771
**Name of the Vulnerable Software and Affected Versions** S-CMS version 2.5 **Description** The issue allows remote attackers to execute arbitrary SQL commands. This is achieved by exploiting a SQL injection vulnerability in the viewforum.php file via the `id` parameter. **Recommendations** For S-CMS version 2.5, consider restricting access to the viewforum.php file until a patch is available. As a temporary workaround, avoid using the `id` parameter in the affected file to minimize the risk of exploitation.
PT-2011-1721
4.3
2011-03-23
S Cms · S-Cms · CVE-2010-4772
**Name of the Vulnerable Software and Affected Versions** S-CMS version 2.5 **Description** A cross-site scripting (XSS) issue allows remote attackers to inject arbitrary web script or HTML via the `id` parameter to "viewforum.php". This enables attackers to execute malicious scripts on the victim's browser. **Recommendations** For S-CMS version 2.5, update the blocks/lang.php file to properly sanitize the `id` parameter in viewforum.php to prevent XSS attacks. As a temporary workaround, consider restricting access to the viewforum.php endpoint until a patch is available.