Lucene search
+L

151 matches found

Cvelist
Cvelist
added 2026/05/20 1:37 p.m.61 views

CVE-2026-21836 HCL DominoIQ is affected by broken access control

The HCL DominoIQ RAG feature is affected by a Broken Access Control vulnerability. Under certain circumstances, document level access restrictions will be ignored when determining what data to return from an AI query. This could enable an authenticated attacker to view sensitive data...

6.5CVSS0.00264EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/20 12:0 a.m.40 views

PT-2026-42166

Name of the Vulnerable Software and Affected Versions HCL DominoIQ affected versions not specified Description The RAG feature is affected by broken access control. Under certain circumstances, document level access restrictions are ignored when determining the data returned from an AI query, whi...

6.5CVSS5.9AI score0.00264EPSS
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2026/05/18 12:0 a.m.20 views

From Detection to Response: A Deep Learning and Retrieval-Augmented Generation Framework for Network Intrusion Mitigation

Machine-learning-based Intrusion Detection Systems IDS have achieved impressive accuracy in classifying network attacks, yet they consistently fall short on the question that matters most to a security analyst: what should I do next? This paper presents a unified, end-to-end framework that closes...

5.8AI score
SaveExploits0
CVE
CVE
added 2026/05/15 8:34 p.m.60 views

CVE-2026-45397

Open WebUI (self-hosted offline AI platform) is affected by CVE-2026-45397. The vulnerability is an information disclosure in the retrieval endpoint: GET /api/v1/retrieval/ can return live RAG configuration to unauthenticated clients. Affected component is backend/open_webui/routers/retrieval.py ...

5.3CVSS5.8AI score0.0075EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/05/15 8:34 p.m.64 views

CVE-2026-45397 Open WebUI: Unauthenticated RAG Configuration Disclosure

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.5, GET /api/v1/retrieval/ returns live RAG pipeline configuration to any unauthenticated HTTP client. No Authorization header, cookie, or API key is required. Every adjacent endpoint on...

5.3CVSS0.0075EPSS
SaveExploits1References1
Packet Storm News
Packet Storm News
added 2026/05/14 12:0 a.m.29 views

UGen: An Agentic Framework for Generating Microarchitectural Attack PoCs

Microarchitectural attacks continue to evolve, uncovering new exploitation vectors in modern processors. From a defensive perspective, assessing a system's susceptibility to such attacks remains challenging. Developing functional attack implementations is labor-intensive, requires deep...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/11 12:0 a.m.14 views

Adversarial SQL Injection Generation with LLM-Based Architectures

SQL injection SQLi attacks are still one of the serious attacks ranked in the Open Worldwide Application Security Project OWASP Top 10 threats. Today, with advances in Artificial Intelligence AI, especially in Large Language Models LLMs, an opportunity has been created for automating adversarial...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/08 12:0 a.m.14 views

Quantifiable Uncertainty: A Stochastic Consensus Multi-Agent RAG Framework for Robust Malware Detection

While contemporary deep learning malware detectors define a dominant defense paradigm, their sophistication also exposes them to novel structural evasion attacks, a limitation we attribute to their inherent inability to express epistemic uncertainty. To address this challenge, we present MAGMA, a...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/07 12:0 a.m.15 views

LCC-LLM: Leveraging Code-Centric Large Language Models for Malware Attribution

LLMs are increasingly explored for malware analysis; however, current LLM-based malware attribution remains limited by unsupported indicators and insufficient code-level grounding for identifying malicious and vulnerable code segments. To address these limitations, this research introduces LCC-LL...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/04 12:0 a.m.10 views

Evaluating Retrieval-Augmented Generation for Explainable Malware Analysis

Large Language Models LLMs are increasingly being used as security engineering tools to summarize and explain malware behavior to analysts. A common assumption is that Retrieval-Augmented Generation RAG improves explanation quality by injecting external security knowledge. In this work, we...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/01 12:0 a.m.12 views

When RAG Chatbots Expose Their Backend: An Anonymized Case Study of Privacy and Security Risks in Patient-Facing Medical AI

Background: Patient-facing medical chatbots based on retrieval-augmented generation RAG are increasingly promoted to deliver accessible, grounded health information. AI-assisted development lowers the barrier to building them, but they still demand rigorous security, privacy, and governance...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/29 12:0 a.m.56 views

Toward Autonomous SOC Operations: End-To-End LLM Framework for Threat Detection, Query Generation, and Resolution in Security Operations

Security Operations Centers SOCs face mounting operational challenges. These challenges come from increasing threat volumes, heterogeneous SIEM platforms, and time-consuming manual triage workflows. We present an end-to-end threat management framework that integrates ensemble-based detection,...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/25 12:0 a.m.11 views

AsmRAG: LLM-Driven Malware Detection by Retrieving Functionally Similar Assembly Code

Deep learning malware detectors achieve high classification accuracy but suffer from severe interpretability limitations, typically returning probabilistic verdicts that lack forensic context. We introduce AsmRAG, a framework performing malware analysis through Assembly-Level Retrieval-Augmented...

5.2AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/24 10:4 a.m.145 views

ai-security-poc

AI Security POC A fully containerised proof-of-concept for te...

5.5AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/22 10:13 a.m.124 views

llm-security-lab

LLM Security Lab Laboratoire de sécurité pour application...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/20 12:0 a.m.13 views

RAVEN: Retrieval-Augmented Vulnerability Exploration Network for Memory Corruption Analysis in User Code and Binary Programs

Large Language Models LLMs have demonstrated remarkable capabilities across various cybersecurity tasks, including vulnerability classification, detection, and patching. However, their potential in automated vulnerability report documentation and analysis remains underexplored. We present RAVEN...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/16 12:0 a.m.12 views

LLM4C2Rust: Large Language Models for Automated Memory-Safe Code Transpilation

Memory safety has long been a critical challenge in software engineering, particularly for legacy systems written in memory-unsafe languages such as C and C++. Rust, one of the youngest modern programming languages, offers built-in memory-safety guarantees that make it a strong candidate for secu...

5.8AI score
SaveExploits0
CNNVD
CNNVD
added 2026/04/14 12:0 a.m.13 views

MaxKB 安全漏洞

MaxKB is an open-source question-answering system based on large language models and RAG, developed by 1Panel-dev. Versions of MaxKB prior to 2.7.1 contained a security vulnerability. This vulnerability stemmed from a Eval injection flaw in the Markdown rendering engine, which could allow any use...

6.9CVSS6.1AI score0.00173EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/14 12:0 a.m.20 views

MaxKB 安全漏洞

MaxKB is an open-source question-answering system based on large language models and RAG, developed by 1Panel-dev. Versions of MaxKB prior to 2.7.1 contained a security vulnerability. This vulnerability stemmed from the use of storage-oriented cross-site scripting in the application name or icon...

6.9CVSS5.9AI score0.00216EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/04/11 12:0 a.m.14 views

MaxKB 代码注入漏洞

MaxKB is an open-source question-answering system based on large language models and RAG, developed by 1Panel-dev. Versions of MaxKB 2.2.1 and earlier have a code injection vulnerability. This vulnerability stems from incorrect handling of parameters in the file...

5.1CVSS5.7AI score0.00266EPSS
SaveExploits0References8
Rows per page
Query Builder