←back to thread

117 points nan60 | 2 comments | | HN request time: 1.106s | source
Show context
bsuvc ◴[] No.44537604[source]
It sounds like there were two separate problems:

The first was that 123456 was the credentials for the admin panel.

The second was an insecure direct object reference, where the lead_id querystring parameter can be changed on an API call to retrieve another applicant's data.

replies(3): >>44537968 #>>44538121 #>>44538299 #
1. Natsu ◴[] No.44538121[source]
123456 was both the username & password, they were hit by CWE-1392 because someone failed to change the default credentials.
replies(1): >>44538307 #
2. thaumasiotes ◴[] No.44538307[source]
The writeup never claimed that 123456:123456 were default credentials?