In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade local-deep-research to version 1.0.0 or higher.
local-deep-research is an AI-powered research assistant with deep, iterative analysis using LLMs and web searches
Affected versions of this package are vulnerable to Improper Input Validation via the HTML entity decoding logic in the client-side PDF export pipeline. An attacker can exploit this vulnerability by supplying specially crafted input containing nested or malformed HTML entities that are double-unescaped in the downloadPdf function of the src/local_deep_research/web/static/js/services/pdf.js component, allowing encoded payloads to be transformed into executable markup after multiple decoding passes.