Lucene search
+L

5493 matches found

EUVD
EUVD
added 2026/08/09 6:30 a.m.13 views

EUVD-2026-54908

A security flaw has been discovered in aliyun alibabacloud-dataworks-mcp-server up to 1.0.43. The impacted element is the function ReadResourceRequestSchema of the file src/resources/initResources.ts. The manipulation of the argument request.params.uri results in server-side request forgery. The...

6.5CVSS6.3AI score0.0021EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/09 6:30 a.m.48 views

CVE-2026-19339

CVE-2026-19339 affects the Alibaba Cloud/DataWorks MCP server (aliyun alibabacloud-dataworks-mcp-server) up to version 1.0.43. The vulnerability is in ReadResourceRequestSchema (src/resources/initResources.ts): manipulating the argument request.params.uri enables server-side request forgery (SSRF...

6.5CVSS6.3AI score0.0021EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/07 5:17 p.m.41 views

CVE-2026-17603

Nexus Repository 3 did not sufficiently restrict which HikariCP connection-pool properties could be set through the DataStore configuration API. A user holding the nx-datastores-update permission could set the connectionInitSql property to execute arbitrary SQL against the configured database on...

8.7CVSS0.00387EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/07 4:07 p.m.10 views

CVE-2026-17603

Nexus Repository 3 did not sufficiently restrict which HikariCP connection-pool properties could be set through the DataStore configuration API. A user holding the nx-datastores-update permission could set the connectionInitSql property to execute arbitrary SQL against the configured database on...

8.7CVSS6.7AI score0.00387EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/07 3:36 p.m.14 views

GHSA-9RJ7-RF2P-W77R GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks

Summary Repo.init forwards kwargs verbatim to git init with no unsafe-option guard and no allowunsafeoptions parameter. git init --template= copies /hooks/ into the new repo's .git/hooks, so an attacker-controlled template kwarg plants a hook that executes on the next git operation → arbitrary co...

7.5CVSS6.1AI score0.00492EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.10 views

SUSE CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5CVSS5.5AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.15 views

SUSE CVE-2026-64602

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.5CVSS5.4AI score0.00165EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 10:17 p.m.12 views

CVE-2026-43627

llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llamabatchinit function where unchecked multiplications in malloc calls can wrap past INT32MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger integer overflow, causin...

8.5CVSS0.0014EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 10:17 p.m.7 views

DEBIAN-CVE-2026-43627

llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llamabatchinit function where unchecked multiplications in malloc calls can wrap past INT32MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger integer overflow, causin...

8.5CVSS6.4AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/06 3:40 p.m.7 views

CVE-2026-43627 llama.cpp b1283–b9058 Integer Overflow in llama_batch_init() Function

llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llamabatchinit function where unchecked multiplications in malloc calls can wrap past INT32MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger integer overflow, causin...

8.5CVSS6.4AI score0.0014EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/06 3:40 p.m.10 views

CVE-2026-43627

llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llamabatchinit function where unchecked multiplications in malloc calls can wrap past INT32MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger integer overflow, causin...

8.5CVSS6.4AI score0.0014EPSS
SaveExploits0
OSV
OSV
added 2026/08/06 8:16 a.m.10 views

UBUNTU-CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score0.00155EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.11 views

CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score0.00155EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.39 views

CVE-2026-64596 libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

0.00155EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.12 views

CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/06 7:13 a.m.14 views

EUVD-2026-53783

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 1:06 a.m.12 views

SUSE CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

4.7CVSS5.4AI score0.00117EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.13 views

EulerOS 2.0 SP15 : kernel (EulerOS-SA-2026-2889)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : mm: blk-cgroup: fix use-after-free in cgwbreleaseworkfnCVE-2026-31586 e1000/e1000e: Fix leak in DMA error cleanupCVE-2026-43445 futex: Clear stale...

9.8CVSS7.3AI score0.01501EPSS
SaveExploits13References138
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-64596

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 anoninode: rework assertions, pathnoexec warns when an anonymous-inode file...

6AI score0.00155EPSS
SaveExploits0References2
OPENSUSE Linux
OPENSUSE Linux
added 2026/08/06 12:00 a.m.8 views

amazon-ecs-init-1.106.0-1.1 on GA media (moderate)

amazon-ecs-init-1.106.0-1.1 on GA media Announcement ID: openSUSE-SU-2026:11443-1 Rating: moderate Cross-References: CVE-2026-10722 CVSS scores: CVE-2026-10722 SUSE : 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVE-2026-10722 SUSE : 8.7...

8.7CVSS5.4AI score0.00179EPSS
SaveExploits1
Rows per page
Query Builder