Export limit exceeded: 376903 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Export limit exceeded: 376903 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (376903 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-73068 1 Tooljet 1 Tooljet 2026-08-13 5.9 Medium
ToolJet is the open-source foundation am AI-native platform for building and deploying internal tools, workflows and AI agents. Prior to 3.20.207, the ToolJet Database HTTP API in server/src/modules/tooljet-db/controller.ts authorizes operations against the :organizationId URL path value without verifying that the caller belongs to that organization. JwtAuthGuard validates the tj-workspace-id header against the caller's memberships, while server/src/modules/tooljet-db/ability/index.ts grants VIEW_TABLES, VIEW_TABLE, and JOIN_TABLES without binding them to the path organization. An authenticated user can set tj-workspace-id to the user's own workspace and target another workspace through GET /api/tooljet-db/organizations/:organizationId/tables, GET /api/tooljet-db/organizations/:organizationId/table/:tableName, POST /api/tooljet-db/organizations/:organizationId/join, and the related table-management routes, allowing disclosure of table names, schemas, and rows and allowing tables to be created, altered, bulk populated, or dropped across tenant boundaries. This issue is fixed in version 3.20.207-lts.
CVE-2026-73034 1 Eosphoros-ai 1 Db-gpt 2026-08-13 9.8 Critical
DB-GPT v0.8.1 contains an unauthenticated path traversal vulnerability that allows remote attackers to write arbitrary files to any location on the server by injecting directory traversal sequences into the user_id HTTP header of the Python file-upload endpoint. Attackers can send a crafted multipart upload request with a traversal-poisoned user_id header to escape the intended upload directory and write attacker-controlled content to locations such as Python startup hooks, cron directories, or agent scripts, resulting in remote code execution.
CVE-2026-72922 1 Significant-gravitas 1 Autogpt 2026-08-13 8.2 High
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.70, AutoGPT's autogpt_platform/backend/backend/api/features/integrations/router.py webhook_ingress_generic route selected get_webhook_manager(provider) from the untrusted provider URL segment without verifying webhook.provider, allowing a request to /compass/webhooks/{webhook_id}/ingress to use CompassWebhookManager's inherited no-op BaseWebhooksManager.verify_signature instead of GenericWebhooksManager.verify_signature, bypass X-Webhook-Secret for a configured secret_token, and execute a generic webhook graph as its owner. This issue is fixed in version 0.6.70.
CVE-2026-72712 1 Nmap 1 Nmap 2026-08-13 6.5 Medium
Nmap versions up to and including 7.99 contains a denial of service vulnerability that allows remote attackers to crash the application by sending a crafted packet containing a zero-length TCP option. The malformed packet forces the Packet:parse_options() function in nselib/packet.lua to allocate objects in an infinite loop, causing an out-of-memory condition that results in application crash.
CVE-2026-72522 1 Libexpat Project 1 Libexpat 2026-08-13 6.2 Medium
libexpat before 2.8.3 has an out-of-bounds read and resultant infinite loop because low surrogates are treated the same as high surrogates during Unicode processing in the *_toUtf16 functions.
CVE-2026-72508 1 Redhat 2 Acm, Advanced Cluster Management For Kubernetes 2026-08-13 9.9 Critical
A flaw was found in the multicloud-operators-subscription component of Red Hat Advanced Cluster Management (RHACM). This vulnerability allows a namespace-admin tenant to perform a confused-deputy attack by creating Subscription Custom Resources (CRs) that leverage a highly privileged ServiceAccount (SA). This enables the tenant to deploy arbitrary cluster-scoped resources, leading to privilege escalation and potential arbitrary code execution across the cluster.
CVE-2026-71475 1 Redhat 2 Acm, Advanced Cluster Management For Kubernetes 2026-08-13 5 Medium
A flaw was found in insights-client. A compromised managed cluster, referred to as a 'spoke', can inject unencoded data into the Insights API URL path. This occurs because the ClusterID, which is controlled by the spoke, is used directly in the request path without proper validation or URL encoding. This vulnerability allows a malicious spoke to redirect authenticated requests to unintended API endpoints, potentially leading to information disclosure or unauthorized access.
CVE-2026-69117 1 Netbox 1 Netbox 2026-08-13 6.5 Medium
NetBox 4.5.8 contains an ORM injection vulnerability that allows authenticated attackers, including those with read-only API tokens, to inject arbitrary Django ORM lookup expressions into nested object references by supplying crafted JSON dictionary keys in POST, PUT, or PATCH requests to any REST API endpoint. Attackers can exploit the unrestricted queryset used by WritableNestedSerializer to perform boolean-based blind data extraction of sensitive field values and bypass object-level permissions across all application modules including dcim, ipam, tenancy, virtualization, circuits, and extras.
CVE-2026-69106 1 Jfrog 1 Artifactory 2026-08-13 8.8 High
A low-privileged user may poison cached artifact metadata under specific conditions, potentially causing consumers to retrieve untrusted content.
CVE-2026-63298 1 Canonical 1 Lxd 2026-08-13 8.7 High
An improper neutralization of special elements vulnerability in LXD's NVIDIA instance configuration handling allows an authenticated attacker to inject arbitrary configuration directives. By supplying newline characters within the 'nvidia.driver.capabilities' or 'nvidia.require.*' configuration values, an attacker can manipulate the generated lxc.conf file. This flaw enables the attacker to execute arbitrary code on the host system with the privileges of the LXD daemon.
CVE-2026-63297 1 Canonical 1 Lxd 2026-08-13 9.9 Critical
An authorization bypass vulnerability in LXD due to a timing flaw during configuration merging allows an authenticated attacker to bypass target project restrictions during cross-project instance copies. When copying an instance to a target project, LXD performs restriction checks before configuration merging is complete, creating a time-of-check to time-of-use (TOCTOU) condition. An attacker can exploit this flaw to copy instances with disallowed high-privilege configurations into restricted projects, bypassing security controls.
CVE-2026-63295 1 Canonical 1 Lxd 2026-08-13 4.3 Medium
An authorization bypass vulnerability in LXD allows an authenticated attacker to bypass project-level container isolation restrictions. When a project is configured with restrictions on container privileges (such as enforcing restricted.containers.privilege=isolated), LXD fails to enforce the requirement if an instance configuration omits the security.idmap.isolated key. An attacker can exploit this flaw by creating or updating an instance without explicitly setting security.idmap.isolated, bypassing the target project's security constraints.
CVE-2026-63134 1 Cisagov 1 Malcolm 2026-08-13 5.4 Medium
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive's secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue.
CVE-2026-59507 1 Priority 1 Portal Generator Addon To Priority Erp (developed By Soft Solutions) 2026-08-13 9.3 Critical
CWE-798: Use of Hard-coded Credentials CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-284: Improper Access Control
CVE-2026-59506 2026-08-13 9.3 Critical
CWE-306: Missing Authentication for Critical Function
CVE-2026-59505 2026-08-13 8.6 High
CWE-284: Improper Access Control
CVE-2026-59504 1 Priority 1 Portal Generator Addon To Priority Erp (developed By Soft Solutions) 2026-08-13 9.1 Critical
CWE-602: Client-Side Enforcement of Server-Side Security
CVE-2026-59503 1 Priority 1 Portal Generator Addon To Priority Erp (developed By Soft Solutions) 2026-08-13 9.1 Critical
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-359: Exposure of Private Personal Information to an Unauthorized Actor
CVE-2026-59502 1 Priority 1 Portal Generator Addon To Priority Erp (developed By Soft Solutions) 2026-08-13 5.3 Medium
CWE-203: Observable Discrepancy
CVE-2026-59501 1 Priority 1 Portal Generator Addon To Priority Erp (developed By Soft Solutions) 2026-08-13 8.2 High
CWE-284: Improper Access Control