Lucene search
+L

13296 matches found

Packet Storm News
Packet Storm News
added 2026/04/02 12:0 a.m.11 views

Seclens: Role-Specific Evaluation of LLM'S for Security Vulnerablity Detection

Existing benchmarks for LLM-based vulnerability detection compress model performance into a single metric, which fails to reflect the distinct priorities of different stakeholders. For example, a CISO may emphasize high recall of critical vulnerabilities, an engineering leader may prioritize...

5.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/02 12:0 a.m.17 views

Docker Desktop < 4.67.0 SSRF (CVE-2026-33990)

The version of Docker Desktop installed on the remote host is prior to 4.67.0. It is, therefore, affected by a server-side request forgery SSRF vulnerability: - Docker Model Runner contains an SSRF vulnerability in its OCI registry token exchange flow. When pulling a model, Model Runner follows t...

9.1CVSS6AI score0.00253EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2026/04/02 12:0 a.m.7 views

Synthetic Trust Attacks: Modeling How Generative AI Manipulates Human Decisions in Social Engineering Fraud

Imagine receiving a video call from your CFO, surrounded by colleagues, asking you to urgently authorise a confidential transfer. You comply. Every person on that call was fake, and you just lost $25 million. This is not a hypothetical. It happened in Hong Kong in January 2024, and it is becoming...

5.9AI score
SaveExploits0
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.16 views

vLLM 输入验证错误漏洞

vLLM is an open-source LLM-based inference and service engine that features high throughput and efficient memory usage. Versions of vLLM prior to 0.5.5 and 0.18.0 contained a vulnerability related to input validation errors. This vulnerability stemmed from inconsistencies in the audio mono downmi...

7.1CVSS5.8AI score0.00267EPSS
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2026/04/02 12:0 a.m.11 views

AEGIS: Adversarial Entropy-Guided Immune System -- Thermodynamic State Space Models for Zero-Day Network Evasion Detection

As TLS 1.3 encryption limits traditional Deep Packet Inspection DPI, the security community has pivoted to Euclidean Transformer-based classifiers e.g., ET-BERT for encrypted traffic analysis. However, these models remain vulnerable to byte-level adversarial morphing -- recent pre-padding attacks...

6AI score
SaveExploits0
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.32 views

MCP Go SDK 安全漏洞

MCP Go SDK is an open-source development toolkit for the Model Context Protocol. Versions of MCP Go SDK prior to 1.4.0 contained security vulnerabilities. These vulnerabilities stemmed from the default lack of DNS rebinding protection, allowing malicious websites to bypass the same-origin policy...

8.1CVSS5.8AI score0.00455EPSS
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2026/04/02 12:0 a.m.9 views

The Quantum-Cryptographic Co-Evolution

As quantum computing matures toward the realization of Cryptographically Relevant Quantum Computers CRQC, global cryptographic infrastructure faces an existential threat. This paper introduces a two-dimensional coordinate system to map the co-evolution of cryptographic resilience x-axis and...

5.9AI score
SaveExploits0
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.17 views

fast-filesystem-mcp 命令注入漏洞

fast-filesystem-mcp is a model context protocol server developed by Efforthye. Versions of fast-filesystem-mcp 3.5.1 and earlier contained a command injection vulnerability. This vulnerability originated from the handleGetDiskUsage function in the file src/index.ts, which allowed command injectio...

6.5CVSS6.6AI score0.0111EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.22 views

PT-2026-29747

Name of the Vulnerable Software and Affected Versions Agno versions prior to 2.3.24 Description An arbitrary code execution issue exists in the model execution component. Attackers can execute arbitrary Python code by manipulating the field type parameter passed to the eval function. By influenci...

9.8CVSS6.7AI score0.00842EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.20 views

agno 安全漏洞

Agno is an open-source full-stack framework developed by Agno for building multi-agent systems with memory, knowledge, and reasoning capabilities. Versions of Agno prior to 2.3.24 contained a security vulnerability, which was caused by improper handling of the fieldtype parameter in the model...

9.8CVSS6.3AI score0.00842EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/01 11:58 p.m.8 views

GHSA-W2FM-25VW-VH7F mcp-handler has a tool response leak across concurrent client sessions ('Race Condition')

mcp-handler versions prior to 1.1.0 accepted @modelcontextprotocol/sdk =1.26.0, which contains the fix for CVE-2026-25536. Workarounds - Upgrade @modelcontextprotocol/sdk to =1.26.0 note: the SDK will throw on transport reuse, which will break mcp-handler 1.1.0 which effectively forces the upgrad...

7.1CVSS6.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/01 11:58 p.m.10 views

mcp-handler has a tool response leak across concurrent client sessions ('Race Condition')

mcp-handler versions prior to 1.1.0 accepted @modelcontextprotocol/sdk =1.26.0, which contains the fix for CVE-2026-25536. Workarounds - Upgrade @modelcontextprotocol/sdk to =1.26.0 note: the SDK will throw on transport reuse, which will break mcp-handler 1.1.0 which effectively forces the upgrad...

7.1CVSS6.2AI score0.00267EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/01 11:22 p.m.4 views

GHSA-324Q-CWX9-7CRR KubeAI: OS Command Injection via Model URL in Ollama Engine startup probe allows arbitrary command execution in model pods

CHAMP: Description Summary The ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash -c as a Kubernetes startup probe. An...

8.7CVSS6.1AI score0.00448EPSS
SaveExploits3References3
Github Security Blog
Github Security Blog
added 2026/04/01 11:22 p.m.14 views

KubeAI: OS Command Injection via Model URL in Ollama Engine startup probe allows arbitrary command execution in model pods

CHAMP: Description Summary The ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash -c as a Kubernetes startup probe. An...

8.8CVSS6.1AI score0.00448EPSS
SaveExploits3References3Affected Software1
OSV
OSV
added 2026/04/01 10:4 p.m.15 views

GHSA-G4PP-FHGF-8653 CI4MS: Menu Management (Pages) Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Pages Added to Menu Persistent Payload Injection - Stored Cross-Site Scripting via Unsafe Rendering of Page Entries in Menu Management Description The application fails to properly sanitize user-controlled input when adding Pages to navigation menus throu...

9.1CVSS6.2AI score0.00307EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/04/01 9:53 p.m.9 views

EUVD-2026-18070

CI4MS: Blogs Tags Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS...

9.1CVSS5.8AI score0.00324EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/04/01 9:23 p.m.27 views

CVE-2026-34561 CI4MS: System Settings (Social Media Management) Full Platform Compromise & Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a production-ready, modular architecture with RBAC authorization and theme support. Prior to version 0.31.0.0, the application fails to properly sanitize user-controlled input within System Settings – Social Media Management. Multiple...

4.7CVSS0.00229EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/01 9:14 p.m.15 views

GHSA-P433-9WV8-28XJ ONNX: External Data Symlink Traversal

Summary - Issue: Symlink traversal in external data loading allows reading files outside the model directory. - Affected code: onnx/onnx/checker.cc: resolveexternaldatalocation used via Python onnx.externaldatahelper.loadexternaldataformodel. - Impact: Arbitrary file read confidentiality breach...

5.5CVSS5.8AI score0.00248EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/01 9:14 p.m.12 views

ONNX: External Data Symlink Traversal

Summary - Issue: Symlink traversal in external data loading allows reading files outside the model directory. - Affected code: onnx/onnx/checker.cc: resolveexternaldatalocation used via Python onnx.externaldatahelper.loadexternaldataformodel. - Impact: Arbitrary file read confidentiality breach...

5.5CVSS5.8AI score0.00248EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/04/01 9:10 p.m.8 views

EUVD-2026-17985

ONNX: Malicious ONNX models can crash servers by exploiting unprotected object settings...

8.6CVSS5.8AI score0.00288EPSS
SaveExploits0References4
Rows per page
Query Builder