dimihycks / WebGoat

WebGoat is a deliberately insecure application
https://owasp.org/www-project-webgoat/
Other
0 stars 0 forks source link

CX Deserialization_of_Untrusted_Data @ src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/VulnerableComponentsLesson.java [main] #22

Closed dimihycks closed 1 year ago

dimihycks commented 1 year ago

Deserialization_of_Untrusted_Data issue exists @ src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/VulnerableComponentsLesson.java in branch main

The serialized object payload processed in completed in the file src\main\java\org\owasp\webgoat\lessons\vulnerablecomponents\VulnerableComponentsLesson.java at line 40 is deserialized by fromXML in the file src\main\java\org\owasp\webgoat\lessons\vulnerablecomponents\VulnerableComponentsLesson.java at line 57.Similarity ID: -1346410211

Severity: High

CWE:502

Vulnerability details and guidance

Checkmarx

Training Recommended Fix

Lines: 40


Code (Line #40):

public @ResponseBody AttackResult completed(@RequestParam String payload) {

dimihycks commented 1 year ago

Issue still exists.