269 matches found
Sql injection
ImpressCMS before 1.4.3 allows include/findusers.php groups SQL Injection...
Design/Logic Flaw
ImpressCMS before 1.4.3 has Incorrect Access Control because include/findusers.php allows access by unauthenticated attackers who are, by design, able to have a security token...
CVE-2021-26601
ImpressCMS before 1.4.3 allows libraries/image-editor/image-edit.php imagetemp Directory Traversal...
CVE-2021-26601
ImpressCMS prior to 1.4.3 contains a directory traversal flaw in libraries/image-editor/image-edit.php via the image_temp parameter. Multiple connected sources (RH/CVE-2021-26601, GHSA-4Q96-9F63-P7JJ, OSV, CNVD) confirm a path traversal vulnerability affecting this script. Reported impact include...
CVE-2021-26600
ImpressCMS before 1.4.3 has plugins/preloads/autologin.php type confusion with resultant Authentication Bypass != instead of !==...
CVE-2021-26600
ImpressCMS contains a type confusion in plugins/preloads/autologin.php that leads to Authentication Bypass for versions prior to 1.4.3. The vulnerability is evidenced by multiple sources (GHSA/OSV/NVD entries) describing an authentication bypass via the autologin path, with affected versions list...
CVE-2021-26599
ImpressCMS
CVE-2021-26599
ImpressCMS before 1.4.3 allows include/findusers.php groups SQL Injection...
CVE-2021-26598
ImpressCMS
CVE-2021-26598
ImpressCMS before 1.4.3 has Incorrect Access Control because include/findusers.php allows access by unauthenticated attackers who are, by design, able to have a security token...
PT-2022-9761 · Unknown · Impresscms
Name of the Vulnerable Software and Affected Versions: ImpressCMS versions prior to 1.4.3 Description: The issue allows for SQL Injection in the include/findusers.php groups. There is a remote code execution exploit. Recommendations: For versions prior to 1.4.3, update to version 1.4.3 or later t...
ImpressCMS path traversal vulnerability
ImpressCMS is a MySQL-based, modular content management system CMS. The system includes modules for press releases, forums, and photo albums. ImpressCMS is vulnerable to a path traversal vulnerability that can be exploited by an authenticated attacker to delete arbitrary files on the system by...
ImpressCMS SQL Injection Vulnerability (CNVD-2022-30802)
ImpressCMS is a MySQL-based, modular content management system CMS. The system includes modules for press releases, forums, and photo albums. ImpressCMS is vulnerable to a SQL injection vulnerability that stems from insufficient cleaning of user data passed in the groupps parameter of the...
ImpressCMS licensing issue vulnerability
ImpressCMS is a MySQL-based, modular content management system CMS. The system includes modules for press releases, forums, and photo albums. ImpressCMS is vulnerable to an authorization issue that could be exploited by an attacker to bypass the authentication process and gain unauthorized access...
ImpressCMS Access Control Error Vulnerability
ImpressCMS is a MySQL-based, modular content management system CMS. The system includes modules for press releases, forums, and photo albums. ImpressCMS is vulnerable to an access control error that could be exploited by remote attackers to bypass implemented security restrictions and obtain...
ImpressCMS 1.4.2 Remote Code Execution
?php / ---------------------------------------------------------- ImpressCMS = 1.4.2 SQL Injection to Remote Code Execution ---------------------------------------------------------- author..............: Egidio Romano aka EgiX mail................: n0b0d13satgmaildotcom software link.......:...
ImpressCMS 1.4.2 Path Traversal Vulnerability
----------------------------------------------------------------- ImpressCMS getVar 'imagename' 162. if @unlink ICMSIMANAGERFOLDERPATH . '/temp/' . $simagetemp 163. $msg = MDAMDBUPDATED; ... 190. else 191. if copy ICMSIMANAGERFOLDERPATH . '/temp/' . $simagetemp, $categpath . $imgname 192. @unlink...
ImpressCMS 1.4.2 Authentication Bypass Vulnerability
----------------------------------------------------------------------- ImpressCMS stripSlashesGPC$autologinName; 46. $pass = $myts-stripSlashesGPC$autologinPass; 47. if empty$uname || isnumeric$pass 48. $user = false ; 49. else 50. // V3 51. $uname4sql = addslashes$uname; 52. $criteria = new...
ImpressCMS 1.4.2 Incorrect Access Control Vulnerability
-------------------------------------------------------------------------- ImpressCMS validateToken$REQUEST'token', false 22. $denied = false; 23. 24. elseif isobjecticms::$user && icms::$user-isAdmin 25. $denied = false; 26. 27. if $denied 28. icmscoreMessage::errorNOPERM; 29. exit; 30. This...
ImpressCMS 1.4.2 SQL Injection Vulnerability
--------------------------------------------------------------- ImpressCMS getUserCountByGroupLink@$POST"groups", $criteria; 282. 283. $validsort = array"uname", "email", "lastlogin", "userregdate", "posts"; 284. $sort = !inarray$POST'usersort', $validsort ? "uname" : $POST'usersort'; 285. $order...