Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-3152: Security fixes · PHPFusion/PHPFusion@57c96d4

Unverified Password Change in GitHub repository phpfusion/phpfusion prior to 9.10.20.

CVE
#git#php

@@ -666,15 +666,12 @@ public function saveUpdate() {

// hidden input tamper check - user_hash must not be changed.

// id request spoofing request

$a_check = ($this->userData[“user_password”] != sanitizer("user_hash", "", “user_hash”));

$b_check = ($this->userData[‘user_id’] != fusion_get_userdata(‘user_id’));

// for admin with sufficient rights, skip all these formats

if (iADMIN && checkrights(“M”)) {

$a_check = FALSE;

$b_check = FALSE;

}

if ($a_check or $b_check) {

fusion_stop();

if (!(iADMIN && checkrights(‘M’)) ||

($this->userData[‘user_password’] != sanitizer("user_hash", "", “user_hash”)) ||

($this->data[‘user_id’] != fusion_get_userdata(‘user_id’))) {

fusion_stop($locale[‘error_request’]);

return FALSE;

}

// check for password match

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907