Lucene search
+L

398323 matches found

CVE
CVE
added 2026/09/15 3:18 p.m.4 views

CVE-2026-91944

crawl4ai versions before 0.9.3 contain a DOM-based cross-site scripting vulnerability in the Playground UI where the forceHighlightElement function assigns textContent back to innerHTML, re-parsing JSON responses as HTML. Attackers can inject malicious scripts through crawled page content like th...

6.1CVSS5.5AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:18 p.m.5 views

CVE-2026-91942

crawl4ai before 0.9.3 contains a DOM-based cross-site scripting vulnerability in the Docker Playground UI that assigns untrusted crawl results to element.innerHTML. Attackers can craft malicious PDFs with event-handler markup to execute JavaScript in the Playground origin and steal API tokens fro...

5.4CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:18 p.m.7 views

CVE-2026-91941

Crawl4AI before 0.9.3 contains an uncontrolled resource consumption vulnerability in PDFContentScrapingStrategy that allows untrusted clients to cause denial of service. Attackers can select the PDF scraping strategy in POST requests to download large remote PDFs without size or page limits,...

8.7CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:18 p.m.5 views

CVE-2026-91940

crawl4ai before 0.9.3 contains an arbitrary file write vulnerability in PDFContentScrapingStrategy where the filteruntrustedfields function fails to validate untrusted configuration fields. Attackers can submit crafted config bodies with malicious imagesavedir paths to write attacker-controlled...

8.7CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:18 p.m.5 views

CVE-2026-91938

Flowise versions before 3.1.4 contain a server-side request forgery vulnerability in Cheerio, Playwright, and Puppeteer document loader nodes that bypass SSRF protection. Attackers can provide arbitrary URLs to fetch cloud metadata, internal services, and private network resources with response...

7.6CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.6 views

CVE-2026-91936

Flowise versions before 3.1.4 contain a script injection vulnerability in Docker image build workflows where workflowdispatch inputs are directly interpolated into shell run blocks. Attackers with repository write access can inject shell metacharacters through inputs like tagversion and nodeversi...

8.3CVSS6.3AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.7 views

CVE-2026-91937

Flowise before 3.1.4 fails to sanitize the overrideConfig.sessionId parameter before using it in MongoDB queries within the MongoDBMemory node. Unauthenticated attackers can submit MongoDB operator objects through the prediction API to read chat history records belonging to other users from the...

8.7CVSS5.7AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.5 views

CVE-2026-91935

Flowise before 3.1.4 fails to validate baseURL parameters in chat-model nodes, allowing authenticated users to redirect requests to arbitrary hosts. Attackers with chatflows:create or chatflows:update permissions can exfiltrate LLM provider API keys by redirecting requests to cloud metadata...

8.7CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.6 views

CVE-2026-91934

Flowise versions before 3.1.4 fail to validate file paths in the SQL Database Chain node when connecting to SQLite databases, allowing authenticated attackers to write arbitrary files. Attackers can write malicious SQLite databases to system directories or inject files into the web root to execut...

8.8CVSS6AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.8 views

CVE-2026-91932

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.4AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.8 views

CVE-2026-91933

Flowise before 3.1.4 fails to enforce workspace-level authorization checks in openai-realtime endpoints, allowing authenticated users to access tools from ChatFlows in other workspaces by supplying an unscoped chatflowid. Attackers can invoke GET and POST requests to retrieve tool definitions and...

7.6CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.9 views

CVE-2026-91931

Flowise before 3.1.4 contains a remote code execution vulnerability in the Custom MCP node that allows authenticated attackers to execute arbitrary code by supplying npx package names in the mcpServerConfig parameter. Attackers can invoke npx with attacker-controlled npm packages to execute code ...

9CVSS6.9AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.7 views

CVE-2026-91929

Flowise versions before 3.1.4 contain cross-tenant authorization gaps in Enterprise endpoints that fail to verify resource ownership before operations. Attackers with Enterprise access can delete arbitrary workspaces, invite themselves into other organizations, modify cross-org roles, and abuse...

7.6CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.7 views

CVE-2026-91930

Flowise before 3.1.4 fails to scope enterprise organization and workspace membership APIs to the caller's tenant, allowing authenticated users to supply arbitrary organization IDs. Attackers can add themselves as organization owners, create workspaces, and gain administrative access to victim...

7.7CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.8 views

CVE-2024-58384

Tornado before 6.4.1 contains a CRLF injection vulnerability in CurlAsyncHTTPClient that fails to reject carriage return and line feed characters in request headers. Attackers can inject CRLF sequences into header values to inject arbitrary headers or construct entirely new HTTP requests...

6.3CVSS5.9AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.3 views

CVE-2023-54397

Tornado before 6.3.3 contains an HTTP request smuggling vulnerability due to improper parsing of Content-Length headers accepting non-standard characters. Attackers can send crafted HTTP requests with these characters to bypass proxy validation and smuggle requests when deployed behind certain...

9CVSS5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.7 views

CVE-2024-14029

Tornado before 6.4.1 ignores duplicate Transfer-Encoding: chunked headers, treating requests as having no message body and parsing the chunked body as a subsequent request. Attackers can exploit this inconsistency when Tornado is deployed behind proxies to perform HTTP request smuggling, enabling...

9CVSS5.7AI score
SaveExploits0References2
CVE
CVE
added 2026/09/15 3:17 p.m.25 views

CVE-2026-54077

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the IMPORT DATABASE statement in engine/src/main/java/com/arcadedb/query/sql/parser/ImportDatabaseStatement.java did not require administrative privileges and passed its source to...

7.1CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/09/15 3:16 p.m.34 views

CVE-2026-54076

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the fix for CVE-2026-44221 added an UPDATESCHEMA authorization check only to LocalDocumentType.createProperty, while the remaining public schema mutators in engine/src/main/java/com/arcadedb/schema/LocalDocumentType.java and...

8.1CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/09/15 3:15 p.m.5 views

CVE-2026-91848

A vulnerability was identified in WuzhiCMS up to 4.1.0. Affected by this issue is the function article::getDataOfJson of the file /index.php?m=content&f=article&v=getDataOfJson. The manipulation of the argument title/mastertable leads to sql injection. Remote exploitation of the attack is possibl...

7.5CVSS6.8AI score
SaveExploits0References6
Rows per page
Query Builder