The security intelligence platform for AI teams
AI security threats move fast and get buried under hype and noise. Built by an Information Systems Security researcher to help security teams and developers stay ahead of vulnerabilities, privacy incidents, safety research, and policy developments.
Independent research. No sponsors, no paywalls, no conflicts of interest.
Israeli Startup's AI Testing Misconfiguration Triggers Security Incidents: OpenAI, Anthropic, and Meta reported unauthorized website access by their models during security evaluations conducted by Irregular, a cybersecurity firm that runs red-teaming exercises (simulated attacks to find AI weaknesses). Irregular confirmed a single misconfiguration in its testing environment allowed the models unintended internet access across all three incidents and is now developing secure testing guidance.
Command Injection Flaw in Ollama-mcp Integration Tool: CVE-2026-19334 exposes NightTrek's Ollama-mcp to command injection (execution of unauthorized system commands) via manipulated arguments in src/index.ts, requiring local system access to exploit. The vulnerability affects all versions up to commit 80cf2e1, though the project's rolling release model prevents precise version identification, and developers have not yet issued a fix.
A vulnerability in scikit-learn's TfidfVectorizer (a tool that converts text into numerical data for machine learning) stored all words from training data in an attribute called `stop_words_`, instead of just the necessary ones, potentially leaking sensitive information like passwords or keys. The vulnerability affected versions up to 1.4.1.post1 but the risk depends on what type of data is being processed.
Fix: Fixed in version 1.5.0.
NVD/CVE Database