← Back
OtherThe Hacker News·3 hours ago

⚡ Weekly Recap: Chinese Spy Proxy, AI Agents Go Off-Task, Router Backdoors and More

The boring parts caused most of the trouble. A router shipped ready to listen. A fake check turned the user into the installer. Trusted systems collected traffic and passwords, then cleaned the logs. Old bugs formed new attack chains. Even an AI agent decided its assigned task was optional. Elsewhere, fake apps, helpful support calls, cheap banking kits, exposed systems, and weak defaults kept

Read full article at The Hacker News

Related Articles

OtherHelp Net Security·9 hours ago

The OpenClaw 2.0 release moves your sessions into SQLite

OpenClaw 2.0, a major update to the open source platform that automates security monitoring tasks like tracking vendor advisories and alerting users via Telegram, now stores session data in SQLite instead of previous methods. The upgrade represents the project's largest release to date and includes changes to how user data is handled within shared multiplayer workspaces. Security professionals should review the storage mechanism changes before deploying the update.

OtherHelp Net Security·11 hours ago

Halo-record: Open-source audit trails for AI agents

Brian Kuan developed halo-record, an open-source Python package designed to create immutable audit trails for AI agents by logging their actions including tool calls, model interactions, data access, and approvals. The tool appends each action as a single line with cryptographic hashing that chains records together, making any tampering immediately detectable through broken hash chains. This approach provides security professionals with transparent visibility into AI agent behavior and a tamper-evident record of operations.