PulseAugur / Brief
EN
LIVE 23:53:51

Brief

last 24h
[3/3] 221 sources

Multi-source AI news clustered, deduplicated, and scored 0–100 across authority, cluster strength, headline signal, and time decay.

  1. Prompt Injection in Production: The 2025 Perplexity Comet Attack

    Researchers discovered a significant prompt injection vulnerability in the Perplexity Comet browser, allowing attackers to execute malicious instructions by hiding them within invisible elements on web pages. This indirect prompt injection attack, which requires no user interaction beyond asking the AI to summarize content, can lead to sensitive data exfiltration, including email addresses and one-time passwords. While Perplexity has issued fixes, the underlying architectural issue of AI models not distinguishing between content and instructions remains a broader concern for AI-enhanced applications processing external data. AI

    Prompt Injection in Production: The 2025 Perplexity Comet Attack

    IMPACT Highlights critical security risks in AI browsers and applications that process external content, necessitating robust defenses against prompt injection.

  2. Perplexity Open-Sources Bumblebee: A Read-Only Supply-Chain Scanner for Developer Endpoints

    Perplexity has open-sourced Bumblebee, a new tool designed to scan developer endpoints for potential supply-chain attack vectors. This read-only scanner inventories installed packages, AI agent configurations, and editor/browser extensions on macOS and Linux systems. Bumblebee aims to fill a gap left by existing security tools by directly inspecting local developer machine states, which are increasingly targeted by attackers. AI

    Perplexity Open-Sources Bumblebee: A Read-Only Supply-Chain Scanner for Developer Endpoints

    IMPACT Enhances security for developers using AI tools and agents by identifying potential supply-chain vulnerabilities on their machines.

  3. Modular Multimodal Classification Without Fine-Tuning: A Simple Compositional Approach

    Researchers have developed CoMET, a novel method for multimodal classification that leverages frozen pre-trained backbones and Tabular Foundation Models (TFMs). This approach uses Principal Component Analysis (PCA) to compress modality embeddings before feeding them into a TFM, eliminating the need for fine-tuning. For improved representation quality, especially when CLS tokens are misaligned, they propose PALPooling, an adaptive token pooler. CoMET achieves state-of-the-art results on various multimodal benchmarks and can handle large-scale datasets with over 500,000 samples and 2,000 classes without any training. AI

    IMPACT This method challenges traditional fine-tuning approaches, potentially enabling faster and more scalable multimodal classification across various domains.