惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Bitlocker Bypass, AI Trust Exploits, and FreeBSD RCE Disc...
soy · 2026-05-08 · via DEV Community

soy

Bitlocker Bypass, AI Trust Exploits, and FreeBSD RCE Disclosures

Today's Highlights

This week's top security news features a swift Bitlocker downgrade attack (CVE-2025-48804), critical trust persistence flaws in major AI code assistants, and a detailed breakdown of a Remote Code Execution (RCE) vulnerability in FreeBSD (CVE-2026-42511).

Bypassing Bitlocker under 5 min using downgrade attack on CVE-2025-48804 (r/netsec)

Source: https://reddit.com/r/netsec/comments/1t6cfwx/bypassing_bitlocker_under_5_min_using_downgrade/

A newly disclosed vulnerability, tracked as CVE-2025-48804, allows for a rapid bypass of Bitlocker encryption, potentially under five minutes, using a sophisticated downgrade attack. This exploit targets a weakness in how certain hardware or firmware components interact with Bitlocker's boot process, enabling an attacker with physical access to downgrade the security mechanisms. Specifically, the attack leverages a window during system boot where an attacker can manipulate the boot sequence or firmware settings to inject malicious code or access unencrypted data before Bitlocker fully engages or after it has been deceptively disengaged.

The practical implications of such a quick bypass are significant. It means that physical security, often seen as a secondary defense layer for data at rest, becomes paramount. Devices protected solely by Bitlocker could be susceptible to data exfiltration or tampering if they fall into an attacker's hands, even briefly. Defensive techniques involve ensuring all firmware is up-to-date, implementing secure boot configurations that prevent unauthorized bootloader modifications, and utilizing strong TPM attestation. Organizations should review their endpoint security policies, considering multi-factor authentication for boot processes or employing additional disk encryption layers for highly sensitive data. The ease and speed of this attack highlight the critical need for defense-in-depth strategies that do not rely on a single control.

Comment: This exploit makes it terrifyingly easy to access data on physically seized devices. It underscores that even full disk encryption like Bitlocker isn't a silver bullet without comprehensive physical and firmware security.

Approve Once, Exploit Forever: The Trust Persistence Problem in Claude Code, Codex and Gemini-CLI (r/netsec)

Source: https://reddit.com/r/netsec/comments/1t68eim/approve_once_exploit_forever_the_trust/

Researchers have identified a "trust persistence" vulnerability in leading AI code assistants, specifically citing Claude Code, Codex, and Gemini-CLI. This flaw arises from the models' tendency to maintain persistent trust in user-approved actions or contexts, even across separate sessions or seemingly distinct prompts. Essentially, an initial approval for a seemingly harmless action can inadvertently grant the AI assistant a long-term "trusted" status that can later be exploited. This is akin to a user granting broad, persistent permissions to an application based on a single, limited request, leading to potential privilege escalation or arbitrary code execution in subsequent interactions.

The mechanism often involves the AI interpreting its prior approved state as a mandate for future operations, making it susceptible to refined prompt injection or contextual manipulation. For instance, if a user approves an AI to "access project files" for a specific task, the AI might retain that permission indefinitely, allowing a malicious actor (or a subsequent, cleverly crafted prompt from the same user) to execute unauthorized operations or exfiltrate sensitive data later without requiring explicit re-approval. The implications are severe for development environments, where these tools are deeply integrated. Developers risk creating supply chain vulnerabilities or exposing their codebases if these AI assistants are compromised or misused. Mitigation requires AI models to implement more granular, ephemeral trust mechanisms, similar to principle of least privilege, with frequent re-authentication or re-authorization for sensitive actions.

Comment: This exposes a critical blind spot in AI security: the subtle way AI models manage trust over time. It's a wake-up call for developers relying on these tools to treat AI permissions with the same rigor as traditional system access controls.

CVE-2026-42511 Breakdown: RCE in FreeBSD (r/netsec)

Source: https://reddit.com/r/netsec/comments/1t6fsfr/cve202642511_breakdown_rce_in_freebsd/

A critical remote code execution (RCE) vulnerability, identified as CVE-2026-42511, has been disclosed affecting the FreeBSD operating system. This vulnerability allows an unauthenticated attacker to execute arbitrary code with elevated privileges on a vulnerable FreeBSD system, making it an extremely high-severity flaw. While specific technical details regarding the affected component and exploit vector are still emerging, an RCE in a core operating system like FreeBSD is particularly concerning due to its widespread use in servers, network appliances, and critical infrastructure.

The impact of such an RCE can range from complete system compromise, data theft, and disruption of services to the deployment of persistent backdoors. Attackers could leverage this vulnerability to establish control over compromised systems, launch further attacks on internal networks, or integrate them into botnets. System administrators managing FreeBSD installations must prioritize patching this vulnerability immediately upon the availability of official security updates. In the interim, implementing strict network segmentation, limiting exposed services, and closely monitoring system logs for unusual activity are crucial defensive measures. This incident underscores the ongoing challenge of securing foundational operating systems and the imperative for rapid response to critical vulnerabilities to protect networked systems from widespread exploitation.

Comment: An RCE in FreeBSD is as bad as it sounds for anyone running it in production. Patching needs to be the absolute top priority for sysadmins, as it opens up the entire system to takeover.