[HIGH] Hardcoded password hash committed to repository for rnetadmin user #15
Labels
No labels
area:documentation
area:infrastructure
area:network
area:security
priority:critical
priority:high
priority:low
priority:medium
status:blocked
type:bug
type:deployment
type:enhancement
type:investigation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
reinitialized.net/infrastructure#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Labels:
area:security,priority:high,type:bugDescription
In
modules/profiles/standard.nixline 62, a SHA-512 password hash is committed:Impact
SHA-512 hashes can be cracked offline with modern GPUs. If the password is weak (common word, short, etc.), it can be recovered in hours to days. Combined with passwordless sudo (CRITICAL-003), cracked password = root on all hosts.
Recommended Fix
initialHashedPassword = nulland disable password auth