BETA Shoulder jest w wersji beta — Wyniki mogą czasami być błędne. Twoja opinia kształtuje to, co naprawimy w następnej kolejności. Podziel się opinią
#10 A10:2021

Server-Side Request Forgery

SSRF flaws occur whenever a web application fetches a remote resource without validating the user-supplied URL.

Przeglad

New for 2021. This category represents the scenario where the security community is telling us this is important, even though it's not illustrated in the data at this time.

Jak Atakujacy To Wykorzystuja

Zrozumienie wzorcow atakow pomaga budowac lepsze zabezpieczenia. To sa techniki, ktore zespoly bezpieczenstwa monitoruja.

Internal service access

Attackers use the server to make requests to internal services that are not directly accessible from the internet.

Sygnal wykrywania: Requests to internal IP ranges, localhost, or cloud metadata endpoints

Cloud metadata exploitation

In cloud environments, SSRF can access instance metadata services to obtain credentials or sensitive configuration.

Sygnal wykrywania: Requests to 169.254.169.254 or similar metadata endpoints

Jak Zapobiegac

  • Segment remote resource access functionality in separate networks
  • Enforce URL schema, port, and destination with a positive allowlist
  • Do not send raw responses to clients
  • Disable HTTP redirections
  • Be aware of URL consistency to avoid DNS rebinding attacks

CWE z Wykrywaniem Shoulder (1)

Te CWE maja reguly wykrywania Shoulder. Kliknij, aby zobaczyc konkretne podatnosci i poprawki.