Urgent.News

What's breaking now, across thousands of outlets.

Tech

A Model That Finds Zero-Days Now Exists. Here's the Cloud Exposure Audit to Run This Week.

GPT-6 Astra shipped with the first Critical cybersecurity rating OpenAI has ever given a model, because it can autonomously find zero-days and build working exploits. The capability is gated for now, but the honest planning assumption is that some form of automated vulnerability discovery reaches adversaries sooner than anyone would like. I am not going to write a doom piece about that. I am…

A new model has emerged that can autonomously discover zero-days and create working exploits. OpenAI has rated the Astra model from GPT-6 as highly critical. This development suggests that adversaries may discover vulnerabilities sooner than desired. Instead of causing fear, the author encourages readers to take action with a checklist that can be completed in a few hours. The key points of the checklist are:

1. Inventory what is accessible from the internet. Many teams overlook items that can be probed by scanners, both automated and human. This includes public IPs, load balancers, S3 buckets, security groups, and admin panels.

2. Eliminate unnecessary exposure. Review each item on the inventory list and determine if it should be reachable from the entire internet. Many things, such as dev and staging environments and deprecated services, can be moved behind a VPN.

3. Measure and reduce patch latency. With faster exploit development, the time between a vulnerability being public and being weaponized becomes shorter. Teams should measure their patch latency and focus on quickly patching reachable systems.

4. Tighten permissions attached to exposed resources. If a system is compromised, the attacker's access level becomes critical. Review IAM roles and permissions for all reachable systems and apply the principle of least privilege.

5. Implement independent detection methods. While it's impossible to prevent every exploit, having independent detection mechanisms in place can provide early warning. This includes anomaly alarms, unexpected state changes, and cost anomalies that may indicate compromise.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

AWS Storage Explained: S3 vs EBS vs EFS, and When to Use Which

S3, EBS, EFS. Three AWS storage services, similar-looking names, completely different jobs, and using the wrong one for a task is a classic beginner mistake that leads to weird architectures and…

  • EBS is a virtual hard drive for a single EC2 instance
  • EFS is a managed network file system for multiple instances to share files
  • S3 stores objects accessed via HTTP API, best for backups and static assets

Keeping score honestly: zero improved, four made worse

Development covered 5 Aug 2026 to 7 Aug 2026 (commit dates). This stretch was mostly me auditing my own work, six rounds of it, on the tooling that edits the tie-in novel and the tooling that plays…

  • Zero chapters improved during the tooling audit
  • Four chapters damaged by the editing pipeline
  • Found and then un-found safety conditions in the system

More from Thursday 24 September →