VYPR
High severityNVD Advisory· Published Aug 22, 2022· Updated Aug 3, 2024

Weak Password Requirements in notrinos/notrinoserp

CVE-2022-2927

Description

Weak Password Requirements in GitHub repository notrinos/notrinoserp prior to 0.7.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
notrinos/notrinos-erpPackagist
< 0.70.7

Affected products

1

Patches

1
e61e76b44c6a

added password validation for adding new user.

https://github.com/notrinos/notrinoserpnotrinosAug 22, 2022via ghsa
1 file changed · +1 1
  • admin/users.php+1 1 modified
    @@ -31,7 +31,7 @@ function can_process($new) {
     		set_focus('user_id');
     		return false;
     	}
    -	if (!$new && ($_POST['password'] != '')) {
    +	if ($new || (!$new && ($_POST['password'] != ''))) {
     		if (strlen($_POST['password']) < 4) {
     			display_error( _('The password entered must be at least 4 characters long.'));
     			set_focus('password');
    

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

4

News mentions

0

No linked articles in our index yet.