Lucene search
+L

70443 matches found

attackerkb
attackerkb
•added 2026/08/04 8:53 p.m.•14 views

CVE-2026-70492

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.10.0 until 0.11.0, src/lib/components/chat/Messages/Markdown/KatexRenderer.svelte could store and render a chat message whose math block makes KaTeX fail with a stack overflow instead of a parse error. Th...

8.7CVSS5.6AI score0.00403EPSS
SaveExploits1References5Affected Software1
CVE
CVE
•added 2026/08/04 8:53 p.m.•80 views

CVE-2026-70492

Open WebUI had a stored XSS vulnerability in KaTeX render-fallback: between 0.10.0 and 0.11.0, KaTeX errors could be rendered via HTML (via {@html}) in rendered messages, allowing script execution in viewers’ browsers and risking session token theft and potential admin account takeovers. Affected...

8.7CVSS5.6AI score0.00403EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
•added 2026/08/04 8:49 p.m.•54 views

CVE-2026-66902 Google::Auth versions before 0.06 for Perl run a command named in an external_account credentials JSON via an ungated system call

Google::Auth versions before 0.06 for Perl run a command named in an externalaccount credentials JSON via an ungated system call. The Pluggable subclass reads credentialsource.executable.command from the credentials JSON and runs it as system$command, a single argument call that passes the whole...

0.00702EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/04 8:47 p.m.•15 views

CVE-2026-45538

OpenSIPS is a Session Initiation Protocol SIP server implementation. In versions 4.0.0 and prior, processing a SIP message with a header name longer than 255 bytes causes a stack buffer overflow when siptojson is called in the routing script. Function siptojson modules/sipmsgops/sipmsgops.c copie...

9.8CVSS6.3AI score0.00802EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2026/08/04 8:38 p.m.•19 views

Open WebUI: DNS Rebinding SSRF Bypass

Summary Open WebUI vetted user-supplied URLs by resolving the hostname once and rejecting private, loopback and link-local addresses, then let the HTTP client resolve that hostname again at connect time. An attacker who controls the authoritative DNS for a hostname they submit can answer with a...

6.3CVSS5.5AI score0.00252EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
•added 2026/08/04 8:35 p.m.•16 views

EUVD-2026-52899

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, the sync cleanup endpoint authorized write access to the knowledge base in the URL but then acted on directory and file ids supplied in the request body without checking that those objec...

4.3CVSS5.5AI score0.00366EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/08/04 7:51 p.m.•14 views

CVE-2026-70482

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.8.0 until 0.11.0, when ENABLEOAUTHTOKENEXCHANGE=True, /oauth/provider/token/exchange accepts a raw provider access token and validates it by calling the provider userinfo endpoint without confirming which...

8.1CVSS5.5AI score0.00569EPSS
SaveExploits1References5Affected Software1
OSV
OSV
•added 2026/08/04 7:37 p.m.•12 views

GHSA-QGVM-J2HM-6M38 Flowise: Unauthenticated OAuth2 token refresh endpoint returns access tokens — enables token theft for any connected service

Summary The OAuth2 token refresh endpoint POST /api/v1/oauth2-credential/refresh/:credentialId is in WHITELISTURLS, meaning it requires no authentication. It decrypts the stored credential containing clientId, clientSecret, refreshtoken, sends a refresh request to the configured OAuth provider, a...

9.2CVSS5.5AI score0.00615EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/08/04 7:35 p.m.•17 views

sg3_utils: sg3_utils: arbitrary command execution via udev property injection in sg_inq --export

A flaw was found in sg3utils. The sginq command, when invoked with the --export option, outputs device identification data without sanitizing control characters in SCSI name string fields. A newline character embedded in a device-supplied name string can inject arbitrary properties into the udev...

7.6CVSS5.9AI score0.00348EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2026/08/04 7:24 p.m.•21 views

Flowise: Broken Access Control in Stripe Subscription Endpoints Allows Cross-Tenant Billing Manipulation

Summary Several organization billing endpoints accept attacker-controlled Stripe identifiers subscriptionId without verifying that the identifier belongs to the authenticated user's organization. This allows an authenticated attacker to perform unauthorized Stripe subscription operations on other...

8.3CVSS5.4AI score0.00518EPSS
SaveExploits1References5Affected Software1
OSV
OSV
•added 2026/08/04 5:51 p.m.•16 views

GHSA-CHM3-VQCF-52RX Flowise: Cross-workspace credential IDOR in openai-assistants-vector-store

Summary These endpoints accept a client-controlled credential parameter. The server loads credentials by id and uses them directly, without checking whether that credential belongs to the caller’s workspace. If an attacker knows another workspace’s credentialId, they can use that workspace’s Open...

7.1CVSS5.5AI score0.00515EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/04 5:16 p.m.•10 views

UBUNTU-CVE-2026-15920

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.contrib.admin.utils.displayforfield renders URLField values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin...

6.1CVSS5.2AI score0.00354EPSS
SaveExploits0References9
attackerkb
attackerkb
•added 2026/08/04 4:49 p.m.•15 views

CVE-2026-48121

@langchain/langgraph-checkpoint-mongodb provides a LangGraph.js CheckpointSaver implementation that uses MongoDB for storage. Versions 1.3.0 and below are vulnerable to NoSQL injection: checkpoint identifiers threadid, checkpointns, checkpointid from config.configurable are passed into MongoDB fi...

6.7CVSS5.4AI score0.00355EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
•added 2026/08/04 4:49 p.m.•13 views

EUVD-2026-52793

@langchain/langgraph-checkpoint-mongodb provides a LangGraph.js CheckpointSaver implementation that uses MongoDB for storage. Versions 1.3.0 and below are vulnerable to NoSQL injection: checkpoint identifiers threadid, checkpointns, checkpointid from config.configurable are passed into MongoDB fi...

6.7CVSS5.4AI score0.00355EPSS
SaveExploits0References3
attackerkb
attackerkb
•added 2026/08/04 3:51 p.m.•20 views

CVE-2026-69257

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, Flowise's HTTP security module httpSecurity.ts did not normalize IPv4-mapped IPv6 addresses such as ::ffff:127.0.0.1 and ::ffff:169.254.169.254 before checking them against the deny list...

7.6CVSS5.6AI score0.00428EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
•added 2026/08/04 3:48 p.m.•54 views

CVE-2026-15307 Server-side file-write and request forgery via spatial lookups

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.8CVSS0.01094EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/08/04 3:39 p.m.•15 views

EUVD-2026-52745

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent in packages/components/nodes/agents/CSVAgent/CSVAgent.ts extracted attacker-controlled CSV data with file.split','.pop and interpolated it directly into executable Python as...

9.2CVSS6AI score0.00716EPSS
SaveExploits1References4
OSSF Malicious Packages
OSSF Malicious Packages
•added 2026/08/04 3:24 p.m.•20 views

Malicious code in @or-sdk/permissions (npm)

npm/@or-sdk/permissions is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 the "Shai-Hulud: Here We Go Again" wave — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed versions were trojanized and republished...

5.8AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2026/08/04 3:07 p.m.•9 views

CVE-2026-24078 Exposure of Private Personal Information to an Unauthorized Actor in Data Modem

Information Disclosure when IPSec negotiation fails or is not established properly during NG-eCall SIP signaling...

6.5CVSS5.4AI score0.00166EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/04 2:39 p.m.•16 views

EUVD-2026-52703

The fix released in jackson-core 2.18.6 and 2.21.1 for CVE-2026-18401 GHSA-72hv-8253-57qq, number length constraint bypass in the non-blocking parser is incomplete. This record covers the remaining bypass. The earlier fix wired validateIntegerLength into a new setIntLength helper and invoked it...

8.7CVSS5.6AI score0.00619EPSS
SaveExploits0References7
Rows per page
Query Builder