Lucene search
+L

98900 matches found

OSV
OSV
added 2026/07/20 4:27 p.m.9 views

CVE-2026-64192 bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject BPFMAPTYPEINODESTORAGE creation if BPF LSM is uninitialized When CONFIGBPFLSM=y is set, BPF inode storage maps BPFMAPTYPEINODESTORAGE are compiled into the kernel. However, if the BPF LSM is not explicitly enabled at...

5.3AI score
SaveExploits0References8
OSV
OSV
added 2026/07/20 4:27 p.m.8 views

CVE-2026-64191 i2c: stub: Reject I2C block transfers with invalid length

In the Linux kernel, the following vulnerability has been resolved: i2c: stub: Reject I2C block transfers with invalid length The I2CSMBUSI2CBLOCKDATA case in stubxfer uses data-block0 as the transfer length. The existing check only clamps it to avoid overrunning the chip-words256 register array,...

7.8CVSS5.6AI score
SaveExploits0References11
OSV
OSV
added 2026/07/20 4:27 p.m.13 views

CVE-2026-64190 net: team: fix NULL pointer dereference in team_xmit during mode change

In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in teamxmit during mode change teamchangemode clears team-ops with memset before restoring safe dummy handlers via teamadjustops. A concurrent teamxmit running under RCU on another CPU can...

5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/07/20 4:27 p.m.8 views

CVE-2026-64188 net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix endpoint use-after-free in rmnetdellink rmnetdellink removes the endpoint from the hash table with hlistdelinitrcu and then immediately frees it with kfree. However, RCU readers on the receive path...

7.8CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/07/20 4:27 p.m.11 views

CVE-2026-64189 netfilter: ipset: fix race between dump and ip_set_list resize

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix race between dump and ipsetlist resize The release path of ipsetdumpdo and ipsetdumpdone read inst-ipsetlist via ipsetrefnetlink, a plain rcudereferenceraw of the array pointer. These run from netlinkrecvmsg...

7.8CVSS5.4AI score
SaveExploits0References11
OSV
OSV
added 2026/07/20 4:27 p.m.10 views

CVE-2026-64187 xfs: fail recovery on a committed log item with no regions

In the Linux kernel, the following vulnerability has been resolved: xfs: fail recovery on a committed log item with no regions If the first op of a transaction is a bare transaction header len == sizeofstruct xfstransheader, xlogrecoveraddtotrans adds an item but no region, leaving it on ritemq...

5.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/20 4:24 p.m.40 views

CVE-2026-54051 Network-AI has an an OS Command Injection issue

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.9.1, the agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the who...

9.9CVSS0.0037EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/20 4:24 p.m.5 views

CVE-2026-54051 Network-AI has an an OS Command Injection issue

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.9.1, the agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the who...

9.9CVSS6.2AI score0.0037EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 4:24 p.m.8 views

CVE-2026-54051 Network-AI has an an OS Command Injection issue

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.9.1, the agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the who...

9.9CVSS6.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/20 4:24 p.m.11 views

EUVD-2026-46003

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.9.1, the agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the who...

9.9CVSS6.3AI score0.0037EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:24 p.m.9 views

CVE-2026-54051

Network-AI is a TypeScript/Node.js multi-agent orchestrator. Prior to version 5.9.1, the agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the who...

9.9CVSS6.3AI score0.0037EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/07/20 4:24 p.m.53 views

CVE-2026-54051

Network-AI (TypeScript/Node.js) prior to 5.9.1 is vulnerable: the agent sandbox gates shell commands via an allowlist, but ShellExecutor runs commands through /bin/sh -c. Wildcards like git *, npm *, or node * can match unintended strings (e.g., git status; …), enabling arbitrary code execution i...

9.9CVSS6.2AI score0.0037EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.2 views

GitPython: GitPython: Arbitrary code execution via injected newlines in Git configuration

A flaw was found in GitPython, a Python library used to interact with Git repositories. The GitConfigParser.setvalue function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious configuration settings, specifically the core.hooksPath, into a Gi...

7.8CVSS8.4AI score0.00237EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.4 views

GitPython: GitPython: Arbitrary code execution via improper validation of clone options

A flaw was found in GitPython, a Python library for interacting with Git repositories. A remote attacker could exploit an input validation vulnerability in the clone function. By crafting a malicious string in the multioptions parameter, an attacker could bypass validation. This allows for the...

9.8CVSS9.2AI score0.00571EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.4 views

GitPython: GitPython: Arbitrary command execution due to bypass of dangerous Git option checks

A flaw was found in GitPython, a Python library used to interact with Git repositories. This vulnerability allows an attacker to achieve arbitrary command execution by providing specially crafted arguments kwargs to functions such as Repo.clonefrom, Remote.fetch, Remote.pull, or Remote.push. This...

8.8CVSS8.6AI score0.00749EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.11 views

ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution

A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field...

7.8CVSS6.1AI score0.00222EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/20 4:16 p.m.12 views

CVE-2026-26081

HAProxy Community Edition 3.0 through 3.3 before 3.3.3 lacks a length check for the NEWTOKEN format. HAProxy Enterprise and ALOHA are also affected...

4.8CVSS0.00363EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 4:16 p.m.11 views

CVE-2026-26080

HAProxy Community Edition 3.2.x through 3.3.x before 3.3.3 can enter a loop or crash because varint is mishandled. HAProxy Enterprise and ALOHA are also affected...

3.7CVSS0.00416EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.3 views

GitPython: GitPython: Arbitrary code execution via improper validation of clone options

A flaw was found in GitPython, a Python library for interacting with Git repositories. A remote attacker could exploit an input validation vulnerability in the clone function. By crafting a malicious string in the multioptions parameter, an attacker could bypass validation. This allows for the...

9.8CVSS9.2AI score0.00571EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.3 views

GitPython: GitPython: Arbitrary code execution via injected newlines in Git configuration

A flaw was found in GitPython, a Python library used to interact with Git repositories. The GitConfigParser.setvalue function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious configuration settings, specifically the core.hooksPath, into a Gi...

7.8CVSS8.4AI score0.00237EPSS
SaveExploits1References6
Rows per page
Query Builder