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

Remove use of hard coded secrets #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rastating
Copy link

Description
This pull request fixes a security issue by removing the hard coded cookie and session secrets. This change will instead make the application fetch them from the DEDOS_WEB_COOKIE_SECRET and DEDOS_WEB_SESSION_SECRET environment variables.

By using a hard coded secret, a would-be attacker could manipulate the cookie data and re-sign it using the same secret - potentially leading to an authentication bypass and privilege escalation.

Vulnerability Classification
CWE-259: Use of Hard-coded Password
CWE-302: Authentication Bypass by Assumed-Immutable Data

CVE-ID
CVE-2018-10813

CVSS v3 Score
6.5 (Medium)

CVSS v3 Vector
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

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

Successfully merging this pull request may close these issues.

1 participant