COPS-IITBHU / COPS-IITBHU/BugHunt-COPS-Week

Password Security Vulnerability (Day 1-2)

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- Plain text password storage with no security hashing
- Direct string comparison in authentication
- Credentials stored in localStorage with Missing password complexity validation

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the authentication code and every place credentials are stored or compared. The issue calls out plaintext passwords, direct string comparison, localStorage credentials, and missing complexity validation; done should mean these security problems are addressed and the authentication flow still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
authentication, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.