378971 matches found
CVE-2026-18991
A security vulnerability has been detected in nanocoai NanoClaw up to 2.0.64. This affects an unknown part of the file container/agent-runner/src/mcp-tools/core.ts of the component sendfile. Such manipulation leads to path traversal. The attack can be executed remotely. The exploit has been...
CVE-2026-18990
A vulnerability was detected in letta-ai LettaBot 0.2.0. Impacted is an unknown function of the file src/api/server.ts of the component API Status Route. The manipulation results in missing authentication. The attack may be performed from remote. The exploit is now public and may be used. The...
CVE-2026-18980
Affected software: nearai ironclaw (up to 0.29.1). Vulnerable component: function classify_command_risk in src/tools/builtin/shell.rs. Root cause: command injection due to manipulation of input handling. Impact: remote attack possibility; exploitation is publicly available (exploit maturity: PROO...
CVE-2026-18976
The CVE affects NousResearch hermes-agent up to version 0.16.0. The vulnerability impacts the get_tool_definitions function in agent/agent_init.py within the disabled_toolsets Handler, where manipulation leads to incorrect privilege assignment. The issue could be exploited remotely and an exploit...
CVE-2026-18974
CVE-2026-18974 affects the heshengtao super-agent-party software (up to 0.4.1). The vulnerability lies in the execute_tool_manually Endpoint’s server.py get_file_content function, where manipulating the tool_name/tool_params arguments can disclose information. It can be exploited remotely, and pu...
CVE-2024-27253
This candidate has been reserved by an organization or individual " "that will use it when announcing a new security problem. When the candidate has been " "publicized, the details for this candidate will be provided...
CVE-2026-18973
The CVE-2026-18973 entry concerns heshengtao super-agent-party (
CVE-2026-18970
CVE-2026-18970 affects Rongzhitong Visual Integrated Command and Dispatch Platform (
CVE-2026-18969
CVE-2026-18969 – Rongzhitong Visual Integrated Command and Dispatch Platform A vulnerability exists in the file upload path /dm/dispatch/userinfo/upload where argument manipulation of the File parameter enables unrestricted uploads. This could allow remote initiation of an attack with no required...
CVE-2026-19028
The CVE-2026-19028 vulnerability affects HDF5 up to version 2.3.0, specifically the H5Z__filter_fletcher32 function in H5Zfletcher32.c. The data length used for the checksum is computed by subtracting the 4-byte trailing checksum from the input buffer size without verifying that the buffer is at ...
CVE-2026-19027
The CVE-2026-19027 entry describes an out-of-bounds heap read in HDF5 before 2.3.0 due to the N-Bit filter decompression routines. Specifically, H5Z__nbit_decompress_one_byte, H5Z__nbit_decompress_one_nooptype, and H5Z__nbit_decompress_one_atomic in H5Znbit.c advance a read index into the compres...
CVE-2026-18968
CVE-2026-18968 affects ttttonyhe OBlog up to 3ca6a45a2fcc81f6086751d8af124658720e8f8f. The vulnerability is in processing of the file /tags.php where manipulation of the day argument enables cross site scripting. The attack could be performed remotely, and the exploit has been publicly disclosed....
CVE-2026-67531
CVE-2026-67531 affects FrontMCP before 1.5.7. The sandboxed codecall:execute tool could leak live host Zod schema instances to scripts via getTool, and due to Zod v4 _zod being non-configurable/non-writable, the ECMAScript Proxy invariant returned the raw host object. This allowed a script to rea...
CVE-2026-19026
The CVE-2026-19026 issue affects HDF5 up to v2.3.0, specifically H5Z__filter_nbit in H5Znbit.c. The code dereferences cd_values[0] through cd_values[4] without verifying that cd_values is non-NULL or that cd_nelmts >= 5, exploiting the fixed size of the filter header. This can cause a denial o...
CVE-2026-19025
The CVE-2026-19025 entry concerns HDF5 versions up to 2.3.0. It describes a flaw in H5O__layout_decode within H5Olayout.c where a chunked dataset’s stored chunk-layout dimensionality is not validated against its dataspace rank when an existing dataset is opened (validation exists only at dataset ...
CVE-2026-19024
CVE-2026-19024 affects HDF5’s H5Pget_fill_value and causes a NULL pointer dereference in versions before 2.1.1. If a dataset uses a version 1 or 2 fill value message with the defined flag and a negative size, the value can reach H5T_path_find with a NULL datatype, leading to a denial of service. ...
CVE-2026-19023
CVE-2026-19023 affects the HDF5 h5dump tool. The vulnerability is an untrusted pointer dereference in render_bin_output when handling binary output of variable-length string datasets with more than one element, causing miscalculated per-element strides and reading a dereferenced pointer from a mi...
CVE-2026-71321
Nuxt.js vulnerability CVE-2026-71321 affects the island rendering endpoint in Nuxt before fixed versions 3.21.10 and 4.5.1. An unauthenticated POST to POST /__nuxt_island/_.json with a large JSON body is fully read, parsed, then hashed using destr and ohash before URL-resident hash validation, ca...
CVE-2026-17485
This candidate has been reserved by an organization or individual " "that will use it when announcing a new security problem. When the candidate has been " "publicized, the details for this candidate will be provided...
CVE-2026-71320
Nuxt (Vue.js framework) has a vulnerability affecting versions 3.4.0–3.21.10 and 4.5.1 where an attacker can inject a template key via /__nuxt_island/ props into a dynamic component if vue.runtimeCompiler is enabled, leading to template execution in the Nitro process. This is fixed in 3.21.10 and...
CVE-2026-71319
Nuxt DevTools prior to version 3.3.1 exposes an unauthenticated bidirectional RPC channel over the Vite HMR WebSocket (ws://:/, subprotocol vite-hmr). The channel, via plugin nuxt:devtools:rpc, allows calling RPC methods without token/handshake/origin checks; updateOptions(), clearOptions(), and ...
CVE-2026-71318
Nuxt (Vue.js framework) is affected in versions 3.1.0 through 3.21.10 and 4.5.1 where a top-level as prop to the /__nuxt_island/ endpoint can drive dynamic component resolution via , resolveDynamicComponent, or h(). This allows potential unauthorized component instantiation as described in the CV...
CVE-2026-71316
CVE-2026-71316 affects Nuxt (Vue.js framework). From 4.4.0 through 4.5.1, runtime cache:nuxt:payload entries for //_payload.json could be returned before route middleware and page guards because import.meta.prerender was not enforced, potentially disclosing another user’s SSR data. The issue is f...
CVE-2026-71315
Nuxt.js vulnerability CVE-2026-71315 affects Nuxt framework versions 3.21.7–3.21.10 and 4.5.1. Affected component is the router routeRules logic: mixed-case keys can fail to match case-folded lookups when router.options.sensitive is false, causing appMiddleware authorization gates to be silently ...
CVE-2026-68004
CVE-2026-68004 concerns an unauthenticated RTMP publish vulnerability in OSSRS / SRS deployments when vhost.security is disabled and no publish authentication is configured. The concrete proof-of-concept and report in the connected GitHub repository show that unauthenticated clients can publish s...
CVE-2026-71314
Nuxt (Vue.js framework) is affected by CVE-2026-71314 in versions 3.1.0 through 3.21.10 and 4.5.1. An unauthenticated attacker can trigger unbounded server-side rendering memory growth via a server island v-for prop (including vforToArray and related usage), leading to memory exhaustion and a Nux...
CVE-2026-71313
The CVE affects the rclone local backend (local.go) from v1.51.0 through v1.75.0. A faulty filename encoder allows certain encodings (Slash, None, Raw, or Windows-preserving backslash variants) to be decoded into an actual parent-directory component by filepath.Join, enabling an attacker-controll...
CVE-2026-18839
The CVE-2026-18839 vulnerability concerns the popt library: an integer size_t underflow occurs when formatting help text for option tables that exceed terminal width. The issue is exploitable locally by causing an application to print help, potentially crashing the application or rendering the he...
CVE-2026-61545
Technical details for CVE-2026-61545 are not publicly available in the provided documents. No affected products, versions, or fixes are disclosed. Monitor for updates.
CVE-2026-71312
Summary of CVE-2026-71312 : In rclone (pre-1.75.0), the code path in backend/sftp/sftp.go interpolates remote SFTP paths into PowerShell hash commands and uses quoteOrEscapeShellPath that escapes only ASCII apostrophes. This can allow an attacker-controlled filename to terminate the path literal ...
CVE-2026-61527
The connected GHSA advisory GHSA-99GW-WW6P-F2RR indicates a vulnerability in Nextcloud where view-only shares on External Storage or Team Folders are always writable. This affects Nextcloud deployments using external storage or team folders with share URLs configured as view-only, enabling uninte...
CVE-2026-71311
rclone (pre-1.75.0) is affected by a CRLF injection in FTP filename handling: a valid but nondefault encoding in backend/ftp/ftp.go can restore raw CR/LF before an attacker-controlled path is interpolated into the FTP control channel. github.com/jlaffaye/ftp formats the argument via textproto.Con...
CVE-2026-34966
Gitea before 1.27.0 is affected by a server-side request forgery (SSRF) in HTTP fetch operations used by migration and OAuth avatar paths (Go http.Get without a custom DialContext). An authenticated user can supply arbitrary URLs through release asset downloads, PR patch URLs, or OAuth avatar end...
CVE-2026-17583
Summary (CVE-2026-17583) Thermo Fisher Applied Biosystems Genetic Analyzers are vulnerable to tampering of .fsa/.hid output files, enabling unauthorized modification of DNA test data before analysis. Demonstrations show tampering can merge two profiles into a single file and go undetected by anal...
CVE-2026-8798
Technical details for CVE-2026-8798 are not publicly available in the provided documents. Monitor for updates.
CVE-2026-13505
The connected Chainguard entry notes CVE-2026-13505 as a vulnerability affecting the package chain/bouncycastle-fips. The OSV entry CGA-CR54-GQXH-R3RX provides a bulletin with no description. No additional technical details (vendor, affected versions, root cause, exploit status, or remediation) a...
CVE-2026-71310
The CVE affects the rclone project before version 1.75.0, where the shared HTTP CONNECT helper in lib/proxy/http.go incorrectly parses proxy CONNECT responses using http.ReadResponse over an unrestricted reader. This unbounded parsing enables a malicious or on-path proxy to send oversized headers...
CVE-2026-18959
CVE-2026-18959 affects yushine InnoShop (up to 0.8.2). The vulnerability resides in the Files Endpoint, specifically FileManagerController::destroyFiles in innopacks/restapi/routes/panel-api.php, which enables path traversal. It can be triggered remotely and an exploit has been published. The dis...
CVE-2026-71309
CVE-2026-71309 affects rclone up to v1.75.0 where the serve restic WithRemote path validation in cmd/serve/restic/restic.go fails to reject leading "../" paths. This allows an attacker with REST access to influence GET/HEAD/POST/DELETE operations against configured backends (WebDAV, FTP, HTTP, Me...
CVE-2026-18411
The CVE describes a vulnerability in KARR Security System and SWDS dealer-installed automotive anti-theft systems where a shared Bluetooth authentication key is used across affected devices. An attacker in Bluetooth range can issue unauthorized commands to the vehicle, potentially enabling door u...
CVE-2026-15996
The CVE describes a denial-of-service flaw in GitHub Enterprise Server where unauthenticated attackers could trigger excessive CPU usage and exhaust request-handling worker processes by sending a crafted form-encoded HTTP POST containing deeply nested parameters. Because parameter parsing occurre...
CVE-2026-21766
CVE-2026-21766 affects the default login portlet in HCL Digital Experience and Digital Experience Compose. It describes insufficient protection of credentials, with the potential for sensitive information to be written to web server logs under specific use cases/configurations. The connected reco...
CVE-2026-18954
CVE-2026-18954 : Affected product is Amazon AWS Labs DocumentDB MCP Server prior to 1.0.12. The issue is incorrect authorization in the aggregation pipeline tool that could allow a authenticated MCP client to perform write operations via write-capable aggregation pipeline stages, bypassing the re...
CVE-2026-17556
CVE-2026-17556 affects GitHub Enterprise Server. A path traversal bug allowed an unauthenticated attacker to delete arbitrary files and directories on the instance, including the user storage directory (Git LFS objects, release assets, attachments, avatars). The issue arises from using the X-GitH...
CVE-2026-18958
The CVE-2026-18958 entry concerns imranrisal-dev Student-Management-System. Affected component is the Login function’s loginCheckTest.php where manipulation of username/password parameters leads to SQL injection. The vulnerability is reported as remotely exploitable, with exploit code publicly av...
CVE-2026-55524
PraxionAI’s web_crawl tool is affected by an SSRF in versions prior to 1.6.58. The vulnerability arises because the tool validates the hostname only at initial resolution, then re-resolves at connect time in the fetch path (httpx Client with follow_redirects enabled or urllib), bypassing the init...
CVE-2026-70618
Spacebar Server (before commit 51da17c) contains a missing authorization vulnerability in the GET /guilds/{guild_id}/roles/{role_id}/member-ids endpoint. The unprotected route handler lacks permission checks present in sibling endpoints, allowing any authenticated user with a valid bearer token a...
CVE-2026-70617
CVE-2026-70617 — Spacebar Server : A missing authorization flaw exists in Spacebar Server prior to commit dcfd910, enabling any authenticated attacker to add themselves to arbitrary private group DM channels. The attacker can exploit the unguarded PUT /channels/{channel_id}/recipients/{user_id} e...
CVE-2026-66885
Livebook CVE-2026-66885 is a CSRF weakness in the Livebook Teams identity callback. When configured for Livebook Teams, the OAuth-style callback does not bind to the initiating browser session (no state/nonce, auth request body empty). The code parameter is exchanged for an access token and writt...
CVE-2026-66298
CVE-2026-66298 concerns Livebook’s JS-view sandbox where untrusted, notebook-defined JavaScript can trigger session-wide keyboard shortcuts. The root cause is in the trusted iframe shell forwarding every keydown to the parent without checking Event.isTrusted, allowing events synthesized by the un...