Lucene search
+L

28673 matches found

OSV
OSV
added 2026/04/16 9:31 p.m.26 views

GHSA-VP6R-9M58-5XV8 OmniFaces: EL injection via crafted resource name in wildcard CDN mapping

Impact Server-side EL injection leading to Remote Code Execution RCE. Affects applications that use CDNResourceHandler with a wildcard CDN mapping e.g. libraryName:=https://cdn.example.com/. An attacker can craft a resource request URL containing an EL expression in the resource name, which is...

8.1CVSS5.9AI score0.00497EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/16 9:25 p.m.15 views

WWBN AVideo: RCE cause by clonesite plugin

Description Summary The cloneServer.json.php endpoint in the CloneSite plugin constructs shell commands using user-controlled input url parameter without proper sanitization. The input is directly concatenated into a wget command executed via exec, allowing command injection. An attacker can inje...

9.8CVSS6.2AI score0.02221EPSS
SaveExploits1References4Affected Software1
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
Github Security Blog
Github Security Blog
added 2026/04/16 9:23 p.m.14 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
Github Security Blog
Github Security Blog
added 2026/04/16 9:23 p.m.23 views

Flowise: SSRF Protection Bypass via Direct node-fetch / axios Usage (Patch Enforcement Failure)

Summary Flowise introduced SSRF protections through a centralized HTTP security wrapper httpSecurity.ts that implements deny-list validation and IP pinning logic. However, multiple tool implementations directly import and invoke raw HTTP clients node-fetch, axiosInstead of using the secured...

9.8CVSS5.9AI score0.00396EPSS
SaveExploits1References3Affected Software2
Snyk
Snyk
added 2026/04/16 9:23 p.m.11 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 through the URL-fetching tool in ExecuteFlow.ts, APILoader.ts, FireCrawl.ts, SpiderApp.ts, AzureRerank.ts, Jira/core.ts, MCP/core.ts, OpenAPIToolkit.ts, and...

5.3CVSS6AI score0.00396EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/16 9:23 p.m.74 views

GHSA-QQVM-66Q4-VF5C Flowise: SSRF Protection Bypass via Direct node-fetch / axios Usage (Patch Enforcement Failure)

Summary Flowise introduced SSRF protections through a centralized HTTP security wrapper httpSecurity.ts that implements deny-list validation and IP pinning logic. However, multiple tool implementations directly import and invoke raw HTTP clients node-fetch, axiosInstead of using the secured...

5.3CVSS5.9AI score0.00396EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/04/16 8:45 p.m.6 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 via the fetchurl function in the webhook add-on. An attacker can access internal resources by supplying...

5.9CVSS5.7AI score0.00275EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/16 8:45 p.m.11 views

EUVD-2026-23018

Weblate: SSRF via the webhook add-on using unprotected fetchurl...

4.1CVSS5.8AI score0.00275EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/16 8:45 p.m.18 views

Weblate: SSRF via the webhook add-on using unprotected fetch_url()

Impact The webhook add-on did not utilize existing SSRF protection. Patches https://github.com/WeblateOrg/weblate/pull/18815 Workarounds Disabling the add-on would avoid misusing this. References Thanks to @Lihfdgjr for reporting this via GitHub...

4.1CVSS5.8AI score0.00275EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/16 8:45 p.m.18 views

GHSA-F8HV-G549-HWG2 Weblate: SSRF via the webhook add-on using unprotected fetch_url()

Impact The webhook add-on did not utilize existing SSRF protection. Patches https://github.com/WeblateOrg/weblate/pull/18815 Workarounds Disabling the add-on would avoid misusing this. References Thanks to @Lihfdgjr for reporting this via GitHub...

4.1CVSS5.8AI score0.00275EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/16 8:43 p.m.14 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:41 p.m.7 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 screenshot upload, due to improper enforcement of domain restrictions after redirects. An attacker c...

7.6CVSS5.7AI score0.0024EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 8:41 p.m.9 views

GHSA-5FHX-9JWJ-867M Weblate: Authenticated SSRF via redirect bypass of ALLOWED_ASSET_DOMAINS in screenshot URL uploads

Impact The ALLOWEDASSETDOMAINS setting applied only to the first issued requests and didn't restrict possible redirects. Patches https://github.com/WeblateOrg/weblate/pull/18550 References This issue was reported by @spbavarva via GitHub...

5CVSS5.8AI score0.0024EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2026/04/16 7:15 a.m.17 views

K000160829: Apache HTTP Server Vulnerabilities CVE-2025-55753, CVE-2025-58098, CVE-2025-59775

Security Advisory Description CVE-2025-55753 An integer overflow in the case of failed ACME certificate renewal leads, after a number of failures 30 days in default configurations, to the backoff timer becoming 0. Attempts to renew the certificate then are repeated without delays until it succeed...

8.3CVSS7.1AI score0.01515EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/16 1:18 a.m.184 views

Exploit for Code Injection in Xwiki

CVE-2025-24893 — XWiki SSTI Remote Code Execution Overview...

9.8CVSS7.6AI score0.99864EPSS
SaveExploits52
Github Security Blog
Github Security Blog
added 2026/04/16 1:02 a.m.22 views

hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR

Summary Improper handling of JSX attribute names in hono/jsx allows malformed attribute keys to corrupt the generated HTML output. When untrusted input is used as attribute keys during server-side rendering, specially crafted keys can break out of attribute or tag boundaries and inject unintended...

5.3CVSS5.7AI score0.00293EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/04/16 1:02 a.m.34 views

Cross-site Scripting (XSS)

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to Cross-site Scripting XSS via the jsxAttr and JSX attribute rendering paths in src/jsx/jsx-runtime.ts, src/jsx/base.ts, and src/jsx/dom/render.ts. An attacker can inject executable markup ...

7.2CVSS5.6AI score
SaveExploits0References2
OSV
OSV
added 2026/04/16 1:02 a.m.8 views

GHSA-458J-XX4X-4375 hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR

Summary Improper handling of JSX attribute names in hono/jsx allows malformed attribute keys to corrupt the generated HTML output. When untrusted input is used as attribute keys during server-side rendering, specially crafted keys can break out of attribute or tag boundaries and inject unintended...

4.3CVSS5.7AI score0.00293EPSS
SaveExploits0References2
Rows per page
Query Builder