Advertisement






phpBB 3.0.12 CSRF ucp_pm_options

CVE Category Price Severity
CWE-352 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2015-02-01
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2015020005

Below is a copy:

Correctly validate the ucp_pm_options form key.

phpBB/includes/ucp/ucp_pm_options.php View
 @@ -29,7 +29,11 @@ function message_options($id, $mode, $global_privmsgs_rules, $global_rule_condit
 // Change "full folder" setting - what to do if folder is full
 if (isset($_POST['fullfolder']))
 {
-check_form_key('ucp_pm_options', $config['form_token_lifetime'], $redirect_url);
+if (!check_form_key('ucp_pm_options'))
+{
+trigger_error('FORM_INVALID');
+}
+
 $full_action = request_var('full_action', 0);
 
 $set_folder_id = 0;

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum