Fallos del tipo CWE-918

3048 resultados

Server-Side Request Forgery (SSRF)

Ocorre quando a aplicação web busca conteúdo de uma URL fornecida pelo usuário sem validar adequadamente o destino. Um atacante consegue fazer o servidor requisitar URLs não autorizadas — internas, administrativas ou de terceiros — aproveitando a confiança e as permissões que o servidor possui na rede.

Ejemplo

Um sistema permite gerar thumbnails de imagens externas: o usuário passa uma URL e o servidor faz o download. Um atacante envia 'http://localhost:8080/admin' e consegue acessar painéis administrativos internos que não deveria. Ou envia 'http://169.254.169.254/latest/meta-data' em ambientes AWS e rouba credenciais.

Cómo mitigar

Mantenha uma whitelist rigorosa de domínios e IPs permitidos; bloqueie ranges privados (10.0.0.0/8, 127.0.0.0/8, 169.254.0.0/16) e metadados-servers por padrão; valide URLs antes de fazer requisições; use bibliotecas de parsing robustas; considere isolamento de rede para requisições externas.

CVE-2025-56520MEDIUMDify v1.6.0 was discovered to contain a Server-Side Request Forgery (SSRF) via the component controllers.console.remote_files.RemoteFileUploEPSS 0.7%CVE-2026-7798MEDIUMFluentCRM <= 2.9.87 - Unauthenticated Blind Server-Side Request Forgery via 'SubscribeURL' ParameterEPSS 0.7%CVE-2022-37313MEDIUMOX App Suite through 7.10.6 allows SSRF because the anti-SSRF protection mechanism only checks the first DNS AA or AAAA record.EPSS 0.7%CVE-2021-42079MEDIUMSSRF vulnerability in OSNEXUS QuantaStor before 6.0.0.355EPSS 0.7%CVE-2024-41813HIGHtxtdot SSRF vulnerability in /proxyEPSS 0.7%CVE-2022-3247MEDIUMBlog2Social < 6.9.10 - Subscriber+ SSRFEPSS 0.7%CVE-2024-41812HIGHtxtdot SSRF vulnerability in /getEPSS 0.7%CVE-2023-50258MEDIUMBlind SSRF in `/home/testdiscord` endpointEPSS 0.7%CVE-2023-47121LOWDiscourse SSRF vulnerability in EmbeddingEPSS 0.7%CVE-2024-3095MEDIUMSSRF in Langchain Web Research Retriever in langchain-ai/langchainEPSS 0.7%CVE-2025-6454HIGHServer-Side Request Forgery (SSRF) in GitLabEPSS 0.7%CVE-2026-83660CRITICALAdobe Campaign Classic (ACC) | Server-Side Request Forgery (SSRF) (CWE-918)EPSS 0.7%CVE-2022-31132HIGHUnauthenticated SSRF in 3rd party module "cerdic/csstidy"EPSS 0.7%CVE-2022-43776MEDIUMThe url parameter of the /api/geojson endpoint in Metabase versions <44.5 can be used to perform Server Side Request Forgery attacks. PrevioEPSS 0.7%CVE-2022-38187HIGHPrevent access to sharing/rest/content/features/analyze to unauthorized usersEPSS 0.7%CVE-2024-11449HIGHServer-Side Request Forgery in haotian-liu/llavaEPSS 0.7%CVE-2024-11603HIGHServer-Side Request Forgery in lm-sys/fastchatEPSS 0.7%CVE-2024-12068HIGHServer-Side Request Forgery in haotian-liu/llavaEPSS 0.7%CVE-2025-58045HIGHDataease server-side request forgery via unfiltered DB2 JDBC ldap parameterEPSS 0.7%CVE-2025-34469MEDIUMCowrie < 2.9.0 Unrestricted wget/curl Emulation Enables SSRF-Based DDoS AmplificationEPSS 0.7%