prompt injection

A **prompt injection** is a type of attack against an AI language model (like ChatGPT) where malicious or deceptive instructions are inserted into the input text (the “prompt”) to manipulate the model’s behavior. The goal is to make the model ignore its original instructions, reveal confidential information, or perform unintended actions. Prompt injections can appear in user inputs, embedded text, or data sources, and defending against them involves filtering inputs, constraining model capabilities, and validating outputs.
  1. Check Point AI Guardrails

    Check Point AI Guardrails

    Overview Check Point AI Guardrails is a runtime security layer for screening AI application inputs and outputs for prompt injection, data leakage, unsafe content and policy violations. It supports hosted and self-managed deployment, but policies require tuning and monitoring. Best for Security...
  2. “CometJacking” Attack Turns AI Browser into Data-exfiltration Tool

    “CometJacking” Attack Turns AI Browser into Data-exfiltration Tool

    “CometJacking” Attack Turns AI Browser into Data-exfiltration Tool Security researchers say a newly discovered vulnerability - dubbed CometJacking - can weaponize AI-powered browsers to steal private data from services like Gmail and Google Calendar by injecting hidden instructions via URL...
Top