Skip to content

Druid credentials hardcoded vulnerability #883

@NinjaGPT

Description

@NinjaGPT

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

Image

Impact

when user uses the default credential or it is leaked, which can lead to allow attacker gather sensitive operation information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions