396161 matches found
CVE-2026-59177
ESPHome Device Builder (the Home Assistant add-on) contained an authentication bypass in its dashboard ingress site. The site was intentionally unauthenticated—relying on the Home Assistant supervisor to authenticate upstream—but was incorrectly bound to 0.0.0.0. Because the add-on runs in host n...
CVE-2026-59176
CVE-2026-59176 affects functype-mcp-server (npm, version 1.4.3). The set_functype_version MCP tool accepts an unconstrained version string that is interpolated into a pnpm add command without validation. Because pnpm specifiers support file:, npm:, and other alias syntaxes, an attacker can cause ...
CVE-2026-59172
CVE-2026-59172 affects Joker versions before 1.8.2 . When running joker --lint , the tool walked up from the linted file to locate a project-local .jokerd/ directory and executed matching linter.* files (Joker/Clojure code). This allowed an attacker who controls a repository to achieve arbitrary ...
CVE-2026-59160
CVE-2026-59160 affects @yeger/turbo-graph v2.8.8 (DerYeger/yeger). Two combined flaws allow unauthenticated, network-adjacent attackers to execute arbitrary Turborepo tasks on a victim's machine: (1) the embedded Next.js server binds to 0.0.0.0 instead of loopback because .listen() is called with...
CVE-2026-59158
nuxt-ollama (a Nuxt module for integrating Ollama, versions >= 1.2.26,
CVE-2026-59157
CVE-2026-59157 affects webhookd before version 1.22 . When the Basic Auth (htpasswd) middleware is not configured, all incoming HTTP headers are blindly forwarded to the webhook script execution environment as shell variables. If the service is deployed behind an unhardened reverse proxy that doe...
CVE-2026-87931
A buffer overflow vulnerability exists in the Apple Notification Center Service Event Handler component of the Behavioral Technology Group Pavlok Behavioral Conditioning Wearable , affecting versions up to 20260707. The attack requires the attacker to be within the local network (adjacent network...
CVE-2026-87926
CVE-2026-87926 affects the Rizwan17 inventory-management-system (GitHub project), up to commit bfe78a330d01bb26b9daec5dc9ecd5c77900e03f . The vulnerability is a cross-site scripting (XSS) flaw in the Login Page component, specifically in the file index.php . Manipulation of the msg argument allow...
CVE-2026-87925
A SQL injection vulnerability in Rizwan17 inventory-management-system (up to commit bfe78a3) affects the storeCustomerOrderInvoice function in includes/manage.php. Manipulating the pro_name[] argument allows a remote, unauthenticated attacker to inject SQL, leading to partial compromise of confid...
CVE-2026-87924
CVE-2026-87924 affects the Rizwan17 inventory-management-system (GitHub) up to commit bfe78a330d01bb26b9daec5dc9ecd5c77900e03f . The vulnerability resides in includes/invoice_bill.php within the Invoice Generation component. Manipulation of the order_date and invoice_no arguments results in missi...
CVE-2026-15460
CVE-2026-15460 affects Zephyr RTOS Bluetooth Classic (BR/EDR) L2CAP, specifically the receive handler bt_l2cap_br_recv() in subsys/bluetooth/host/classic/l2cap_br.c. The handler dispatched inbound data PDUs based solely on the destination channel ID without verifying the channel had reached BT_L2...
CVE-2026-87923
CVE-2026-87923 affects the Rizwan17 inventory-management-system GitHub project, specifically the List Handler component in the file includes/DBOperation.php. The vulnerability is a cross-site scripting (XSS) flaw caused by improper handling of the category_name, brand_name, and product_name argum...
CVE-2026-87922
CVE-2026-87922 affects Rizwan17 inventory-management-system (up to commit bfe78a3), a web-based inventory application. The vulnerability exists in the DBOperation.addCategory function within includes/process.php, part of the AJAX Backend component. By manipulating the userid argument, an unauthen...
CVE-2026-88002
Open WebUI (self-hosted AI platform), versions 0.5.0 through 0.11.1 , is affected by a denial-of-service vulnerability in the message-chain reconstruction helper in backend/open_webui/utils/misc.py. The helper advanced through chat history by map key but tracked visited entries using each message...
CVE-2026-88001
Open WebUI versions 0.9.5 through 0.11.1 contained a server-side request forgery (SSRF) weakness in its web-fetch functionality. When AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled, HTTP redirect destinations were not revalidated against WEB_FETCH_FILTER_LIST or private-address controls. An authentic...
CVE-2026-88069
Pandora (a file-analysis platform) contains a path traversal vulnerability in its archive extraction worker. When processing a specially crafted archive or disk image, attacker-controlled file paths are not validated to ensure the destination remains within the intended extraction directory, allo...
CVE-2026-88000
Open WebUI (a self-hosted AI platform) versions 0.10.0 through 0.11.1 contain a denial-of-service vulnerability in the DELETE /api/v1/chats/{id}/messages/{message_id} endpoint. The chat-history deletion helper follows childrenIds without tracking visited message identifiers, so an authenticated u...
CVE-2026-87999
Open WebUI (a self-hosted AI platform) had a server-side request forgery (SSRF) vulnerability in backend/open_webui/retrieval/web/utils.py, affecting the POST /api/v1/retrieval/process/web and POST /api/v1/retrieval/process/web/search endpoints. The root cause was that Python's globally routable ...
CVE-2026-87998
Open WebUI (versions 0.10.0 through 0.11.1 ) contains an authorization flaw in the knowledge base deletion endpoint (DELETE /api/v1/knowledge/{id}/delete in backend/open_webui/routers/knowledge.py). The endpoint validates permissions against the knowledge base itself but then removes the associat...
CVE-2026-87921
Rizwan17 inventory-management-system (a GitHub-hosted project) contains a SQL injection vulnerability in the update_record function within includes/manage.php. Remote attackers can exploit this by manipulating the update_category, cid, update_brand, or update_product arguments without requiring a...
CVE-2026-87997
Open WebUI (self-hosted AI platform) versions 0.10.0 through 0.11.1 contain an access-control bypass in POST /api/chat/completions and POST /api/v1/chat/completions (backend/open_webui/main.py). A client-supplied folder_id was copied into a new chat without the folder write-access check enforced ...
CVE-2026-87996
Open WebUI (self-hosted AI platform), versions 0.9.6 through 0.11.1 , is affected by an SSRF via DNS rebinding in the SafePlaywrightURLLoader component (backend/open_webui/retrieval/web/utils.py). The root cause is a trust mismatch: a user-controlled hostname is validated in Python, but the Playw...
CVE-2026-87995
Open WebUI versions 0.8.11 through 0.11.1 are affected by a same-origin XSS vulnerability in PortPreview.svelte. The terminal port content is rendered in an iframe sandbox that includes both allow-scripts and allow-same-origin. Because the terminal proxy serves content from the Open WebUI origin,...
CVE-2026-87994
Open WebUI versions 0.9.5 through 0.11.1 are affected by an authorization flaw in the channel branch of chat_completion in backend/open_webui/main.py. The endpoint verified channel write access and membership for a supplied message_id but failed to confirm that the calling user was the original a...
CVE-2026-87017
Open WebUI , a self-hosted AI platform, contains an information disclosure flaw in its built-in knowledge search tool . From version 0.7.0 through 0.11.1 , the tool passed the caller's readable knowledge identifiers through a metadata filter, but the search methods in eleven shipped vector backen...
CVE-2026-87016
Open WebUI, a self-hosted AI platform, is affected by an OAuth authentication bypass in versions 0.6.41 through 0.11.1 . The root cause lies in get_user_by_oauth_sub and get_user_by_scim_external_id in backend/open_webui/models/users.py, where JSON "contains" matching compiled to SQL LIKE substri...
CVE-2026-15913
Fortra's GoAnywhere MFT versions prior to 7.10.2 are affected by a path traversal vulnerability in the /attachRemoteFiles endpoint. An authenticated Web User holding both Secure Folders and Secure Mail permissions can escape their sandboxed home directory, enabling arbitrary file read . The CNA-a...
CVE-2026-87015
Open WebUI versions 0.6.27 through 0.11.1 are affected by a session cookie leakage flaw in backend/open_webui/utils/tools.py . The cookie jar from the enclosing connection loop was not bound to each external tool callable, so when multiple tool servers were attached and a session or system OAuth ...
CVE-2026-87014
Open WebUI (self-hosted AI platform) versions 0.9.0 through 0.11.1 contain a privilege-escalation issue in its role synchronization logic. The files backend/open_webui/routers/auths.py and backend/open_webui/utils/oauth.py updated an administrator's database role without invalidating the user rec...
CVE-2026-87013
Open WebUI versions 0.10.0 through 0.11.1 contain a denial-of-service vulnerability in the folder tree functionality. The POST /api/v1/folders/{id}/update/parent endpoint allowed an authenticated user to place a folder under itself or one of its descendants, creating a parent cycle . Because the ...
CVE-2026-19816
CVE-2026-19816 is a flaw in PackageKit 's dnf5 backend . The RepoRemove handler ignores the SIMULATE transaction flag , causing it to execute a real package removal instead of a dry run. This allows an unprivileged local user to uninstall packages without polkit authorization . The vulnerability ...
CVE-2026-87012
Open WebUI (a self-hosted AI platform) is affected in versions 0.9.0 through 0.11.1 by a type-validation flaw in backend/open_webui/models/calendar.py. The meta.alert_minutes field was stored without type validation while the shared upcoming-event scheduler compared it numerically. An authenticat...
CVE-2026-87011
Open WebUI , a self-hosted AI platform, contains a denial-of-service vulnerability in the unauthenticated POST /oauth/backchannel-logout handler (backend/open_webui/utils/oauth.py). From version 0.9.0 through 0.11.1 , the handler fetched the OIDC discovery document and signing keys before validat...
CVE-2026-53956
Rattler is a library providing common functionality for the conda ecosystem. rattler_cache prior to 0.9.0 and py-rattler prior to 0.24.0 are vulnerable to package-cache path traversal . During cache materialization, the package record build string is joined into a filesystem path without proper s...
CVE-2026-50165
alf.io , an open-source ticket reservation system, contains an Improper Access Control flaw in its organization and event "single configuration" endpoints. These endpoints require only organization or event ownership but accept an arbitrary configuration key, performing a lookup that includes sys...
CVE-2026-87911
CVE-2026-87911 is a CRITICAL (CVSS 9.6) OS command injection vulnerability in the SQL validation component of Amazon awslabs postgres-mcp-server prior to version 1.1.7. The flaw lies in the read-only enforcement , which can be bypassed by injecting a crafted COPY ... TO PROGRAM statement into con...
CVE-2026-73789
HPE CPPM guest account management services is affected by an unauthenticated insecure parameter manipulation vulnerability in its web-based management interface. An unauthenticated remote attacker can tamper with account settings, potentially extending network access beyond policy limits and lead...
CVE-2026-73788
CVE-2026-73788 is a privilege escalation vulnerability in the ClearPass OnGuard agent . An authenticated remote attacker with low privileges can escalate to root on a vulnerable deployment, potentially leading to unauthorized operation of the system. The assigned CVSS 3.1 base score is 6.5 (MEDIU...
CVE-2026-73787
HPE CPPM (Campus Policy Manager) contains a vulnerability in its web interface that allows an authenticated remote attacker to access directory information on the system, which can escalate to arbitrary command execution on the underlying operating system via an arbitrary file write mechanism (as...
CVE-2026-73786
CVE-2026-73786 is an unauthenticated Denial-of-Service vulnerability in the web-based management interface of HPE CPPM (Change and Patch Management). A remote attacker with network access can exploit the flaw without credentials to cause instability and degraded performance on the CPPM server. Th...
CVE-2026-73769
CVE-2026-73769 affects the web-based management interface of HPE CPPM systems. An authenticated remote attacker with high-level privileges can achieve remote code execution , allowing arbitrary command execution on the underlying operating system. The CVSS 3.1 score is 7.2 (HIGH) with a vector of...
CVE-2026-54694
CVE-2026-54694 affects SkillTree (NationalSecurityAgency/skills-service), a micro-learning gamification platform, in versions prior to 4.4.2 . Two flaws chain into a Stored XSS that enables admin account takeover : StringHighlighter.js interpolates unencoded user input into HTML rendered via v-ht...
CVE-2026-55073
WeasyPrint is a Python library for rendering HTML/CSS to PDF. The vulnerability exists in two write_pdf() channels — xmp_metadata and stylesheets — which bypass the document's restrictive url_fetcher by constructing a fresh default URLFetcher(). When an attacker-influenced URL or path is passed t...
CVE-2026-54529
SQLAdmin (Python package on PyPI) is vulnerable to an information-exposure ordering oracle in ModelView.sort_query(). The attacker-controlled sortBy query parameter is never validated server-side against the configured column_sortable_list allow-list—only the template checks it to render header l...
CVE-2026-53495
CVE-2026-53495 is currently reserved with no public technical details in the provided documents. All connected advisories lack descriptions. Monitor for updates as details are expected to be published upon announcement.
CVE-2026-50024
GitHacker (through 1.1.7 ), a Python tool for rebuilding remote .git/ repositories, contained a path traversal vulnerability in add_head_file_tasks. A malicious server could craft a .git/HEAD with a traversal ref (e.g., ref: ../../../../../../etc/passwd), causing GitHacker to read arbitrary local...
CVE-2026-44282
CVE-2026-44282 is a stored cross-site scripting (XSS) vulnerability in the decidim-elections module of the Decidim participatory democracy platform. A low-privilege process-scoped admin who can manage elections can store arbitrary HTML in election question titles without sanitization. The root ca...
CVE-2025-58363
LF Edge eKuiper is affected by a path traversal vulnerability in the plugin installation endpoint (POST /plugins/* within internal/plugin/native/manager.go). The user-supplied name parameter is joined into a temporary directory path without sufficient sanitization, allowing an attacker with acces...
CVE-2025-24979
CVE-2025-24979 is a Server-Side Request Forgery (SSRF) vulnerability in LF Edge eKuiper affecting versions prior to v2.4.0 . The root cause is the absence of destination IP validation in external service registrations and HTTP invocations. An attacker with access to the eKuiper management API can...
CVE-2025-24978
CVE-2025-24978 is a Stored XSS vulnerability in LF Edge eKuiper prior to v2.4.0 . The root cause is the lack of strict alphanumeric character validation on external service names during registration via the POST /services endpoint. An authenticated attacker can inject HTML/script payloads (e.g., ...