Karan Preet Singh Sasan

Results 98 issues of Karan Preet Singh Sasan

**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

**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