| 제목 | zhistaredu StarTraining 3.8.1 Use of Default Credentials |
|---|
| 설명 | StarTraining 3.8.1 — Unauthenticated Druid monitor console access (ST-VULN-002)
Product: StarTraining 3.8.1
CWE: CWE-306 / CWE-200
Classification: Use of Default Credentials
=== SUMMARY ===
Spring Security permits `/druid/**` anonymously while `statViewServlet` is enabled with empty login-username/password.
=== ROOT CAUSE ===
SecurityConfig `.anonymous()` on `/druid/**`; Druid console credentials unset.
=== REPRODUCTION ===
GET /druid/index.html HTTP/1.1
Host: 127.0.0.1:8900
Connection: close
Expected: HTTP 200 Druid console HTML (SQL stat / datasource info)
=== IMPACT ===
Information disclosure; aids SQLi / lateral movement.
=== FIX ===
Require authentication; set druid login credentials; restrict by IP.
|
|---|
| 원천 | ⚠️ https://github.com/ArrestX/startraining-advisories/blob/main/advisories/ST-VULN-002-druid-console-unauth.md |
|---|
| 사용자 | Vseen (UID 99867) |
|---|
| 제출 | 2026. 08. 03. AM 02:28 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 25. AM 10:57 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 409899 [zhistaredu StarTraining 까지 3.8.1 Druid Console /druid/index.html anonymous 약한 인증] |
|---|
| 포인트들 | 20 |
|---|