제출 #944385: aiyiyi121 SxDevOps 1.1 Use of Hard-coded Cryptographic Key정보

제목aiyiyi121 SxDevOps 1.1 Use of Hard-coded Cryptographic Key
설명SxDevOps hardcodes a Django SECRET_KEY fallback value in sxdevops/settings.py. The key uses the django-insecure- prefix which Django itself flags as insecure, yet it is used as a fallback when the SECRET_KEY environment variable is not set (the default). Vulnerable code in backend/sxdevops/settings.py lines 341-344: SECRET_KEY = os.getenv("SECRET_KEY") or "django-insecure-ag#xxnjm^46$=ye()w$yma8r8oy3&wfq!8_=bm!kwe0e((&y3-" With a known SECRET_KEY, attackers can: 1. Forge signed Django session cookies to assume the identity of any user including superadmin 2. Bypass CSRF protection by generating valid CSRF tokens 3. Generate valid password reset tokens for any user account Impact: Authentication bypass via session forgery, CSRF protection bypass, and password reset abuse — enabling full account takeover without needing valid credentials.
원천⚠️ https://github.com/aiyiyi121/sxdevops/issues/16
사용자
 _lxf (UID 63911)
제출2026. 08. 24. AM 04:51 (27 날 ago)
모더레이션2026. 09. 19. PM 12:15 (26 days later)
상태수락
VulDB 항목407929 [aiyiyi121 SxDevOps 1.0/1.1 Settings settings.py 약한 인증]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!