बीटा Shoulder बीटा में है — परिणाम कभी-कभी गलत हो सकते हैं। आपकी प्रतिक्रिया तय करती है कि हम आगे क्या ठीक करें। प्रतिक्रिया साझा करें
#10 A10:2021

Server-Side Request Forgery

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

अवलोकन

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.

हमलावर इसका शोषण कैसे करते हैं

हमले के पैटर्न समझने से बेहतर सुरक्षा बनाने में मदद मिलती है। ये वे तकनीकें हैं जिन पर सुरक्षा टीमें नज़र रखती हैं।

Internal service access

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

पहचान संकेत: 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.

पहचान संकेत: Requests to 169.254.169.254 or similar metadata endpoints

कैसे रोकें

  • 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

Shoulder पहचान वाले CWE (1)

इन CWE में Shoulder पहचान नियम हैं। विशिष्ट भेद्यताएँ और समाधान देखने के लिए क्लिक करें।