You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about this for a bit.
SSRF is nested under the Broken Access Control category.
While SSRF can result from Broken Access Controls, it's not the not common cause of this vulnerability. The most common causes I've seen are the result of inadequate input validation and sanitization. Sometimes there are no issues with access controls.
I'm wondering if anyone else thinks SSRF should be it's own top-level category, similar to XSS?
The text was updated successfully, but these errors were encountered:
I've been thinking about this for a bit.
SSRF is nested under the Broken Access Control category.
While SSRF can result from Broken Access Controls, it's not the not common cause of this vulnerability. The most common causes I've seen are the result of inadequate input validation and sanitization. Sometimes there are no issues with access controls.
I'm wondering if anyone else thinks SSRF should be it's own top-level category, similar to XSS?
The text was updated successfully, but these errors were encountered: