जमा करें #925629: PHPGurukul Blood Donor Management System Using CodeIgniter 1.0 Storing Passwords in a Recoverable Formatजानकारी

शीर्षकPHPGurukul Blood Donor Management System Using CodeIgniter 1.0 Storing Passwords in a Recoverable Format
विवरणBlood Donor Management System Using CI stores and processes administrator passwords entirely in plaintext across the authentication lifecycle — login, storage, and password changes. During admin login the raw POST password value is sent directly to the model without any hashing. The login model constructs a WHERE clause comparing the raw password against the database column: $data=array('email'=>$email,'password'=>$password). During password change the current password is compared as plaintext: $currentpassword==$dbcurrentpwd. When updating the password the new password is stored as plaintext: $data=array('password'=>$newpassword). For user accounts, MD5 is applied (md5($this->input->post('password'))), but MD5 is cryptographically broken, unsalted, and trivially crackable via rainbow tables and GPU brute-force. This is in stark contrast to modern standards requiring bcrypt/argon2 with per-password salts.
स्रोत⚠️ https://github.com/usernamevnq/CVEs/issues/3
उपयोगकर्ता
 n4k3r0 (UID 91985)
सबमिशन12/08/2026 10:07 AM (1 महीना पहले)
संयम14/09/2026 07:03 AM (1 month later)
स्थितिस्वीकृत
VulDB प्रविष्टि403394 [PHPGurukul Blood Donor Management System 1.0 Login_Model.php सूचना का प्रकटीकरण]
अंक20

Want to stay up to date on a daily basis?

Enable the mail alert feature now!