CVE tracker
385 subscribers
5.43K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-82238 - filebrowser 2.24.0 Race Condition via TUS concurrent PATCH uploads

CVE ID :CVE-2026-82238
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :filebrowser from version 2.24.0 contains a race condition in the TUS upload handler that allows authenticated users to write past the declared Upload-Length by sending concurrent PATCH requests. Attackers can send multiple simultaneous PATCH requests at the same offset to bypass length validation, resulting in files that exceed their declared size and triggering completion hooks for oversized uploads.
Severity: 3.1 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82239 - Budibase before 3.41.3 Authorization Bypass via datasources/query

CVE ID :CVE-2026-82239
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase before 3.41.3 fails to enforce per-table role restrictions on the POST /api/datasources/query endpoint, allowing low-privilege BASIC users to read, create, update, or delete rows in any table regardless of configured permissions. Attackers with BASIC role can submit crafted query requests with target table identifiers to bypass table-level access controls and manipulate restricted data.
Severity: 8.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82240 - Budibase before 3.41.3 Privilege Escalation via User Update API

CVE ID :CVE-2026-82240
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase before 3.41.3 fails to validate app-scoped builder role assignments in the public user create and update endpoints, allowing an authenticated app-scoped builder to grant builder access to unrelated apps. Attackers can submit crafted requests to the user update API with builder.apps fields to escalate privileges and gain unauthorized builder access to other applications in the same tenant.
Severity: 8.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82241 - Budibase backend-core SSRF via incomplete default blacklist

CVE ID :CVE-2026-82241
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase backend-core (@budibase/backend-core, as used by @budibase/server) omits the shared address space range 100.64.0.0/10 from its default SSRF blacklist (DEFAULT_BLACKLIST) used by REST datasource query previews. When the default blacklist is active (i.e., a self-hosted deployment has not defined BLACKLIST_IPS), an authenticated user with the Builder permission can submit a REST datasource query preview request to POST /api/queries/preview targeting a reachable HTTP(S) service in the 100.64.0.0/10 range, causing the server to send a request to that target and return its response through the preview flow. Per the advisory, no released fix was identified at the time of publication; remediation is to add 100.64.0.0/10 to DEFAULT_BLACKLIST.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82242 - Budibase before 3.41.3 Cross-Application Resource Injection via Missing Authorization

CVE ID :CVE-2026-82242
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase versions before 3.41.3 contain a missing authorization vulnerability in the POST /api/resources/duplicate endpoint that allows authenticated builders to inject tables, automations, queries, and screens into any other application without holding any role in the destination workspace. Attackers can inject resources by specifying an arbitrary destination workspace ID in the request body, then trigger injected automations with outgoing webhooks to exfiltrate data from victim applications.
Severity: 8.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82243 - Budibase Server before 3.41.3 SSRF with Credential Leakage

CVE ID :CVE-2026-82243
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase Server before 3.41.3 contains a server-side request forgery vulnerability in the datasource verify endpoint that allows builder-level users to supply arbitrary URLs without SSRF validation. Attackers can exploit this to leak internal CouchDB credentials by making requests to attacker-controlled servers, gaining full database access in cloud deployments.
Severity: 8.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82244 - Budibase before 3.41.3 Remote Code Execution via Plugin eval()

CVE ID :CVE-2026-82244
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase versions before 3.41.3 contain a remote code execution vulnerability in plugin handling that allows authenticated admin users to execute arbitrary code by uploading a malicious plugin tarball. The server calls eval() on plugin JavaScript files without sandboxing in the main Node.js process, enabling attackers to exfiltrate environment variables and credentials with root privileges in default deployments.
Severity: 9.4 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82245 - Budibase before 3.41.3 Missing Authorization License Management

CVE ID :CVE-2026-82245
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase before 3.41.3 fails to enforce role-based authorization on license management endpoints, allowing any authenticated user to delete license keys or manipulate offline tokens. Attackers with basic user privileges can access /api/global/license/* endpoints to disable premium features and downgrade deployments for all users.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82246 - Budibase Server before 3.41.3 SSRF via Query Import

CVE ID :CVE-2026-82246
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :Budibase Server before 3.41.3 contains a server-side request forgery vulnerability in the query import endpoint that fails to validate user-supplied URLs before fetching content. Attackers can submit arbitrary URLs to retrieve responses from internal services including cloud metadata endpoints and other restricted network resources.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82247 - gitoxide before 0.37.1 HTTP Basic credential leak via URL parsing

CVE ID :CVE-2026-82247
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide's gix-url crate (<= 0.32.0, fixed in 0.37.1) uses a hand-rolled URL parser that does not treat '?' or '#' as terminating the authority component, contrary to RFC 3986. As a consequence, gix-transport's HTTP redirect identity guard (can_reuse_identity) compares the wrong host and fails open. An attacker controlling a redirect response can craft a Location header of the form ?@ so that gitoxide sends the caller's HTTP Basic Authorization credentials to an unintended host. gix-transport is affected in versions <= 0.49.0 (fixed in 0.58.1).
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82248 - gitoxide before 0.33.0 Path Traversal via symlink following

CVE ID :CVE-2026-82248
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gix-worktree-state before 0.33.0 (part of gitoxide) allows writing files outside the worktree on Windows. gix_worktree_state::checkout() follows an existing terminal symlink during non-exclusive (incremental) materialization (destination_is_initially_empty: false) when core.symlinks is true. If a symlink entry (mode 120000) is first checked out at a path P pointing outside the worktree, a subsequent incremental checkout of a regular-file entry (mode 100644) at the same path follows the existing reparse point and writes the blob content through the link, overwriting files outside the worktree.
Severity: 6.0 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82249 - gitoxide before 0.38.2 Credential Helper Protocol Field Injection

CVE ID :CVE-2026-82249
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide before 0.38.2 fails to validate carriage return characters in URL values passed to credential helpers. Attackers can supply URLs containing bare carriage returns to inject additional helper protocol fields and cause credential helpers to return credentials for attacker-specified hosts instead of the requested URL.
Severity: 3.1 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82250 - gitoxide gix-packetline before 0.21.5 Denial of Service

CVE ID :CVE-2026-82250
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the client process during fetch operations without authentication.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82251 - gitoxide before 0.52.1 Path Traversal via Submodule Name

CVE ID :CVE-2026-82251
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide before 0.52.1 fails to validate submodule names from .gitmodules configuration, allowing path traversal when deriving submodule git directories. Attackers can craft malicious submodule names with traversal segments to redirect state() and open() functions to repositories outside .git/modules, causing repository confusion and inspection of attacker-controlled repositories.
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82252 - gitoxide before 0.52.1 Repository Boundary Violation via symlinked .gitmodules

CVE ID :CVE-2026-82252
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide before 0.52.1 follows symlinks when reading the worktree .gitmodules file, allowing attackers to inject out-of-repository bytes into submodule metadata. Attackers can create a malicious repository with a symlinked .gitmodules pointing outside the repository tree, causing gitoxide to parse arbitrary external files as submodule configuration and expose attacker-controlled name, path, and url values.
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82253 - gitoxide before 0.82.0 Path Traversal via Submodule Name Validation Bypass

CVE ID :CVE-2026-82253
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide (Rust crates gix <= 0.72.0 and gix-validate <= 0.10.0) contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.find(b".."), allowing crafted names such as 'a..b/../../../.git/' to bypass the check; additionally this validation is never invoked in production code paths. Combined with a trust inheritance flaw in Submodule::open(), where the parent repository's git_dir_trust (Trust::Full) is cloned and the ownership verification is skipped, an attacker can craft a malicious .gitmodules file so that a victim tool built on gitoxide reads arbitrary git repository configuration (including embedded credentials) with full trust, bypassing safe-directory protections. Fixed in gix 0.82.0 and gix-validate 0.11.1.
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82254 - gitoxide before 0.69.0 Denial of Service via gix-pack

CVE ID :CVE-2026-82254
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide before 0.69.0 contains unchecked array indexing in delta application and uncapped allocation from attacker-controlled size headers in gix-pack. Attackers can send crafted pack data during clone or fetch operations to trigger panics or out-of-memory process kills.
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82255 - gitoxide 0.25.4 HTTP Credential Leak via Redirect

CVE ID :CVE-2026-82255
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :gitoxide versions from 0.25.4 contain an HTTP credential leak vulnerability in the curl-based transport backend where credentials are sent to attacker-controlled servers after HTTP redirects. The vulnerability occurs because credential validation checks the original URL instead of the effective URL after redirect, allowing attackers to steal authentication tokens through cross-domain redirects or HTTPS-to-HTTP downgrades.
Severity: 7.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82256 - SvelteKit before 2.69.1 Denial of Service via Remote Form

CVE ID :CVE-2026-82256
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :SvelteKit before 2.69.1 fails to properly validate remote form function payload sizes, allowing attackers to crash the Node process by sending large payloads. Repeated exploitation causes denial of service by repeatedly crashing the application process.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82257 - SvelteKit before 2.69.1 Prototype Pollution via File Input

CVE ID :CVE-2026-82257
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :SvelteKit versions before 2.69.1 contain a prototype pollution vulnerability in remote form functions with file input fields that accept arbitrary user-controlled path names. Attackers can manipulate the deletion path to remove methods on the prototype, potentially disabling application functionality.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-82258 - SvelteKit 2.38.0 before 2.60.1 Cross-User Data Disclosure via query.batch

CVE ID :CVE-2026-82258
Published : Aug. 28, 2026, 10:49 a.m. | 1 hour, 2 minutes ago
Description :SvelteKit versions from 2.38.0 before 2.60.1 contain a race condition in query.batch that allows concurrent requests from different users to merge under a single request context. Attackers can exploit specific timing conditions to access sensitive data from other users' concurrent requests.
Severity: 5.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...