Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smartmin has a universal password #69

Open
hmx222 opened this issue Dec 2, 2024 · 0 comments
Open

Smartmin has a universal password #69

hmx222 opened this issue Dec 2, 2024 · 0 comments

Comments

@hmx222
Copy link

hmx222 commented Dec 2, 2024

Smartmin has a universal password

Download the latest file

Download the latest source code on GitHub

Find the universal password

In net.lab1024.sa.admin.module.system.login.serviceUnderLoginService#getLoginResult:

//Universal password login, no need to set mandatory password change
String loginIdByToken = (String) StpUtil.getLoginIdByToken(token);
if (loginIdByToken != null && loginIdByToken.startsWith(SUPER_PASSWORD_LOGIN_ID_PREFIX)) {
loginResultVO.setNeedUpdatePwdFlag(false);
}

The password can be debugged through debugging, which involves security issues and is temporarily not publicly available.

Repair suggestions

Just delete the above code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant