213 matches found
Privilege Escalation
craftcms/cms is vulnerable to privilege escalation. The vulnerability exists because it does not validate the original user's password and expects impersonated user's password...
Cross-site Scripting (XSS)
craftcms/cms is vulnerable to cross-site scripting XSS attacks. The library does not properly validate feed Url fields, allowing a malicious user to inject and execute arbitrary web script...
Denial Of Service (DoS)
craftcms/cms is susceptible to denial of service DoS attacks. Attackers can send password strings with no maximum length limitation, causing the server to perform a complicated hashing algorithm on a long string and hanging the server...
Cross-Site Scripting (XSS)
craftcms/cms is susceptible to cross-site scripting XSS attacks. These attacks exist because the application displays the first name, last name and user name on the user index and user edit pages without properly encoding them...
Cross-Site Scripting (XSS)
craftcms/cms is vulnerable to cross-site scripting XSS attacks. The library does not assign the X-Content-Type-Option option to the nosniff header for all CP requests, allowing a malicious user to conduct cross-site scripting through IE/AJAX requests...
Cross-Site Scripting (XSS)
craftcms/cms is vulnerable to cross-site scripting XSS attacks. The attacks exist because exception messages are not encoded to prevent from XSS attacks...
Timing Attack
craftcms/cms is vulnerable to timing attack. The application uses the strcmp function that compares hashes in non-constant time, allowing an attacker to use the timing of the request to progressively identify the current PHP session id...
Information Disclosure
craftcms/cms is vulnerable to information disclosure. The application does not ensure that the path passed is safe, allowing a malicious user to have access to any file in the craft/app directory...
Cross-site Scripting (XSS)
craftcms/cms is vulnerable to cross-site scripting XSS attacks. The library is does not restrict direct access to the TemplateController, allowing a malicious user to inject and execute arbitrary web script...
Cross-site Scripting (XSS)
craftcms/cms is vulnerable to cross-site scripting XSS attacks. The library does not properly encode HTML in the control panel, allowing a malicious user to inject and execute arbitrary webscript...
Information Disclosure
craftcms/cms is vulnerable to information disclosure. A malicious user can use the redirect URL parameter in src/controllers/BaseController.php to display arbitrary sensitive information...