Vulnerabilities/

Possible Server-Side Request Forgery

Severity:
High

Description

A Possible Server-Side Request Forgery (SSRF) vulnerability occurs when a server appears to make outbound requests based on user-supplied input. Indicators such as response delays or unusual behavior suggest the server may be attempting to access internal or external resources.

Recommendation

To reduce the risk of SSRF, validate and restrict all outbound requests to trusted destinations using an allow list. Avoid using user input directly in request URLs. Implement network controls to block access to internal IP ranges and metadata services, and monitor for unusual outbound traffic patterns.

References

Related Issues

Tags:
SSRF
Injection
Access Control
Anything's wrong? Let us know Last updated on March 30, 2026