Search

Search Results (377501 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-66380 1 Jfrog 1 Artifactory 2026-09-02 4.3 Medium
An authenticated user without repository read permission may access private OCI referrer metadata under specific conditions.
CVE-2026-66381 1 Jfrog 1 Artifactory 2026-09-02 5.3 Medium
A repository reader with cache-deploy permission may access content outside a configured upstream path under specific conditions.
CVE-2026-66382 1 Jfrog 1 Artifactory 2026-09-02 4.3 Medium
An authenticated user may write files outside the intended Artifactory work directory under specific conditions.
CVE-2026-68752 1 Jfrog 1 Artifactory 2026-09-02 7.2 High
A Project Resource Manager may gain broader administrative privileges under specific conditions.
CVE-2026-68753 1 Jfrog 1 Artifactory 2026-09-02 5.3 Medium
An unauthenticated user may access restricted Artifactory content when a credentialed remote repository is configured in a specific way.
CVE-2026-68754 1 Jfrog 1 Artifactory 2026-09-02 6.5 Medium
A repository publisher without delete permission may modify protected package content under specific conditions.
CVE-2026-68755 1 Jfrog 1 Artifactory 2026-09-02 4.3 Medium
A bundle writer may create misleading release promotion information under specific conditions.
CVE-2026-68756 1 Jfrog 1 Artifactory 2026-09-02 6.6 Medium
A party with write access to stored session data may affect JFrog Artifactory under specific conditions.
CVE-2026-68757 1 Jfrog 1 Artifactory 2026-09-02 7.5 High
A user with access to a valid SAML response may impersonate another user under specific conditions.
CVE-2026-68760 1 Jfrog 1 Artifactory 2026-09-02 5.3 Medium
An unauthenticated user may bypass authentication under specific cache conditions.
CVE-2026-84857 1 Sigoden 1 Aichat 2026-09-02 5.3 Medium
A flaw has been found in sigoden aichat up to 0.30.4. This affects an unknown function of the file src/serve.rs of the component API Endpoint. This manipulation causes uncontrolled memory allocation. The attack can be initiated remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2023-20577 2026-09-02 7.4 High
A heap overflow in SMM module may allow an attacker with access to a second vulnerability that enables writing to SPI flash, potentially resulting in arbitrary code execution.
CVE-2026-68758 1 Jfrog 1 Artifactory 2026-09-02 6.5 Medium
A low-privileged authenticated user may access restricted support information under specific conditions.
CVE-2026-68759 1 Jfrog 1 Artifactory 2026-09-02 7.2 High
A holder of a valid integration credential may impersonate other users under specific conditions.
CVE-2026-76221 1 Gitpython Project 1 Gitpython 2026-09-02 8.8 High
GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshCommand = touch /tmp/RCE #' to execute arbitrary commands via core.sshCommand or core.hooksPath on the next git operation.
CVE-2026-84856 1 Rowboatlabs 1 Rowboat 2026-09-02 5.3 Medium
A vulnerability was detected in rowboatlabs rowboat up to 0.9.1. The impacted element is the function request.text/req.json of the file apps/rowboat/app/api/composio/webhook/route.ts of the component Composio Webhook Endpoint. The manipulation results in denial of service. It is possible to launch the attack remotely. The exploit is now public and may be used. Upgrading to version 0.9.2 is sufficient to resolve this issue. Upgrading the affected component is recommended. The legacy Next.js app was deleted at 0.9.2 rather than patched, leaving no security control behind.
CVE-2023-20576 2026-09-02 7.7 High
Insufficient Verification of Data Authenticity in AGESA™ may allow an attacker to update SPI ROM data potentially resulting in denial of service or privilege escalation.
CVE-2026-15809 1 Redhat 4 Confidential Compute Attestation, Openshift, Openshift Container Platform and 1 more 2026-09-02 7.8 High
A flaw was found in CRI-O. The fix for a previous vulnerability (CVE-2022-4318) was incorrect, allowing it to be bypassed. An attacker capable of setting environment variables on a container can inject a newline character into the HOME environment variable. This issue allows the addition of arbitrary lines into /etc/passwd by use of a specially crafted environment variable.
CVE-2026-56855 2026-09-02 N/A
Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connection down instead of buffering and blocking.
CVE-2026-78662 2026-09-02 N/A
Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.