Lucene search
+L

17342 matches found

OSV
OSV
added 2026/04/16 10:53 p.m.14 views

GHSA-FV5P-P927-QMXR LangChain Text Splitters: HTMLHeaderTextSplitter.split_text_from_url SSRF Redirect Bypass

Summary HTMLHeaderTextSplitter.splittextfromurl validated the initial URL using validatesafeurl but then performed the fetch with requests.get with redirects enabled the default. Because redirect targets were not revalidated, a URL pointing to an attacker-controlled server could redirect to...

6.5CVSS5.7AI score0.0026EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/16 9:52 p.m.6 views

GHSA-6R77-HQX7-7VW8 Flowise: APIChain Prompt Injection SSRF in GET/POST API Chains

Summary A Server-Side Request Forgery SSRF vulnerability exists in FlowiseAI's POST/GET API Chain components that allows unauthenticated attackers to force the server to make arbitrary HTTP requests to internal and external systems. By injecting malicious prompt templates, attackers can bypass th...

7.1CVSS6AI score0.00233EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/16 9:52 p.m.16 views

Flowise: APIChain Prompt Injection SSRF in GET/POST API Chains

Summary A Server-Side Request Forgery SSRF vulnerability exists in FlowiseAI's POST/GET API Chain components that allows unauthenticated attackers to force the server to make arbitrary HTTP requests to internal and external systems. By injecting malicious prompt templates, attackers can bypass th...

8.3CVSS6AI score0.00233EPSS
SaveExploits1References3Affected Software2
Snyk
Snyk
added 2026/04/16 9:50 p.m.14 views

Server-side Request Forgery (SSRF)

Overview flowise is a Flowiseai Server Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through the getHttpDenyList process in httpSecurity.ts. An attacker can reach internal or otherwise denied HTTP endpoints by supplying requests that rely on the HTTP deny li...

8.3CVSS5.7AI score0.00234EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/16 9:44 p.m.38 views

Arbitrary Code Injection

Overview flowise is a Flowiseai Server Affected versions of this package are vulnerable to Arbitrary Code Injection via the customReadCSVFunc process. An attacker can execute arbitrary code on the server by supplying malicious input that is interpolated and executed without proper sanitization...

9.9CVSS6.2AI score0.0145EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/16 9:44 p.m.11 views

Arbitrary Code Injection

Overview flowise-components is a Flowiseai Components Affected versions of this package are vulnerable to Arbitrary Code Injection via the customReadCSVFunc process. An attacker can execute arbitrary code on the server by supplying malicious input that is interpolated and executed without proper...

9.9CVSS6.2AI score0.0145EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/16 9:38 p.m.33 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the jwksUri field of the RequestAuthentication resource. An attacker can access internal network resources by specifying a URL pointing to an internal service, causing the system to make unauthenticat...

7.7CVSS5.8AI score0.00329EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/16 9:38 p.m.64 views

Istio: SSRF via RequestAuthentication jwksUri

Impact When a RequestAuthentication resource is created with a jwksUri pointing to an internal service, istiod makes an unauthenticated HTTP GET request to that URL without filtering out localhost or link local ips. This can result in sensitive data being distributed to Envoy proxies via xDS...

7.7CVSS5.8AI score0.00329EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/04/16 9:38 p.m.10 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the jwksUri field of the RequestAuthentication resource. An attacker can access internal network resources by specifying a URL pointing to an internal service, causing the system to make unauthenticat...

7.7CVSS5.8AI score0.00329EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 9:38 p.m.5 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the jwksUri field of the RequestAuthentication resource. An attacker can access internal network resources by specifying a URL pointing to an internal service, causing the system to make unauthenticat...

7.7CVSS5.8AI score0.00329EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 9:38 p.m.6 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the jwksUri field of the RequestAuthentication resource. An attacker can access internal network resources by specifying a URL pointing to an internal service, causing the system to make unauthenticat...

7.7CVSS5.8AI score0.00329EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 9:38 p.m.40 views

GHSA-FGW5-HP8F-XFHC Istio: SSRF via RequestAuthentication jwksUri

Impact When a RequestAuthentication resource is created with a jwksUri pointing to an internal service, istiod makes an unauthenticated HTTP GET request to that URL without filtering out localhost or link local ips. This can result in sensitive data being distributed to Envoy proxies via xDS...

5CVSS5.8AI score0.00329EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/16 9:23 p.m.7 views

Server-side Request Forgery (SSRF)

Overview flowise-components is a Flowiseai Components Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via ExecuteFlow.ts. An attacker can cause the server to initiate HTTP requests to internal network addresses, potentially accessing sensitive management...

7.1CVSS5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/04/16 9:23 p.m.17 views

GHSA-9HRV-GVRV-6GF2 Flowise Execute Flow function has an SSRF vulnerability

Summary The attacker provides an intranet address through the base url field configured in the Execute Flow node → Bypass checkDenyList / resolveAndValidate in httpSecurity.ts not called → Causes the server to initiate an HTTP request to any internal network address, read cloud metadata, or detec...

6CVSS5.8AI score0.00315EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/16 9:23 p.m.16 views

Flowise Execute Flow function has an SSRF vulnerability

Summary The attacker provides an intranet address through the base url field configured in the Execute Flow node → Bypass checkDenyList / resolveAndValidate in httpSecurity.ts not called → Causes the server to initiate an HTTP request to any internal network address, read cloud metadata, or detec...

5.8AI score
SaveExploits0References2Affected Software2
OSV
OSV
added 2026/04/16 8:43 p.m.18 views

GHSA-XRWR-FCW6-FMQ8 Weblate: SSRF via Project-Level Machinery Configuration

Impact A user with the project.edit permission granted by the per-project "Administration" role can configure machine translation service URLs pointing to arbitrary internal network addresses. During configuration validation, Weblate makes an HTTP request to the attacker-controlled URL and reflec...

5CVSS5.8AI score0.00254EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/16 8:43 p.m.12 views

EUVD-2026-23004

Weblate: SSRF via Project-Level Machinery Configuration...

5CVSS5.8AI score0.00254EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/04/16 8:43 p.m.5 views

Server-side Request Forgery (SSRF)

Overview weblate is an A web-based continuous localization system with tight version control integration Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the project.edit permission. A user can access internal network resources and obtain up to 200 character...

5.3CVSS5.8AI score0.00254EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/16 8:43 p.m.16 views

Weblate: SSRF via Project-Level Machinery Configuration

Impact A user with the project.edit permission granted by the per-project "Administration" role can configure machine translation service URLs pointing to arbitrary internal network addresses. During configuration validation, Weblate makes an HTTP request to the attacker-controlled URL and reflec...

5CVSS5.8AI score0.00254EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2026/04/16 7:57 p.m.17 views

nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination

A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service...

7.5CVSS7AI score0.00775EPSS
SaveExploits0References6
Rows per page
Query Builder