sonatype-nexus-community / codetocloud-workshop

Other
1 stars 8 forks source link

Userform issue #51

Closed VashuC closed 11 months ago

VashuC commented 1 year ago

Summary

Password seems to be hard coded and would be visible. Code would need either scramble it or encrypt any password sent out to auth service.

Details

/workspaces/codetocloud-workshop/src/main/java/org/owasp/webgoat/container/users/UserForm.java Code looks to have the password as plain text

PoC

Cookies would have text visible as plain text.

Impact

Any new user and existing user signing in.