❌

Normal view

Attackers are using AI to build exploits for industrial control systems, U.S. agencies warn

19 August 2026 at 18:55

The NSA, CISA, and FBI say attackers are using AI to build exploit scripts targeting Siemens S7 controllers, drastically cutting the time and skill needed to attack industrial control systems. Critical U.S. sectors like energy, water, and manufacturing are affected.

The article Attackers are using AI to build exploits for industrial control systems, U.S. agencies warn appeared first on The Decoder.

OpenAI says it's "pacing model development" as AI cybersecurity risks grow too dangerous

18 August 2026 at 18:43

OpenAI is deliberately "pacing AI model development," partly because the upcoming "Astra" model may be close to gaining critical cyberattack capabilities. A new monitoring system triggers an alert within 30 minutes if a model shows suspicious behavior.

The article OpenAI says it's "pacing model development" as AI cybersecurity risks grow too dangerous appeared first on The Decoder.

Why Digital Cleanliness Matters

31 July 2026 at 09:53
You likely check the locks on your doors before heading to bed every night. You keep your physical valuables tucked away from prying eyes, yet the most sensitive details of your life now live entirely in the cloud. We often treat our devices like permanent storage lockers, leaving front doors wide open across the internet. […]

Four Ways to Deploy More Secure AI Agents

30 July 2026 at 21:09
An image of an AI agent showing security.Knowledge workers are increasingly integrating AI agents into their workflows. Agents that function as "digital coworkers" offer clear benefits. For example,...An image of an AI agent showing security.

Knowledge workers are increasingly integrating AI agents into their workflows. Agents that function as β€œdigital coworkers” offer clear benefits. For example, they can review a bug report, implement and test a fix, push a patch, and ping a human for review. By handling routine tasks, agents have the potential to deliver large productivity gains. On the other hand, connecting a large language model…

Source

Why the United States’ FCC now considers advanced robots a national security risk

29 July 2026 at 08:32
The US government has taken one of its most significant steps yet to regulate advanced robotics, adding foreign-produced humanoids, quadrupeds and other mobile robots to the Federal Communications Commissionβ€˜s β€œCovered List” of technologies considered to pose an unacceptable risk to national security. At first glance, the decision appears surprising. The FCC is best known for […]

FCC updates covered list to include foreign-produced advanced robotic devices and power inverters

29 July 2026 at 08:15
Update follows determinations by executive branch agencies that these devices threaten national security The United States Federal Communications Commission updated its β€œCovered List” to include two new categories of devices – β€œadvanced robotic devices” (defined as mobile robots, such as humanoids and quadrupeds) and, separately, connected power inverters produced in foreign countries. The action follows […]

Six Agent Harness Capabilities for Higher Model Performance

27 July 2026 at 09:00
Decorative image.Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes...Decorative image.

Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes actions, manages state, and decides when a task is done shapes outcomes just as much as the model itself. Harness design alone can account for double-digit swings in benchmark results and significant differences in token cost…

Source

How to Store Bitcoin Safely in 2026: Wallet Security and Self-Custody Guide

20 July 2026 at 16:28
The Bybit hack in February 2025 drained about $1.5 billion from a multisig wallet. The attackers didn’t break any code. They manipulated the sign-off process itself – tricking multiple approvers into approving fraudulent transactions. That’s what made it unsettling. If a major exchange with dedicated security teams can be taken down this way, what hope […]

Building Faster Cryptography with Carryless Multiplication in NVIDIA CUDA 13.3Β 

15 July 2026 at 17:37
Decorative image.For over fifteen years, x86 CPUs have shipped with a dedicated hardware instruction for carryless multiplication. It’s a small but stubborn primitive that...Decorative image.

For over fifteen years, x86 CPUs have shipped with a dedicated hardware instruction for carryless multiplication. It’s a small but stubborn primitive that sits underneath authenticated encryption, error-correcting codes, and modern zero-knowledge proofs. Until now, NVIDIA GPUs lacked native support for this operation. NVIDIA CUDA 13.3 closes that gap with , a new PTX instruction available on…

Source

Hardware-Rooted AI Security That Won’t Slow You Down

2 July 2026 at 21:25
Decorative image.AI has transformed how organizations operate, driving unprecedented levels of productivity and innovation. However, AI adoption can be impeded by concerns...Decorative image.

AI has transformed how organizations operate, driving unprecedented levels of productivity and innovation. However, AI adoption can be impeded by concerns surrounding data privacy, sovereignty and how to secure data while it is in use, or during inference and engagement with AI models. NVIDIA Confidential Computing (CC) was engineered to be a secure and performant solution for the era of agentic…

Source

One-Click Multi-Tenant Security withΒ  NVIDIA Quantum InfiniBand

11 June 2026 at 19:52
NVIDIA Quantum InfiniBand now offers intent-based security profiles in Unified Fabric Manager (UFM) that enable multi-tenant fabric security in a single...

NVIDIA Quantum InfiniBand now offers intent-based security profiles in Unified Fabric Manager (UFM) that enable multi-tenant fabric security in a single click. NVIDIA Quantum InfiniBand supports three profiles: General, Bare Metal Cloud, and Secured Bare Metal Cloud. Network administrators can now auto-configure: This cuts deployment time to minutes from hours or days…

Source

Advancing AI Infrastructure for Agentic AI with NVIDIA DOCA In-Silicon Security

1 June 2026 at 04:21
The AI era is driving a new class of infrastructure: AI factories that transform data into intelligence for autonomous AI agents operating at unprecedented...

The AI era is driving a new class of infrastructure: AI factories that transform data into intelligence for autonomous AI agents operating at unprecedented scale. Powered by accelerated computing, AI factories enable enterprises to train, fine-tune, and deploy AI with greater speed and efficiency. This new class of infrastructure also introduces a fundamentally new attack surface spanning…

Source

How to Automate AI Model Documentation with the NVIDIA MCG Toolkit

29 May 2026 at 16:00
As AI models grow in complexity and regulatory scrutiny intensifies under frameworks includingΒ  California’s AB-2013 and the EU AI Act, software teams...

As AI models grow in complexity and regulatory scrutiny intensifies under frameworks including California’s AB-2013 and the EU AI Act, software teams face a challenge beyond delivering great code: They need to produce comprehensive, auditable model documentation before the models are released. Model cards describe how a model works, its intended use and license, training data, performance…

Source

NVIDIA-Verified Agent Skills Provide Capability Governance for AI Agents

19 May 2026 at 23:40
Autonomous AI agents are becoming more capable. Open models,Β Model Context Protocol (MCP)-connected tools, and portable skills are also making agents easier to...

Autonomous AI agents are becoming more capable. Open models, Model Context Protocol (MCP)-connected tools, and portable skills are also making agents easier to extend.But scaling agent use with structural transparency and operational integrity requires more than runtime guardrails. Organizations and teams need to understand and trust the skills, or instructions, an agent is using.

Source

Improving Bash Generation in Small Language Models with Grammar-Constrained Decoding

8 May 2026 at 17:13
Bash is one of the most flexible and powerful interfaces exposed to AI agents. In the right system, a model that emits grep, curl, tar, or a shell pipeline is...

Bash is one of the most flexible and powerful interfaces exposed to AI agents. In the right system, a model that emits , , , or a shell pipeline is producing an executable action that can read files, mutate a workspace, open network connections, and chain tools together. For the NVIDIA AI Red Team, this makes command generation a useful research target. If smaller language models can be guided…

Source

❌