-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Description
Summary
Druid credential is hardcoded, when user uses the default credential or it is leaked, which can lead to allow attacker gather sensitive operation information.
Details
- eladmin-system\src\main\resources\config\application-prod.yml
stat-view-servlet:
allow:
enabled: true
# 控制台管理用户名和密码
url-pattern: /druid/*
reset-enable: false
login-username: admin
login-password: 123456
POC
http://127.0.0.1:8000/druid/login.html

Impact
when user uses the default credential or it is leaked, which can lead to allow attacker gather sensitive operation information.
Metadata
Metadata
Assignees
Labels
No labels