VulnerableApp icon indicating copy to clipboard operation
VulnerableApp copied to clipboard

OWASP VulnerableApp Project: For Security Enthusiasts by Security Enthusiasts.

Results 92 VulnerableApp issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** Currently Owasp VulnerableApp is incubator project and as we have progressed well and also integrated in Owasp ZAP's weekly build...

documentation
good first issue
Lab Project

Hi!, I was working on the issue https://github.com/SasanLabs/VulnerableApp/issues/347. I fixed most of the blocker and critical sonar issues. I have run a sonarlint job for Java in IDE and checked...

**Is your feature request related to a problem? Please describe.** As we have done the Sonar integration with VulnerableApp in PR: https://github.com/SasanLabs/VulnerableApp/pull/321, so now we need to: 1. Analyze the...

enhancement
Framework-changes
Analysis
Major Requirement

**Is your feature request related to a problem? Please describe.** While i was creating a new Vulnerability level for Persistent XSS which is based on PathParam instead of QueryParam from...

enhancement
good first issue
Framework-changes
Analysis
Minor-Enhancement
P0

**Describe the bug** As we are reading a file in https://github.com/SasanLabs/VulnerableApp/blob/master/src/main/java/org/sasanlabs/service/vulnerability/fileupload/PreflightController.java class which we have uploaded at Level_8 of unrestricted file upload vulnerability (as shown below) and it seems like...

bug
help wanted
good first issue
Minor-Enhancement
Need-To-Look
HacktoberFest

**Is your feature request related to a problem? Please describe.** Currently VulnerableApp doesn't contain any session related vulnerabilities however, backend and frontend frameworks can now support it so in this...

enhancement
good first issue
Analysis
Major Requirement
HacktoberFest

**Is your feature request related to a problem? Please describe.** SAST tools like SonarSource, want to evaluate their accuracy and improvements in finding security vulnerabilities. Now as the VulnerableApp is...

enhancement
good first issue
design-document
Framework-changes
Analysis

**Is your feature request related to a problem? Please describe.** Currently, we are not having a way to know if there is any breaking change between various releases. Like say,...

enhancement
good first issue
design-document
Framework-changes
Analysis
Thinking New

**Describe the enhancement ** Path Traversal Vulnerability doesn't have a secure implementation so we need to add the Secure implementation. This vulnerability, we need to also validate other levels for...

enhancement
good first issue

**Describe the bug** There are few levels in Http3xxStatusCodeBasedInjection Vulnerability which are a secure implementation so we need to add the Secure variant to the Annotation. This bug also includes...

bug
good first issue
Need-To-Look