Lucene search
+L

4962 matches found

Cvelist
Cvelist
added 2026/03/18 7:41 p.m.25 views

CVE-2026-4396

Improper certificate validation in Devolutions Hub Reporting Service 2025.3.1.1 and earlier allows a network attacker to perform a man-in-the-middle attack via disabled TLS certificate verification...

0.00145EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/18 7:41 p.m.3 views

CVE-2026-4396

Improper certificate validation in Devolutions Hub Reporting Service 2025.3.1.1 and earlier allows a network attacker to perform a man-in-the-middle attack via disabled TLS certificate verification...

8.3CVSS5.8AI score0.00145EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/18 7:41 p.m.38 views

CVE-2026-4396

CVE-2026-4396 affects Devolutions Hub Reporting Service 2025.3.1.1 and earlier. The issue is improper certificate validation, allowing a network attacker to perform a MITM when TLS certificate verification is disabled. The connected sources provide this description but do not include exploit deta...

8.3CVSS5.8AI score0.00145EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/18 7:41 p.m.4 views

CVE-2026-4396

Improper certificate validation in Devolutions Hub Reporting Service 2025.3.1.1 and earlier allows a network attacker to perform a man-in-the-middle attack via disabled TLS certificate verification...

5.8AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/18 2:16 a.m.10 views

DEBIAN-CVE-2026-28500

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

9.1CVSS5.3AI score0.00318EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/18 1:15 a.m.82 views

CVE-2026-28500

CVE-2026-28500 affects ONNX up to v1.20.1 where onnx.hub.load() bypasses security checks due to flawed repository trust logic. The silent=True flag silences warnings and prompts, enabling a vector for zero-interaction supply-chain attacks. When combined with filesystem vulnerabilities, an attacke...

9.1CVSS5.7AI score0.00318EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/03/18 1:15 a.m.44 views

CVE-2026-28500

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

9.1CVSS5.3AI score0.00318EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/03/18 1:15 a.m.48 views

CVE-2026-28500 ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load due to improper logic in the repository trust verification mechanism. While the function is designed to warn users...

8.6CVSS0.00318EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.11 views

Devolutions Hub Reporting Service 安全漏洞

The Devolutions Hub Reporting Service is a component of the Canadian company Devolutions that manages reports on the usage of remote access credentials. Versions of the Devolutions Hub Reporting Service prior to 2025.3.1.1 contained security vulnerabilities; these vulnerabilities were caused by...

8.3CVSS5.9AI score0.00145EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.30 views

ONNX 安全漏洞

ONNX Open Neural Network Exchange is an open standard for machine learning interoperability, developed under the ONNX open source framework. Versions of ONNX prior to 1.20.1 contain security vulnerabilities. These vulnerabilities stem from improper logic in the repository trust verification...

9.1CVSS5.8AI score0.00318EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/18 12:00 a.m.13 views

PT-2026-26149

🟠 CVE-2026-4396 - High Improper certificate validation in Devolutions Hub Reporting Service 2025.3.1.1 and earlier allows a network attacker to perform a man-in-the-middle attack via disabled TLS certificate verif... https://t.co/fSciVkCYpu https://t.co/yeXegKnc3n...

8.3CVSS5.8AI score0.00145EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/16 4:23 p.m.16 views

ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

What's the issue Passing silent=True to onnx.hub.load kills all trust warnings and user prompts. This means a model can be downloaded from any unverified GitHub repo with zero user awareness. python if not verifyreporefrepo and not silent: completely skipped when silent=True print"The model repo...

9.1CVSS6.2AI score0.00318EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/03/16 4:23 p.m.4 views

Resources Downloaded over Insecure Protocol

Overview onnx is an Open Neural Network Exchange Affected versions of this package are vulnerable to Resources Downloaded over Insecure Protocol via the onnx.hub.load function when the silent parameter is set to True. An attacker can bypass repository trust verification and suppress all security...

9.2CVSS6.1AI score0.00318EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/16 4:23 p.m.4 views

GHSA-HQMJ-H5C6-369M ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack

What's the issue Passing silent=True to onnx.hub.load kills all trust warnings and user prompts. This means a model can be downloaded from any unverified GitHub repo with zero user awareness. python if not verifyreporefrepo and not silent: completely skipped when silent=True print"The model repo...

8.6CVSS6.2AI score0.00318EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.16 views

PT-2026-25841

Name of the Vulnerable Software and Affected Versions Open Neural Network Exchange ONNX versions through 1.20.1 Description ONNX is an open standard for machine learning interoperability. A security control bypass exists in the onnx.hub.load function due to flawed repository trust verification...

9.1CVSS5.8AI score0.00318EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2026/03/13 9:25 p.m.7 views

CVE-2026-32719 AnythingLLM has a Zip Slip Path Traversal and Code Execution via Community Hub Plugin Import

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, The ImportedPlugin.importCommunityItemFromUrl function in server/utils/agents/imported.js downloads a ZIP file from a community hub URL and extracts i...

4.2CVSS6AI score0.00388EPSS
SaveExploits1References2
CVE
CVE
added 2026/03/13 9:25 p.m.52 views

CVE-2026-32719

AnythingLLM (versions

6.4CVSS6AI score0.00388EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/13 9:25 p.m.6 views

CVE-2026-32719

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, The ImportedPlugin.importCommunityItemFromUrl function in server/utils/agents/imported.js downloads a ZIP file from a community hub URL and extracts i...

4.2CVSS6AI score0.00388EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/13 9:22 p.m.6 views

CVE-2026-32715 AnythingLLM Manager Privilege Bypass Allows Access to Admin-Only System Preferences

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, The two generic system-preferences endpoints allow manager role access, while every other surface that touches the same settings is restricted to admi...

3.8CVSS5.8AI score0.00198EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/13 9:22 p.m.43 views

CVE-2026-32715 AnythingLLM Manager Privilege Bypass Allows Access to Admin-Only System Preferences

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, The two generic system-preferences endpoints allow manager role access, while every other surface that touches the same settings is restricted to admi...

3.8CVSS0.00198EPSS
SaveExploits1References2
Rows per page
Query Builder