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

**Describe the bug** Currently path traversal vulnerability is using query params with Map: https://github.com/SasanLabs/VulnerableApp/blob/master/src/main/java/org/sasanlabs/service/vulnerability/pathTraversal/PathTraversalVulnerability.java#L93-L94 which should be changed to springboot queryparam injection directly.

bug
enhancement
good first issue
Tech-Debt

**Is your feature request related to a problem? Please describe.** Blind SSRF is a very important vulnerability and it is currently not present in Owasp VulnerableApp. A good tutorial video...

enhancement
good first issue
Analysis
Major Requirement

**Is your feature request related to a problem? Please describe.** We have not included the Remote File Inclusion vulnerability in the VulnerableApp. A very good tutorial to follow: https://www.youtube.com/watch?v=MHBoCVvzXzc **Describe...

enhancement
good first issue
Analysis
Major Requirement

**Is your feature request related to a problem? Please describe.** Currently, we have 2 levels for LFI vulnerability but because it is a very common vulnerability and has a lot...

enhancement
good first issue
Major Requirement
User Interface Design

Error logs: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'UnrestrictedFileUpload' defined in URL [jar:file:/Users/ksinghsasa/Learning%20Stuff/Web%20Application%20Proxy%20Tools/Payloads/SasanLabs/VulnerableApp/build/libs/VulnerableApp-1.0.0.jar!/BOOT-INF/classes!/org/sasanlabs/service/vulnerability/fileupload/UnrestrictedFileUpload.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.sasanlabs.service.vulnerability.fileupload.UnrestrictedFileUpload]: Constructor threw exception; nested...

bug
good first issue
Need-To-Look
P0

**Is your feature request related to a problem? Please describe.** Analyse the brute force attack with common passwords for jwt as per the following https://raw.githubusercontent.com/wallarm/jwt-secrets/master/jwt.secrets.list list. Read more on https://lab.wallarm.com/meet-jwt-heartbreaker-a-burp-extension-that-finds-thousands-weak-secrets-automatically/...

enhancement
good first issue
Minor-Enhancement

**Is your feature request related to a problem? Please describe.** Currently we are not having any Unit tests and hence regression is quite tough to handle. This task is an...

enhancement
good first issue
Tech-Debt

**Is your feature request related to a problem? Please describe.** As we have Owasp JuiceShop having how i pwned the juice shop similarly it is better if we have similar...

enhancement
good first issue
Future Goal
Promotion

for now we have supported standalone vulnerabilities but when it comes to vulnerabilities like Session fixation, CSRF etc we need to think more on how can we introduce them in...

enhancement
Framework-changes
Analysis

**Describe the bug** Validate Billion Laugh attack for [XXE vulnerability](https://github.com/SasanLabs/VulnerableApp/blob/master/src/main/java/org/sasanlabs/service/vulnerability/xxe/XXEVulnerability.java). There is some level that can have billion laugh attack but we have not tested it. There is a default...

good first issue
Minor-Enhancement
Need-To-Look