About 7,500 results
Open links in new tab
  1. java - How to fix "Server-Side Request Forgery" issue in spring ...

    Oct 12, 2018 · Getting "Server-Side Request Forgery" issue in Fortify report while using spring restTemplate. I am making a call using restTemplate to some other REST service and passing this …

  2. c# - Server-Side Request Forgery Fortify Fix - Stack Overflow

    Jul 23, 2019 · Server-Side Request Forgery (Input Validation and Representation, Data Flow) The function GetAsync () on line 122 initiates a network connection to a third-party system using user …

  3. Need help to fix Server-Side Request Forgery

    How To Fix Flaws Server-Side Request Forgery (SSRF) CWE +4 more Like Answer Share 1 answer 741 views

  4. How to fix CWE 918 veracode flaw on webrequest getresponce method

    CWE-918 (Server-Side Request Forgery - SSRF) is a vulnerability where an application allows an attacker to induce the server to make a request to an arbitrary URL. Brevard County Property …

  5. How to fix CWE-918 Server-Side Request Forgery (SSRF) - Veracode

    How To Fix Flaws CWE 918 Server-side Request Forgery +1 more Liked Like Answer Share 4 answers 29.96K views Top Rated Answers Edited by SamHouston December 8, 2025 at 8:48 PM

  6. Server-Side Request Forgery (SSRF) (CWE ID 918) in Java ... - Veracode

    index-name: my_idx Using this application.yml, my spring boot server gets url path and index name @Value ("$ {elastic.url}") private String elasticUrl; @Value ("$ {elastic.index-name}") private String …

  7. Unable to rectify VeraCode CWE ID 918 - (SSRF) in ASP.NET

    Sep 12, 2019 · Below is my implementation as Anti Server-Side Request Forgery (SSRF) (CWE ID 918) solutions. Sanitize your Host via this and additionally you have to set you valid Host Lists in …

  8. Need to fix CWE ID 918 in HTTP request - Veracode

    Hi @shahidsitecore (Community Member) , Veracode Static Analysis reports CWE 918 (Server-Side Request Forgery (SSRF)) when it detects that an HTTP Request that is sent out from the application …

  9. how to fix server-side request forgery (ssrf) (cwe id 918 ... - Veracode

    Hi @ABattu219578 (Community Member) Untrusted input is used in the creation of a web-request which possibly allows an attacker to perform unauthorized requests to internal or external systems. An …

  10. spring - How to resolve Server side request forgery (SSRF) while using ...

    Jul 6, 2022 · How to resolve Server side request forgery (SSRF) while using WebClient Asked 3 years, 5 months ago Modified 3 years, 5 months ago Viewed 3k times