You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log_Forging issue exists @ LabelService.java in branch main
Method fetchLabels at line 81 of /webgoat-container/src/main/java/org/owasp/webgoat/service/LabelService.java gets user input from element lang. This element’s value flows through the code without being properly sanitized or validated, and is eventually used in writing an audit log in fetchLabels at line 85 of /webgoat-container/src/main/java/org/owasp/webgoat/service/LabelService.java.