Lucene search
+L

10606 matches found

Snyk
Snyk
added 2025/09/22 9:10 p.m.6 views

Unsafe Dependency Resolution

Overview DotNetNuke.Core is a references provider to the DotNetNuke.dll to develop extensions for the DNN Platform. Affected versions of this package are vulnerable to Unsafe Dependency Resolution via the Skin feature. An attacker can cause unauthorized theme loading and potentially execute...

7.3CVSS7.5AI score0.00322EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/09/22 9:10 p.m.8 views

Unsafe Dependency Resolution

Overview Affected versions of this package are vulnerable to Unsafe Dependency Resolution via the Skin feature. An attacker can cause unauthorized theme loading and potentially execute arbitrary code by supplying crafted query parameters to load unused or outdated themes. Remediation Upgrade...

7.3CVSS7.6AI score0.00322EPSS
SaveExploits0References2
CVE
CVE
added 2025/09/22 8:59 p.m.36 views

CVE-2025-59535

DNN (DotNetNuke) before version 10.1.0 is vulnerable to loading unused themes via query parameters. If an installed theme has a vulnerability, it could be loaded on unsuspecting clients, potentially enabling server-side or client-side arbitrary code execution depending on the vulnerable theme. Th...

6.5CVSS6.3AI score0.00322EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/09/22 12:4 p.m.19 views

CVE-2025-10854 Symlink Following in txtai leads to arbitrary file write when loading untrusted embedding indices

The txtai framework allows the loading of compressed tar files as embedding indices. While the validate function is intended to prevent path traversal vulnerabilities by ensuring safe filenames, it does not account for symbolic links within the tar file. An attacker is able to write a file anywhe...

8.1CVSS0.00427EPSS
SaveExploits0References2
CVE
CVE
added 2025/09/22 12:4 p.m.35 views

CVE-2025-10854

The CVE-2025-10854 issue affects the txtai framework where loading compressed tar files as embedding indices is vulnerable: the existing path traversal protection does not account for symbolic links inside the tar, allowing an attacker to write arbitrary files on the filesystem when untrusted emb...

8.1CVSS6.6AI score0.00427EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/09/19 12:31 p.m.13 views

CVE-2025-10157

A Protection Mechanism Failure vulnerability in mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass the unsafe globals check. This is possible because the scanner performs an exact match for module names, allowing malicious payloads to be loaded via...

9.3CVSS6.7AI score0.00761EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/09/19 9:31 a.m.7 views

Duplicate Advisory: The Keras `Model.load_model` method **silently** ignores `safe_mode=True` and allows arbitrary code execution when a `.h5`/`.hdf5` file is loaded.

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-36rr-ww3j-vrjv. This link is maintained to preserve external references. Original Description The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One c...

7.3CVSS7.4AI score0.00203EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/09/19 9:15 a.m.13 views

PYSEC-2025-123

The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One can create a specially crafted .h5/.hdf5 model archive that, when loaded via Model.loadmodel, will trigger arbitrary code to be executed. This is achieved by crafting a special...

7.3CVSS6AI score0.00203EPSS
SaveExploits1References2
OSV
OSV
added 2025/09/19 9:15 a.m.5 views

AZL-67505 CVE-2025-9905 affecting package keras for versions less than 3.3.3-4

The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One can create a specially crafted .h5/.hdf5 model archive that, when loaded via Model.loadmodel, will trigger arbitrary code to be executed. This is achieved by crafting a special...

7.3CVSS7.4AI score0.00203EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/19 8:16 a.m.6 views

CVE-2025-9905 Arbitary Code execution in Keras load_model()

The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One can create a specially crafted .h5/.hdf5 model archive that, when loaded via Model.loadmodel, will trigger arbitrary code to be executed. This is achieved by crafting a special...

7.3CVSS7.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/19 8:15 a.m.15 views

CVE-2025-9906 Arbitrary Code execution in Keras Safe Mode

The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One can create a specially crafted .keras model archive that, when loaded via Model.loadmodel, will trigger arbitrary code to be executed. This is achieved by crafting a special...

8.6CVSS0.00186EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/19 12:0 a.m.8 views

PT-2025-38517

Name of the Vulnerable Software and Affected Versions Keras affected versions not specified Description The Model.load model method can be exploited to achieve arbitrary code execution, even when safe mode is enabled. This is possible by creating a specially crafted .h5 or .hdf5 model archive tha...

7.3CVSS7AI score0.00203EPSS
SaveExploits1References19
SUSE CVE
SUSE CVE
added 2025/09/18 11:43 p.m.6 views

SUSE CVE-2022-50376

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefskernel,clientdebuginit When insert and remove the orangefs module, there are memory leaked as below: unreferenced object 0xffff88816b0cc000 size 2048: comm "insmod", pid 783, jiffies 4294813439 a...

2.3CVSS6.7AI score0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 4:15 p.m.3 views

DEBIAN-CVE-2023-53425

In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is still dereferenced. This fixes this smatch warning: drivers/media/platform/mediatek/vpu/mtkvpu.c:570 vpuloadfirmware warn: address of NULL point...

5.5CVSS5.3AI score0.00136EPSS
SaveExploits0References1
PyPA
PyPA
added 2025/09/17 12:15 p.m.14 views

PYSEC-2025-153

A Protection Mechanism Failure vulnerability in mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass the unsafe globals check. This is possible because the scanner performs an exact match for module names, allowing malicious payloads to be loaded via...

9.3CVSS7.5AI score0.00761EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2025/09/17 12:15 p.m.24 views

CVE-2025-10157

A Protection Mechanism Failure vulnerability in mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass the unsafe globals check. This is possible because the scanner performs an exact match for module names, allowing malicious payloads to be loaded via...

9.3CVSS0.00761EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2025/09/17 12:0 a.m.9 views

NVIDIA Triton Inference Server 输入验证错误漏洞

NVIDIA Triton Inference Server is an open source software from NVIDIA that helps standardize model deployment and deliver fast and scalable AI in production. NVIDIA Triton Inference Server suffers from an input validation error vulnerability that originates from loading a misconfigured model, whi...

7.5CVSS6.6AI score0.00322EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.10 views

SUSE CVE-2025-39815

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: fix stack overrun when loading vlenb The userspace load can put up to 2048 bits into an xlen bit stack buffer. We want only xlen bits, so check the size beforehand...

7.8CVSS6.5AI score0.00142EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2025/09/16 3:6 p.m.8 views

Security Bulletin: AIX/VIOS is vulnerable to a race condition in directory handling due to Perl (CVE-2025-40909)

Summary Vulnerability in Perl could allow a local attacker to load code or access files from unexpected locations CVE-2025-40909. AIX uses Perl in various operating system components. Vulnerability Details CVEID:CVE-2025-40909 DESCRIPTION: Perl threads have a working directory race condition wher...

5.9CVSS6.4AI score0.00375EPSS
SaveExploits0Affected Software2
NVD
NVD
added 2025/09/16 1:15 p.m.7 views

CVE-2025-39815

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: fix stack overrun when loading vlenb The userspace load can put up to 2048 bits into an xlen bit stack buffer. We want only xlen bits, so check the size beforehand...

7.8CVSS0.00142EPSS
SaveExploits0References3
Rows per page
Query Builder