Lucene search
+L

24 matches found

Kitploit
Kitploit
added 2026/09/17 1:41 a.m.10 views

CVE-2023-27163

CVE-2023-27163 Este es un PoC para CVE-2023-27163, que es una vulnerabilidad SSRF presente en request-baskets hasta v1.2.1. Esta vulnerabilidad permite a los atacantes acceder a recursos de red sensibles a través de /api/baskets/name. request-baskets contiene una funcionalidad donde un usuario...

6.5CVSS6.9AI score0.06591EPSS
SaveExploits29References2
Kitploit
Kitploit
added 2026/09/17 12:52 a.m.8 views

CVE-2021-40438

CVE-2021-40438 CVE de reenvío de solicitudes de Apache CVE-2021-40438: Una ruta de URI de solicitud manipulada puede hacer que modproxy reenvíe la solicitud a un servidor de origen elegido por el usuario remoto. Esta vulnerabilidad afecta a Apache HTTP Server 2.4.48 y versiones anteriores. Este C...

9CVSS7.9AI score0.99999EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/16 6:32 p.m.8 views

CVE-2021-21975

CVE-2021-21975 SSRF-POC - ssrf a fuga de credenciales Primero configura el cliente pd. Ahora ejecuta ./pd deploy http-new-requests ahora reemplaza la solicitud http de pipedream, p. ej.: Randomstring.m.pipedream.net, en el script ejecuta esto en una terminal separada - ./pd logs new-requests | te...

7.5CVSS7.7AI score0.7829EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/16 9:39 a.m.7 views

CVE-2021-40438

CVE-2021-40438 请求 uri-path 可以导致 modproxy 将请求转发到远程用户选择的源服务器。此问题会影响 Apache HTTP Server 2.4.48 及更早版本。 攻击者可以通过制作请求来利用此漏洞uri路径,这导致 modproxy将请求转发到攻击者选择的源服务器。Apache HTTP Server的modproxy组件旨在为 Apache HTTP Server 实现代理/网关功能。 Apache = 2.4.48 - ModProxy SSRF 解决方案 此漏洞是作为 HTTP Server 2.4.49 版中发布的安全更新公告修复 Apache...

9CVSS7.7AI score0.99999EPSS
SaveExploits5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.14 views

PT-2026-90518

When a particular authentication mode is configured, the reverse proxy forwards requests for a bundled third-party administrative interface directly to that interface without applying the gateway's own authentication requirement first. All access control for this administrative interface, which...

6.9CVSS5.8AI score0.0031EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/12 7:35 p.m.11 views

next: Next.js: Server-Side Request Forgery via malicious host redirection in Server Actions

A flaw was found in Next.js, a framework for building web applications. A remote attacker can exploit this vulnerability by manipulating Host-associated headers when a Server Action forwards or redirects a request. This can lead to Server-Side Request Forgery SSRF, where the server is tricked int...

8.3CVSS5.4AI score0.00872EPSS
SaveExploits0References9
Patchstack
Patchstack
added 2026/07/28 4:36 p.m.11 views

NPM: QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding

NPM: QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECTREQUEST forwarding vulnerability discovered by ? in WordPress Npm qti-neon versions 1.0.0...

8.6CVSS5.8AI score0.00263EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/05/29 7:16 p.m.23 views

CVE-2026-44652

SillyTavern is a locally installed user interface that allows users to interact with text generation large language models, image generation engines, and text-to-speech voice models. Prior to 1.18.0, corsProxyMiddleware forwards req.params.url directly into fetchurl, .... It only blocks circular...

6.9CVSS0.00375EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/01/31 7:39 p.m.171 views

capstone-poc

Capstone Proof of Concept 1. Create the UI using the run fu...

5.9AI score
SaveExploits0
EUVD
EUVD
added 2026/01/27 9:17 a.m.11 views

EUVD-2026-4809

A flaw was found in libsoup, an HTTP client library. This vulnerability, known as CRLF Carriage Return Line Feed Injection, occurs when an HTTP proxy is configured and the library improperly handles URL-decoded input used to create the Host header. A remote attacker can exploit this by providing ...

6.1CVSS5.8AI score0.00332EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.17 views

EUVD-2023-43661

Malicious code in bioql PyPI...

10CVSS8.6AI score0.01047EPSS
SaveExploits1References1
CVE
CVE
added 2025/09/22 9:01 p.m.180 views

CVE-2025-47910

CVE-2025-47910 — Normal (detailed) The connected sources confirm a vulnerability in Go’s net/http CrossOriginProtection: the AddInsecureBypassPattern can bypass more requests than intended, causing CrossOriginProtection to skip validation while forwarding the original request path. This may allow...

5.4CVSS6.5AI score0.0033EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/22 9:01 p.m.24 views

CVE-2025-47910 CrossOriginProtection insecure bypass patterns not limited to exact matches in net/http

When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections...

0.0033EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/09/22 12:00 a.m.19 views

Google Go 安全漏洞

Google Go is a static strongly typed, compiled, concatenated, and garbage-collected programming language from Google USA. A security vulnerability exists in Google Go that stems from the AddInsecureBypassPattern method that may accidentally bypass more requests, resulting in skipping authenticati...

5.4CVSS9.2AI score0.0033EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/09/04 11:22 p.m.12 views

SUSE CVE-2025-47910

When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections...

5.4CVSS7AI score0.0033EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/05/23 4:12 a.m.14 views

CVE-2023-39967

WireMock is a tool for mocking HTTP services. When certain request URLs like “@127.0.0.1:1234" are used in WireMock Studio configuration fields, the request might be forwarded to an arbitrary service reachable from WireMock’s instance. There are 3 identified potential attack vectors: via...

10CVSS7AI score0.01047EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2024/12/17 12:00 a.m.26 views

Ubuntu: Security Advisory (USN-7161-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.9CVSS8.6AI score0.16496EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/08/28 1:20 a.m.21 views

Incorrect Input Validation

Apache Traffic Server is vulnerable to Incorrect Input Validation. The vulnerability is caused due to Invalid Accept-Encoding header. This can lead to fail cache lookup and force forwarding requests...

8.2CVSS6.6AI score0.01085EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/26 9:11 a.m.28 views

CVE-2024-35296 Apache Traffic Server: Invalid Accept-Encoding can force forwarding requests

Invalid Accept-Encoding header can cause Apache Traffic Server to fail cache lookup and force forwarding requests. This issue affects Apache Traffic Server: from 8.0.0 through 8.1.10, from 9.0.0 through 9.2.4. Users are recommended to upgrade to version 8.1.11 or 9.2.5, which fixes the issue...

7.2AI score0.01085EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/26 4:27 p.m.29 views

CVE-2024-0387

The EDS-4000/G4000 Series prior to version 3.2 includes IP forwarding capabilities that users cannot deactivate. An attacker may be able to send requests to the product and have it forwarded to the target. An attacker can bypass access controls or hide the source of malicious requests...

6.5CVSS6.5AI score0.00538EPSS
SaveExploits0References1
Rows per page
Query Builder