Authenticated application scans across thousands of webapps with different credentials

Assuming a SOC in a Big Cap company which has >3000 web applications. Web App scans are performed at the moment, but they scratch the surface as scans are unauthenticated.
As

there is no way SSO will be put on all of these apps (utopic… Continue reading Authenticated application scans across thousands of webapps with different credentials

Checking if an arbitrary file exists on the server can be considered Path Traversal?

I ran a SAST Analysis on a project I’m working on and the tool reports the following snippet as a Relative Path Traversal vulnerability (CWE-23):
[Authorize]
[HttpPut("exists")]
public async Task<IActionResult> FileExists([… Continue reading Checking if an arbitrary file exists on the server can be considered Path Traversal?