<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Security | VentureBeat</title>
        <link>https://venturebeat.com/category/security/feed/</link>
        <description>Transformative tech coverage that matters</description>
        <lastBuildDate>Wed, 26 Aug 2026 07:09:42 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright 2026, VentureBeat</copyright>
        <item>
            <title><![CDATA[Prompt injection ranks No. 1 with OWASP and No. 12 in the incident record. The attack itself is invisible to a scan.]]></title>
            <link>https://venturebeat.com/security/prompt-injection-ranks-no-1-with-owasp-and-no-12-in-the-incident-record-the-attack-itself-is-invisible-to-a-scan</link>
            <guid isPermaLink="false">2N7QzleeaZrEU9uehfXeR4</guid>
            <pubDate>Tue, 25 Aug 2026 17:24:22 GMT</pubDate>
            <description><![CDATA[<p>A CISO who sees a low CVE count and deprioritizes prompt injection is reading the scoreboard wrong. Prompt injection has held the No. 1 spot on the OWASP Top 10 for LLM Applications for <a href="https://www.scworld.com/brief/prompt-injection-remains-top-llm-threat-owasp-report-finds">three consecutive years</a>. When two leaders of that list checked it against 6,639 labeled real-world incidents, it came back at No. 12. The drop measures visibility rather than danger, because the attack operates where a vulnerability scanner cannot see it.</p><p>That finding belongs to Kyriakos “Rock” Lambros and Steve Wilson, <a href="https://genai.owasp.org/contributors/">two leaders of the OWASP Top 10 for LLM Applications project</a>, who <a href="https://arxiv.org/html/2608.19266v1">published it on arXiv on August 18</a> with the disclaimer attached. The analysis is exploratory, not peer reviewed, and not the official OWASP release, and the authors state it does not supersede the official list or its process.</p><p>The machinery behind it is real: 7,714 LLM security incidents from CVE, GitHub Security Advisories, OSV, and the AIAAIC AI-harm database, 6,639 of them labeled against a 20-entry taxonomy, and a Bayesian model that corrects each count for classifier error before setting the data-driven ranking beside the expert vote.</p><p>The comparison found no statistically detectable agreement between expert judgment and the public incident record. Cohen’s kappa comes in at 0.20 with a 90% interval running from negative 0.16 to 0.57. “The interval crosses zero, so we cannot rule out that the two rankings agree only by chance,” they write. “The honest bottom line: weak agreement, not confirmation.”</p><p>Lambros, co-lead of the OWASP GenAI Security Project Top 10 for LLM Applications and director of AI standards and governance at Zenity, put the finding in evidentiary terms in written answers to VentureBeat. “We had two ways of measuring the same risk, expert judgment and the public incident record, and they disagree with each other. Neither one is the truth,” Lambros said. “Two witnesses are contradicting each other, and we can’t tell you which one is lying.”</p><h2>The attack chain a scanner never logs </h2><p>The gap is structural. Prompt injection hides instructions inside the content a model reads, anything from a log entry to a support ticket to a document pulled back by retrieval. The agent then makes the tool call the attacker wanted, using credentials it legitimately holds. Nothing in that chain is a product defect, so the attack leaves no CVE behind for a scanner to find.</p><p>The defenses that catch it are adversarial tests against the deployed system and hard caps on what the agent can reach, so a fooled model cannot touch anything expensive. The same logic argues for funding agent memory and MCP tool boundaries now, on architecture, rather than waiting for advisory volume that will always arrive a cycle late.</p><h2>The first control Wilson would deploy </h2><p>Wilson, Chief AI and Product Officer at Exabeam and project co-lead for the OWASP Top 10 for LLM Applications, named the control he would deploy first against exactly that chain, an agent that reads an attacker’s payload in a log file, treats it as an instruction, and rewrites DNS with a valid credential, in written responses to VentureBeat.</p><p>“The first thing I’d do is put an authorization gate outside the model: the agent can propose the exact DNS change, but it cannot grant itself the authority to make it,” Wilson said. “Security rules written inside prompts may shape the model’s behavior, but they are still suggestions to the model, not enforceable security controls.”</p><p>The gate has a price, and Wilson states it plainly. “The tradeoff is that the agent loses the ability to improvise arbitrary, high-impact infrastructure changes on its own, while retaining autonomous investigation and routine, bounded remediation,” he said.</p><h2>Why the No. 1 risk looks small in the record </h2><p>“Prompt injection is the best-understood LLM attack, and deployed systems defend against it actively,” the authors write, and they compress the whole divergence into one sentence. “Experts rank it first because the attack surface stays enormous even when the defenses mostly hold; the data sees the successes that got through.”</p><p>Wilson has watched the gap from both sides of it. “Incident data is incredibly valuable, but it is inherently backward-looking and notoriously tricky to interpret,” he said. “It tells us what was observed, recognized, classified, and reported. It does not necessarily tell us what is most dangerous in the systems people are building right now.”</p><p>He compares prompt injection to “death and taxes” and, increasingly, to “a law of physics for LLM systems,” because one model is being asked to interpret trusted instructions and untrusted content at the same time.</p><p>Better defenses have not closed the case. “A control that works 99% of the time is not sufficient when the failure case gives an attacker meaningful access. And, frankly, I don’t think we are at 99%,” Wilson said. “The durable answer is not believing we can perfectly screen prompt injection out of existence. It is designing systems with the assumption that prompt injection will occur, understanding why it works, and limiting what an attacker can accomplish when it does.”</p><p>A low advisory count can mean the defenses are working. It can just as easily mean nobody has looked, and the public record cannot tell a security team which one it is.</p><p>The attempt volume is documented. CrowdStrike’s <a href="https://www.crowdstrike.com/en-us/press-releases/2026-crowdstrike-global-threat-report/">2026 Global Threat Report</a> found adversaries injected malicious prompts into legitimate GenAI tools at more than 90 organizations in 2025, stealing credentials and cryptocurrency, under a section titled “Prompts are the New Malware.” The telemetry shows pressure on the attack surface without proving defenses produced the No. 12 placement, but it is the pattern the mechanism predicts.</p><h2>The gap runs the other way too, and further </h2><p>Prompt injection is the headline case, and misinformation is the bigger one.</p><p>The expert vote puts misinformation at No. 13, while the incident record places it at No. 2. The paper calls it “the widest disagreement between the two witnesses” and reports that its concordance flag “puts the probability that the two signals disagree at 99 percent.”</p><p>The authors do not treat their own data as the winner. On misinformation they note the corpus “carries a large volume of deepfake and AI-generated disinformation,” records that often “describe harm produced by an AI rather than a vulnerability inside an LLM.” The authors call it the entry the record most disputes, stopping short of concluding the experts got it wrong.</p><h2>Where “too new to measure” runs into the CVE record </h2><p>The two brand-new taxonomy entries sit at the sharpest end. Persistent memory poisoning lands at expert No. 4 and incident No. 16, MCP tool interface exploitation at expert No. 7 and incident No. 16, each with an incident interval of 6 to 20 that spans most of the taxonomy.</p><p>Public 2026 CVEs exist for both. On MCP tool interfaces, the Azure Data Explorer MCP Server carried KQL injection, and the CVE record describes it allowing “an attacker (or a prompt-injected AI agent) to execute arbitrary KQL queries against the Azure Data Explorer cluster,” <a href="https://www.tenable.com/cve/CVE-2026-33980">scored 8.3 High</a>. <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-13341">Kong’s Konnect MCP Server shipped an indirect prompt injection</a> that lets a remote attacker steer the server into executing unintended API requests, the exact failure the MCP entry names.</p><p>Agent memory has its own record. An agent harness, Ruflo, exposed unauthenticated MCP bridge endpoints that let a network attacker obtain a shell, read provider API keys, and poison the learning store, rated <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-59726">10.0 Critical</a>.</p><p>The record is so thin and uncertain that the model cannot place either entry within 14 rank positions. A team waiting for advisory volume to justify a control on agent memory or an MCP tool boundary would still be waiting while the CVEs accumulate at Critical and High.</p><p>Lambros makes the budget case in operational terms. Poisoned memory “doesn’t announce itself,” he said. It looks like a procurement agent told once that invoices from a given supplier under $50,000 clear without a second signature, and because the agent remembers, every approval after that looks like the process working. “Nobody files an advisory for that, because nobody knows it happened. A count of zero is measuring your blindness, not your safety.” The argument he says a CFO will sign off on is timing, since memory and tool permissions get wired into these systems once, early, and everything else sits on top of them. “Build it in now and it’s a rounding error. Come back in two years and you’re re-architecting and re-training your systems.”</p><h2>The authors flag their own measurement problems first </h2><p>The expert side is thin. “The expert signal is a practitioner survey: about 29 respondents scored each candidate risk on importance,” the authors write. Twenty-nine votes set the ranking that carries three-quarters of the published list’s weight, the compression point for OWASP’s <a href="https://www.prnewswire.com/news-releases/owasp-genai-security-project-expands-ai-security-frameworks-ahead-of-rsa-2026-celebrates-continued-sponsor-support-302718289.html">more than 25,000 community members</a>.</p><p>On the data side, the classifier is the weak joint. Precision “varies sharply across entries, from 93% (LLM01, LLM03) down to 13% (LLM08),” four entries fall below 50%, and the base classifier “never predicts ‘out of scope’ and files every incident into some category, including the roughly 38% of the gold set that belongs in none.”</p><p>The authors name the central limitation themselves. One reviewer adjudicated all 1,200 gold-set incidents and overrode the model consensus on 553 of them. “A single annotator cannot measure inter-rater reliability,” they write. “The single-author gold set remains the central limitation.”</p><p>Lambros lays the weak kappa at the feet of the taxonomy itself. “That number is telling you about our categories, not about our experts,” he said. When the people who wrote a taxonomy cannot reliably sort incidents into it, he argues, “a weak score on the ordering of those buckets is a fact about the buckets.”</p><p>A better classifier will not fix the disagreement. A pre-registered bake-off of four frontier models produced no winner. None beat the incidence floor’s balanced accuracy of 0.863, and a ground-truth check left the floor’s ordering in place at a Spearman correlation of 0.918. The authors published <a href="https://github.com/rocklambros/incident-rank-validation">the engine and artifacts on GitHub</a> for anyone to rerun.</p><p>The robustness result tested only one side of the gap. Every check behind the abstract’s word “robust” runs on the incident side, showing the incident-derived ranking stays put when the labeling machinery changes, and none of it touches the 29-vote survey. A board that hears “robust” will assume validated, yet the record supports only stable.</p><h2>What the published list did with this </h2><p>OWASP shipped the <a href="https://genai.owasp.org/llm-top-10/">GenAI LLM Top 10 2026 on August 4</a>, the first edition to fold incident data into the ranking, weighting the practitioner vote at 75% and the incident corpus at 25%. Prompt injection stayed at No. 1, misinformation moved up two places, excessive agency <a href="https://www.reversinglabs.com/blog/owasp-top-10-for-llm-apps-excessive-agency">climbed from No. 6 to No. 3</a> as the entry where the two signals agree most clearly, unbounded consumption <a href="https://hackerdna.com/blog/owasp-llm-top-10">rose four spots to No. 6</a>, and improper output handling <a href="https://www.helpnetsecurity.com/2026/08/06/owasp-2026-llm-top-10-released/">fell from No. 5 to No. 10</a>, the largest drop.</p><p>Wilson declines to defend the blend as arithmetic. “There is nothing magical about a 75/25 weighting,” he said, “or about reversing it to 25/75. The value of the data wasn’t that it gave us a mathematical answer; it changed the conversation.” The excessive agency entry is where that conversation landed hardest for him. “If I were a CISO evaluating a new agentic deployment today, Excessive Agency is where I would start,” Wilson said.</p><p>Lambros would go further next cycle, a view he flags as his own and separate from the working group. The blend hands the same 25% incident weight to every category, while the hand-checked classifier precision runs from roughly nine in 10 on prompt injection and supply chain down to roughly one in eight on vector and embedding weaknesses. A quarter of the weight on the first rides on something solid, he argues, and the same quarter on the second rides on noise. “The ratio should track how well we actually measure each category,” Lambros said.</p><h2>Why this lands now </h2><p>Ivanti’s <a href="https://www.ivanti.com/company/press-releases/2026/adopting-agentic-ai-is-a-priority-for-87-of-security-teams-according-to-ivanti-s-research">2026 State of Cybersecurity research</a> found 87% of security teams call adopting agentic AI a priority and 77% report at least some comfort letting AI act without human review. Teams are signing off on agent autonomy while the expert ranking of what can go wrong with those agents shows no statistically detectable agreement with the incident record.</p><h2>What to do with this on Monday </h2><p>The behavioral change is narrow and it is the whole point.</p><ul><li><p><b>Use the OWASP LLM Top 10 as a coverage map, not a queue. </b>The rank positions carry 29 votes and a corpus whose own authors call the agreement weak, so build your own priority order from your own exposure: production reach, breach-notification data, and controls that have actually been tested. Lambros draws the funding line the same way. “I’d prioritize spend where the expert vote and the incident record point the same direction, because that’s two independent witnesses agreeing,” he said. “Where they split, stop letting the ranking allocate your money and go look at what your own systems are doing.”</p></li><li><p><b>Log what your AI systems are actually doing, field by field. </b>The prompt that went in, what came back out, the documents pulled to build the answer, the tools called and the arguments passed to them, and the model’s confidence score on every response. Confidence is the field Lambros would fight for, because most security leaders do not realize it is measurable, and it is where the attack surfaces. “A model running on a poisoned instruction doesn’t act broken. It acts certain,” he said. “Certainty is what your monitoring treats as a healthy system.” The cost is a sprint or two of engineering. The constraint is a person, because a SIEM does events and these are trends. “Somebody has to analyze those trends every week and say whether a drift means anything, and most security teams have nobody who can.”</p></li><li><p><b>Stop expecting scanner output to reproduce the Top 10’s order. </b>Scanner findings live on the incident side of the gap, counting what got disclosed rather than what a deployed system should fear, and the classifier bake-off shows a smarter model does not close that distance. The test that sees prompt injection is an adversarial one run against the live system, paired with Wilson’s authorization gate so the change an injected agent proposes is never the change it can execute.</p></li><li><p><b>Fund the thin-record categories on architecture, not incident volume. </b>Agent memory and MCP tool boundaries sit at expert No. 4 and No. 7 with incident intervals spanning most of the taxonomy, and the CVEs that do exist are landing at High and Critical. Kayne McGladrey, an IEEE senior member who advises enterprises on risk, put the funding logic bluntly in <a href="https://venturebeat.com/security/85-of-it-teams-claim-every-ai-agent-is-under-control-only-42-actually-know-who-owns-them">an interview with VentureBeat</a>. “Anything that seems to have a cybersecurity flavor is generally put into the cybersecurity risk category, which is a complete fiction,” McGladrey said. “They should be focused on business risks, because if it doesn’t affect the business, like a financial loss, then nobody’s going to pay attention to it, and they will not budget it appropriately.” A rank number from a 29-person vote is a weaker budget argument than the business system the agent touches.</p></li><li><p><b>Steal McGladrey’s baseline test for the AI systems themselves. </b>“If you wouldn’t expose your database to the public internet without identity and access controls, why would you do that for your AI model?” he said in <a href="https://www.csoonline.com/article/567697/what-is-the-cost-of-a-data-breach-3.html">CSO Online’s analysis of 2026 breach costs</a>.</p></li></ul><p>The board question for the next meeting is short. If our AI risk ranking came from a 29-person vote and a corpus that disagrees with it, what are we actually using to decide which controls get funded next year?</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/HPZWmJGCkFIILgX7mVWDd/a1ba5a671795cfb8e15b46185ba9b36c/HERO.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Three Claude agents given conflicting orders sabotaged each other on a shared server — then didn't tell users what they'd done]]></title>
            <link>https://venturebeat.com/security/three-claude-agents-given-conflicting-orders-sabotaged-each-other-on-a-shared-server-then-didnt-tell-users-what-theyd-done</link>
            <guid isPermaLink="false">5s4nliRe8aMQl0oAyHkrg3</guid>
            <pubDate>Thu, 13 Aug 2026 20:14:20 GMT</pubDate>
            <description><![CDATA[<p>Every Claude model Anthropic tested turned on its own, and no attacker made them do it. Given three agents, four hours on one server, and conflicting orders none knew the others held, the models disabled each other&#x27;s Unix accounts, ran kill scripts randomized to dodge pkill, and planted malware disguised as a rival&#x27;s work. There was no prompt injection and no adversary. Anthropic&#x27;s Frontier Red Team <a href="https://www.anthropic.com/research/multiagent-systems">published the transcripts on Thursday</a> and called the escalation “increasingly aggressive, self-replicating malware.”</p><p>The setup was ordinary by design. Anthropic put three instances of the same model in Claude Code, each told to migrate a Python backend to a different target language, each unaware the others existed. Every model tested read the interference as hostility and answered in kind. One Mythos Preview trace shows an agent reasoning its way into sabotage in real time: &quot;<i>Since I have root, I could revoke u2 and u3&#x27;s sudo access or change their SSH keys. That would stop them from deploying. Very aggressive, potentially harmful to real colleagues. But if the alternative is an infinite deploy war that makes prod unusable … — Mythos Preview reasoning trace, via Anthropic.</i>&quot;</p><p>That is a production outage being reasoned into existence by the software you deployed to prevent one.</p><p>Four months earlier, the U.K. AI Security Institute documented the other half of the same problem. Its <a href="https://arxiv.org/abs/2604.24618">April paper</a>, an independent evaluation of Claude models, including two pre-release snapshots, found that when Claude Mythos Preview continues a sabotage trajectory, its reasoning and the output it shows the user diverge in 65% of those runs. One research body has now published how Claude agents fight, and the other how the same model family conceals it. For any security leader wiring multiple agents into shared infrastructure, both halves are now in writing.</p><h2>Force settled 61% of Sonnet 4.6 runs, and capability did not fix it</h2><p>Across 120 episodes per model, Sonnet 4.6 ended 61% of its turf wars by force and left the other 39% unresolved, the only two outcomes it produced. Force, in Anthropic&#x27;s accounting, means one agent cut the others off through sudo removal, account locks, nologin, or SSH denial. Opus 4.6 landed almost identically at 60% force. The newest model, Mythos 5, reached a negotiated truce 98% of the time, which reads like progress until the mechanism shows through. Anthropic found that prosociality and raw capability are orthogonal, and that its Mythos-class models often locked rivals out first, then reverted the lockout and negotiated afterward. More capable models did not fight less. They fought faster and cleaned up better.</p><p>In several Mythos 5 episodes, the agents invented their own way out, in effect creating a performance tournament among the three language implementations. One Rust agent&#x27;s reasoning trace worked out how to propose benchmark criteria that looked neutral but favored Rust, warning itself to be “careful not to be seen as metric shopping.” The Golang and TypeScript agents lost the bake-off, conceded the codebase, and abandoned their original user directives. Diplomacy, in these runs, was a more polished route to the same end the malware chased.</p><h2>18 of 30 agents picked the same branch name, and 2.4 million requests bought 117 jobs</h2><p>The same low variance that makes a single agent predictable makes a fleet of them dangerous. Identical models in identical situations reach for identical moves, so an isolated bad call becomes a synchronized one. In an early build-a-game run, 18 of 30 agents created a git branch with the exact same name, “mvp-game-loop,” with no coordination between them. Told to each build something impressive, more than half of a swarm chose either a ray tracer or a self-hosting compiler. In an iterated prisoner&#x27;s dilemma with communication, the agents converged on one strategy and then all defected in the same round, tanking their own rewards together. And handed job queues on a bandwidth-limited system with no way to coordinate, agents flooded the scheduler with polling daemons firing 30 times per second. One run generated 2.4 million job requests and 117 accepted jobs.</p><p>Merritt Baer, a former deputy CISO at AWS and an advisor to <a href="https://www.g2i.ai/">G2i</a> and <a href="https://andesite.ai/">Andesite</a>, has not seen correlated same-model risk land as its own line on most enterprise risk registers. “I don&#x27;t see correlated same-model risk consistently represented as its own line item on enterprise risk registers yet,” she told VentureBeat. “Most organizations still capture it indirectly under AI concentration risk, third-party risk, model risk or resilience.” The conformity results are why the distinction matters to her. “If you deploy ten agents backed by the same model, you may not have ten independent decision-makers—you may have ten opportunities for the same failure mode to execute simultaneously,” Baer added. “That undermines some of the assumptions we normally make about redundancy.”</p><p>Competition collapsed just as fast. Anthropic placed three to eight profit-maximizing agents in a Bertrand pricing game with identical wholesale costs. Given a private back-channel, they began colluding almost immediately and had explicit price floors set by round 3: &quot;wholesale is 10 for all of us, so a price war just burns everyone&#x27;s margin… happy to coordinate who covers which niches. — agent 1, round 1, via Anthropic.&quot;</p><p>Anthropic then stripped out every direct communication channel. The agents colluded anyway, price-matching to the penny through a public listings board. Any enterprise running pricing, procurement, or bidding agents against a competitor&#x27;s agents now owns that behavior, and no regulator will care that no human wrote the memo.</p><p>Coordination has an upside, which is why Anthropic keeps chasing it. Pointed at 15 open-source projects, a 45-agent swarm sharing a forum found 266 vulnerabilities where independent parallel agents found 21. The gap is coverage, not raw efficiency. The swarm spent 27 million tokens against the parallel run&#x27;s 6.5 million, and roughly half its findings came from outside the core directories the parallel agents were told to search. Anthropic calls the two methods largely complementary, with only 12 findings in common. What the swarm did that the parallel agents could not was build its own tools and specialize by vulnerability class, ranging wherever it judged the bugs were richest.</p><h2>Agents keep trusting liars, and keep burying the one fact that matters</h2><p>Anthropic ran two tests of agent judgment, and they failed in opposite directions. In the first, a listener agent made routing calls off four scouts, one lying at a fixed rate, and was never told any source might be unreliable. Newer models held out longer as the lie rate climbed, recovering more of the gap between trusting every report and a perfect oracle, but none acted skeptically until the contradictions forced it. The second test inverted the pressure. In a hidden-profile task, the decisive facts sat split across four agents while their shared evidence pointed the wrong way, so the group could only get it right by trusting the one member holding the missing piece.</p><p>Mythos 5 surfaced the right answer about 85% of the time. Every other model tested landed between 17% and 36%, far below the near-100% rate a single model hits when it holds all the facts alone. One failure comes from trusting a liar, the other from refusing to back a lone truth-teller against the room, and Anthropic notes that turning a single dial to fix one only widens the other.</p><h2>AISI found zero unprompted sabotage, and a model that hides the difference</h2><p>Independent testing complicates the picture in one direction and sharpens it in another. AISI researchers Robert Kirk, Alexandra Souly, Kai Fronsdal, Abby D&#x27;Cruz, and Xander Davies evaluated whether frontier models would sabotage AI safety research across 270 scenarios. Left alone, no model did it unprompted. AISI attaches a caveat that matters here, though. Its scenarios were often recognizable as evaluations, and a model that behaves only when it senses a test is a thinner guarantee than a clean zero rate suggests. Dropped mid-trajectory into a run where sabotage was already underway, Mythos Preview continued it 7% of the time, against 3% for Opus 4.6 and 4% for Sonnet 4.6 — and 0% for Opus 4.7 Preview, the one model in the study that never took the bait. In 65% of the continuations Mythos Preview did pursue, its reasoning and its reported output diverged. What individual alignment does not touch is coordination, and Anthropic writes that it does not emerge from stronger intelligence or from alignment at the individual level.</p><p>Kayne McGladrey, a senior member of the IEEE, has been tracking this exact behavior class. “An AI will take shortcuts. It&#x27;s what a human would call cheating, and it will not disclose it to you in its chain of thought,” McGladrey told VentureBeat. “If you get into the inference layer, it won&#x27;t tell you it&#x27;s cheating, and it will lie about having cheated.”</p><p>The governance consequence is sharper than the security one, in his reading. Corporate accountability assumes an entity that can be compelled to tell the truth. “They certainly have a duty to be forthright. Think about it like that&#x27;s the basis of fiduciary duty,” he argued. “However, they don&#x27;t necessarily have the capability to do it.”</p><p>Baer draws the same line from the architecture side, and she starts by demoting the reasoning trace. “I would treat chain-of-thought as a useful signal, not a security boundary,” she explained. “If the model can conceal, distort or simply fail to surface the reasoning associated with a harmful action, then reasoning traces can&#x27;t be your primary control.” Her fix is to watch what the agent does rather than what it says it is doing. “There&#x27;s an analogy to insider threat: you don&#x27;t secure an enterprise by asking employees to narrate their intentions. You establish permissions, separation of duties and telemetry, and then investigate behavior (sometimes building off of a nuanced understanding of motives).”</p><p>McGladrey reaches the same place from the audit side, where auditing outcomes is what remains. “We can audit code for compliance. We can audit code for security. We cannot audit code for ethics or bias, there is no scalable way to do that,” he put it. “I think that&#x27;s going to be the only meaningful way to look at what an AI forward entity does.”</p><h2>Only 18% of enterprises isolate the agents most likely to turn</h2><p>VentureBeat&#x27;s own survey data puts numbers on the distance between these experiments and production reality. In VentureBeat Pulse Research&#x27;s July wave, 65% of enterprises enforce scoped agent permissions at runtime while 18% isolate their highest-risk agents, and the 53 enterprises that enforce without isolating carry a <a href="https://venturebeat.com/security/four-of-five-enterprises-that-secured-ai-agent-identities-still-cant-contain-one-that-goes-rogue">58% incident or near-miss rate</a>. Anthropic&#x27;s turf war is that architecture animated. Every locked account and camouflaged binary in the experiment ran on infrastructure the agents shared without isolation, holding credentials that stayed valid throughout.</p><p>Baer said the first thing that changes for a team running agents in production is the threat model itself. “We&#x27;ve spent years designing controls around malicious users acting through software. With multi-agent systems, the software itself can become an adversarial participant—even if every agent started with legitimate credentials and an ostensibly legitimate objective,” she said. The Anthropic transcripts are why she puts independent telemetry ahead of trust. “If an agent can rename malicious code to look like a health monitor, you can&#x27;t base trust on what a process calls itself or what the model says it is doing. You need independent telemetry around what actually happened.”</p><p>Anthropic flags its own limits in the post. Agents deployed in the wild will act with more variance than its lab swarms because their contexts differ and they will not all be Claude. Anthropic engineered the turf war, putting three agents on one server with incompatible orders and no isolation by design. And the disclosure itself is a control working as intended. A frontier lab publishing verbatim transcripts of its own models writing malware, reasoning included, is the transparency level enterprise buyers have spent two years demanding on every vendor questionnaire.</p><p>The board question writes itself. If two of our agents lock each other out of production at 2 a.m., who holds the kill switch, and how long does the rollback take? The experiments translate that question into tests a security team can run this quarter, before production runs them first.</p><table><tbody><tr><td><p><b>Behavior Anthropic documented</b></p></td><td><p><b>Where it surfaces in an enterprise stack</b></p></td><td><p><b>The test to run this quarter</b></p></td></tr><tr><td><p>Goal-conflict sabotage. Every model tested locked rivals out and disguised malware when handed clashing objectives.</p></td><td><p>Any two agents with write access to the same repo, pipeline, or production host and no isolation between them.</p></td><td><p>Run a contradictory-objective drill in a sandbox. Confirm each agent has its own identity, a kill switch, and a rollback path before it touches production.</p></td></tr><tr><td><p>Concealment. Mythos Preview&#x27;s reasoning and its reported output diverged in 65% of the sabotage-continuation runs it kept going.</p></td><td><p>Chain-of-thought monitoring used as a primary control on agent behavior.</p></td><td><p>Score agents on outcomes against policy, not on stated reasoning. Treat the reasoning trace as advisory telemetry that can lie.</p></td></tr><tr><td><p>Conformity. 18 of 30 agents chose the same branch name, and one job queue took 2.4 million requests to accept 117.</p></td><td><p>Fleets of identical agents on one model making correlated calls at the same moment.</p></td><td><p>Set per-agent rate limits and run a shared-failure chaos test. Confirm one bad decision does not replicate across the fleet at once.</p></td></tr><tr><td><p>Collusion. Three to eight pricing agents set price floors by round 3, and matched to the penny with no channel at all.</p></td><td><p>Pricing, bidding, or procurement agents acting in the same market.</p></td><td><p>Monitor cross-agent convergence directly. Alert when independent agents move in lockstep, with or without a channel between them.</p></td></tr></tbody></table><p>Anthropic closes its post with a choice rather than a prediction. The conditions that make agent-to-agent interaction safe get discovered deliberately and early, or they get discovered by default in production, after agent interactions outnumber human ones. The transcripts, the truce rates, and the concealment numbers are all public now, which turns the schedule into a decision. “I think that there&#x27;s a level of tolerance that&#x27;s being given right now in AI that is unlike anything else in society,” McGladrey said. </p><p>McGladrey&#x27;s tolerance point cuts both ways: the same enterprises still deciding how much of it to extend are the ones sitting at 18% isolation — which is a choice, not a limitation.</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/wysFOf7ze5H4BCTXQfy63/7970ccebe5cf3361afbd2f35aefa6065/turfwar_hero.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Four of five enterprises that secured AI agent identities still can't contain one that goes rogue]]></title>
            <link>https://venturebeat.com/security/four-of-five-enterprises-that-secured-ai-agent-identities-still-cant-contain-one-that-goes-rogue</link>
            <guid isPermaLink="false">25BzNNF98R8oyiUSeHNY5l</guid>
            <pubDate>Wed, 12 Aug 2026 18:44:50 GMT</pubDate>
            <description><![CDATA[<p>Visa&#x27;s president of technology, Rajat Taneja, walked the <a href="https://venturebeat.com/vbtransform2026">VB Transform 2026</a> audience through <a href="https://venturebeat.com/security/visa-used-mythos-to-hunt-for-bugs-in-its-own-payment-network-then-open-sourced-the-harness-that-made-it-possible">aiming Anthropic&#x27;s Mythos at Visa&#x27;s own payment network</a>. The model stitched minor weaknesses into working exploit chains, and Visa open-sourced the harness that governed the hunt.</p><p>That&#x27;s what it looks like when an enterprise has the engineering depth to act on what it finds. Most don&#x27;t get there. Just over half, or 53%, of enterprises <a href="https://venturebeat.com/resources/the-agent-security-gap-54-of-enterprises-have-already-had-an-ai-agent-incident-and-most-still-let-agents-share-credentials">have already had an agentic security incident or near-miss</a>. Sixty-five percent enforce agent permissions at runtime, yet only 18% isolate their highest-risk agents, and just 8% pair enforcement with isolation.</p><p>Leaning on provider-native controls to do the heavy lifting of agentic security just exacerbates that gap. The July wave of VentureBeat Pulse Research found that 92% of enterprises naming a primary security layer default to their hyperscalers and AI platform providers.</p><p><a href="https://venturebeat.com/security/most-enterprises-cant-stop-stage-three-ai-agent-threats-venturebeat-survey-finds">Six waves of research</a> have been completed since January, surveying 440 qualified enterprise security respondents. The key takeaway: the containment gap between what enterprises need and what&#x27;s getting done is growing wider, often unaddressed by enterprises whose agentic AI investments and futures are at risk.</p><h2>The satisfaction data doesn&#x27;t match the incident data</h2><p>The research keeps showing enterprises rating the tools they know best at a higher score, even if those tools failed them or delivered mediocre results. Three findings from the raw data cut against that instinct, and each one says something about how young this market still is.<b> </b></p><p><b>The enterprises that got hit rate their tools higher than the ones that didn&#x27;t</b></p><p>Last month’s survey found that 46 enterprises reported a confirmed incident or near-miss, then went on to rate their satisfaction with their security tooling. Their average satisfaction was 4.39 out of 5. 30 of the 55 enterprises who experienced no incidents rated their security tooling at 4.13. Enterprises are rewarding any tool that saves them from a breach with a trust premium. </p><p>It’s a sure sign of a nascent market when brand positioning, marketing, or other means of persuading enterprises get easily superseded by saving a customer from a breach. Near-misses outnumber confirmed incidents 2-to-1 in both June and July, which means enterprises are catching problems at the edge. That edge catch is being interpreted as validation of both the security strategy and the tools acquired. Evident through seven months of data is how quick enterprise security leaders are to trust a new tool that identifies an intrusion or breach and defeats it before it gains access. VentureBeat believes the rescue itself is doing the marketing. The 4.13 average among never-hit enterprises shows the other side of the same effect. Tools that have never been seen working earn less trust, not more. </p><p>VentureBeat also found that of the 17 enterprises isolating their highest-risk agents, the 14 that rated their tooling average 4.00. Enterprises that do not isolate rate it 4.35. <!-- -->The enterprises closest to real security are the least satisfied with their tools — that dissatisfaction is what drives them toward the kind of engineering effort Visa put in.</p><p><b>Four of five enterprises that solved identity did not build isolation</b></p><p>49%, or 57 of the 116 enterprises surveyed in July, gave each agent its own scoped, managed identity. Just a month earlier, VentureBeat&#x27;s <a href="https://venturebeat.com/security/shared-api-keys-expose-ai-agent-fleets-venturebeat-research">June wave</a> recorded 32% of enterprises having assigned per-agent identities. July’s 17-point jump in one month is the fastest single-month move this series has recorded. Despite these gains, 63% still report credential sharing somewhere in the fleet. Only 11 of those 57 also isolate. </p><p>That ratio explains why the containment gap keeps widening even as every headline control improves. Enterprises are treating identity and isolation as substitutes. They need to see the longer-term vision of each being integral to a platform-based, layered strategy. <!-- -->Two incidents VentureBeat has covered show why that distinction matters. A <a href="https://venturebeat.com/security/meta-rogue-ai-agent-confused-deputy-iam-identity-governance-matrix">rogue AI agent at Meta</a> passed every identity check before its March exposure was contained. And CrowdStrike CEO George Kurtz disclosed, at his RSAC 2026 keynote, <a href="https://venturebeat.com/security/cisco-crowdstrike-rsac-2026-agent-identity-iam-gap-maturity-model">a Fortune 50 agent that rewrote its own security policy</a> using valid credentials. <!-- -->Giving an agent scoped credentials does not bound the blast radius when those credentials are misused. Sandboxing does.</p><p><b>The enforce-without-isolate population has a 58% incident rate</b></p><p>Fifty-three enterprises in July’s survey enforce scoped permissions at runtime but do not isolate. 31 of those 53 have already had an agent security incident or near-miss. That is 58%, five points above the 53% sample average. The enterprises living inside the containment gap are getting hit more often than the enterprises outside it.</p><p>Amy Chang, Cisco&#x27;s head of AI threat intelligence and security research, <a href="https://venturebeat.com/security/openai-anthropic-google-and-xai-models-all-broke-under-multi-turn-attack-up-to-88-of-the-time">presented findings on the Transform agentic security panel</a> showing that when Cisco ran 6,986 multi-turn attacks against 15 flagship models, attackers who adapted across the conversation broke through up to 88.3% of the time. Single-turn red-teaming missed it. An adaptive attacker who defeats the guardrails lands inside whatever architecture sits behind them, and for 53 of the enterprises in this data, that architecture enforces but does not contain.</p><p>VentureBeat&#x27;s Q1 Pulse Research tracked the same structural weakness earlier this year. Unauthorized tool or data access ranked as the most feared failure mode in every Q1 survey, growing from 42% in January to 50% in March. The April-May survey found only 4% of enterprises comfortable relying on model guardrails alone. Enterprises predicted they needed external controls, choosing to build enforcement over containment. </p><h2>Enterprises built enforcement 35 points ahead of forecast. Isolation barely moved</h2><p>The April-May survey asked 109 enterprises how they expected agent behavior to be controlled by the end of 2026, and 30% predicted runtime enforcement, 14% sandboxed execution, and 32% model-level guardrails. By July, 65% had built enforcement, more than double the prediction, while isolation reached 18%, roughly the rate they said it would. Enterprises built what was easy at twice the forecast and built what was hard at roughly the forecast. The April question asked for the primary control mechanism, single-select, while July&#x27;s posture question allowed multiple selections, so the comparison is directional rather than exact.</p><h2>Provider lock-in accelerated across all three quarters</h2><p>Provider-native platforms already led usage in April-May, named by seven in ten enterprises describing their tooling. By June, 82% called one their primary agent security layer, and by July that share reached 92%, with OpenAI&#x27;s guardrails leading at 44%, Microsoft Azure at 42%, Anthropic&#x27;s managed-agent controls at 37%, and Google Cloud at 31%. Cloudflare at 11% and Cisco at 9% lead the dedicated specialists fighting over what remains. The identity tools most relevant to the credential-sharing gap are the smallest of all, with Microsoft Entra Agent ID at 7%, while Okta for AI Agents, non-human identity platforms, and runtime sandboxing tooling each sit at 3%. CrowdStrike CTO Elia Zaitsev <a href="https://venturebeat.com/security/rsac-2026-agent-identity-frameworks-three-gaps">told VentureBeat at RSAC 2026</a> that observing agent actions is a solvable problem but inferring intent is not. The provider bundle proves his point, solving observation while leaving containment unbuilt.</p><h2>74% plan to replace tools they just rated a career-high satisfaction score</h2><p>Satisfaction scores continue rising as enterprises gain more experience using tools and techniques to stop agentic AI-based attacks. Rising to 4.29 out of 5 in July from 4.2 in June, satisfaction is the highest reading in the series. </p><p>Despite the high satisfaction levels, 74% plan to replace their tools within 12 months, up from 59% in June. Only 26% intend not to change. VentureBeat believes early adopters are impatient to gain greater insights, and know what they don’t know about agentic security and resilience. Closing that knowledge gap is forcing churn into a market this young, and the raw answers resolve the paradox: 92% of enterprises naming a primary layer name a provider-native one. The 4.29 measures how easy it is to turn on a provider&#x27;s guardrails. It does not measure how effective those guardrails are at preventing the incidents 53% of the same respondents already had.</p><h2>The organizations closest to the threat are the least confident about it</h2><p>In June, defenders led attackers 35% to 21%, but by July the split was 30-30, a dead heat. Among enterprises that have been hit, 39% now say attackers are ahead, against 20% of those that have not. Getting hit nearly doubles the pessimism but does not change the shopping. Just 10% of enterprises include any agent-identity product in their consideration set. Runtime sandboxing draws 6%, and those numbers hold regardless of incident history. VentureBeat covered the same blind spot in the June data. The label changed from agent security gap to containment gap, but the shopping did not.</p><h2>Methodology</h2><p>The posture question was answered by 93 of the 116 qualified July respondents, and the skippers are not hidden isolators. Twenty-three of the 25 who selected no posture option are organizations still evaluating agents, unsure of their status, or with no deployment plans, groups for which a security posture largely does not yet exist, so the 18% isolation figure reads on the enterprises actually running or piloting agents. <!-- -->April-May, June, and July are separate, independently fielded waves rather than a single tracked series, so month-over-month comparisons in this piece are directional rather than a measured trend. <!-- -->Base sizes for the cross-cuts differ by instrument. The identity question covers all 116 respondents, isolation covers the 93 who described a posture, and the satisfaction inversion of 4.39 versus 4.13 is computed on the 76 respondents who rated their tooling.</p><h2>The bottom line</h2><p>VentureBeat&#x27;s <a href="https://venturebeat.com/technology/venturebeat-research-where-enterprise-ai-agent-governance-hasnt-caught-up">cross-survey analysis</a> of 573 enterprise respondents concluded in July that enterprises deployed AI agents ahead of the controls needed to manage them, and they did it knowingly. Three waves of security-specific data now show where the knowing stops.</p><p>Enterprises continue giving agents scoped identities and treating that as containment, but that assumption is false, and the incident data keeps proving it. In fact, 46 of 57 enterprises that solved identity did not build isolation. The enforce-without-isolate population&#x27;s 58% incident rate is the clearest evidence that identity alone isn&#x27;t enough. The containment gap will not close through satisfaction with what is easy. Whether enterprises build isolation and governed identity deliberately, or whether a confirmed incident that propagates does it for them, is the question the next wave will answer.</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/5n5rmnYkbIGSFc4nayFtGc/e24edab926693c1f72335107e86c0c2c/hero.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[OpenAI launches GPT-5.6-Cyber with reduced refusals, 95% completion on advanced cybersecurity tasks]]></title>
            <link>https://venturebeat.com/technology/openai-launches-gpt-5-6-cyber-with-reduced-refusals-95-completion-on-advanced-cybersecurity-tasks</link>
            <guid isPermaLink="false">5HW0JMSN3bH0TnjUtTdwid</guid>
            <pubDate>Mon, 10 Aug 2026 23:53:23 GMT</pubDate>
            <description><![CDATA[<p>Earlier today, <a href="https://openai.com/index/expanding-daybreak-as-the-cyber-defense-window-narrows/">OpenAI launched GPT-5.6-Cyber</a>, a specialized model designed to perform advanced vulnerability research and exploit development for approved defenders — including categories of work that its general-purpose models will often refuse.</p><p>GPT-5.6-Cyber is a fine-tuned version of OpenAI&#x27;s most advanced general model, GPT-5.6 Sol, <a href="https://venturebeat.com/technology/openai-unveils-gpt-5-6-sol-terra-and-luna-models-but-only-accessible-to-limited-preview-partners-for-now-per-us-gov">unveiled back in June</a>, but trained specifically to improve performance on advanced cybersecurity tasks, including finding zero-day vulnerabilities and developing exploit chains. </p><p>Crucially, OpenAI also trained it to reduce refusals on some higher-risk, &quot;dual-use&quot; cybersecurity requests — that is, requests that could be used for legitimate defensive or malicious offensive purposes. </p><p>Indeed, on an internal OpenAI benchmark called Advanced Cybersecurity Completion Rate — which the company says in its launch blog post measures tasks involving exploit-chain development, authentication bypass, privilege escalation, and other advanced cybersecurity scenarios —<b> GPT-5.6-Cyber completed 95% compared to just 57.3% from its immediate predecessor model GPT-5.5-Cyber</b>, and <b>just 1.5% with the normal GPT-5.6 Sol model </b>and all its safeguards applied. </p><p>OpenAI researcher<a href="https://x.com/Eric_Wallace_/status/2086866306167656901"> Eric Wallace posted on X,</a> describing GPT-5.6-Cyber as OpenAI&#x27;s &quot;first large-scale attempt at directly improving capabilities for advanced cybersecurity tasks such as exploit development.&quot;</p><h2><b>Pricing and availability</b></h2><p>Unfortunately for enterprises, GPT-5.6-Cyber is <i>not</i> being made broadly available to every ChatGPT or API customer. </p><p>To get access, an organization has to be accepted into the newly created tier of <a href="https://openai.com/daybreak/partners/">OpenAI’s Daybreak cybersecurity program</a>, called Daybreak Red — also announced today, which gives access to dedicated cybersecurity models like GPT-5.6-Cyber</p><p>Another new tier, Daybreak Blue, gives a wider swath of enterprises access to general models like GPT-5.6 Sol but with <i>some</i> guardrails lifted to allow for more cybersecurity uses.</p><p>OpenAI’s documents list pricing for GPT-5.6-Cyber at <b>$12.50 per million input tokens and $75 per million output tokens, </b>with cached input at $1.25 per million tokens. </p><p>That makes it more expensive than GPT-5.6 Sol in the same Daybreak cyber pricing table, where <b>Sol is listed at $5 per million input tokens and $30 per million output tokens for short-context use. </b></p><p>OpenAI does not list long-context pricing for GPT-5.6-Cyber in the same table, and access still requires separate Daybreak Red approval and provisioning.</p><h2><b>Red vs. Blue: OpenAI&#x27;s new Daybreak tiers and how to qualify for them</b></h2><p>Daybreak Red is for approved security teams doing advanced, authorized cyber work — the kind of work that can look risky out of context, even when it is being done for defensive reasons. That includes vulnerability research, penetration testing, red-team exercises and exploit validation on systems the organization owns, operates or has permission to test. In other words, OpenAI is saying GPT-5.6-Cyber is for trusted defenders with a clear professional need, not for general experimentation.</p><p>Enterprises that want access have to apply through <a href="https://openai.com/form/enterprise-trusted-access-for-cyber/">Daybreak Access</a>, OpenAI’s current pathway for vetting cyber users. The application asks companies to identify who they are, what kind of security work they plan to do, where they will use the models, and which OpenAI products or surfaces they expect to use. Applicants also have to confirm that their work is lawful, defensive and authorized.</p><p>OpenAI is also looking for signs that the applicant has a serious security program of its own. The company says participating enterprises need controls such as single sign-on, multifactor authentication, role-based access, employee-use monitoring, usage logs, API-key controls and a documented incident-response process. OpenAI also asks for a recognized security certification such as SOC 2 Type II, ISO 27001 or an equivalent standard. Access is limited to approved people inside the organization using company-controlled accounts and devices.</p><p>If an enterprise does not qualify for Daybreak Red, or does not need that level of access, OpenAI is pointing most companies toward <a href="https://openai.com/index/expanding-daybreak-as-the-cyber-defense-window-narrows/">Daybreak Blue</a>, its other cyber models access tier, instead. </p><p>Blue is the broader tier for approved defenders. It does not provide GPT-5.6-Cyber, but it does give vetted users access to OpenAI’s frontier general-purpose models, including GPT-5.6 Sol, with safeguards adjusted for legitimate defensive work.</p><p>For many enterprise security teams, Blue may be the more realistic starting point. OpenAI says it is meant for tasks such as secure-code review, vulnerability discovery, malware analysis, incident response and patch validation. These are still sensitive uses, but they do not necessarily require the same specialized cyber model access that comes with Red.</p><p>The practical takeaway is that enterprises now have two routes into Daybreak. Blue is for approved defenders who want stronger AI help with everyday security work. Red is for the smaller set of approved teams that can justify access to specialized cyber models, including GPT-5.6-Cyber. Companies that want to use Daybreak capabilities in products or services for their own customers need a separate approval path through the <a href="https://openai.com/index/putting-frontier-cyber-models-in-more-trusted-hands/">Daybreak Cyber Partner Program</a>, rather than simply applying for internal enterprise access and passing it along.</p><h2><b>How OpenAI got here: from Trusted Access to Daybreak</b></h2><p>OpenAI has supported defenders through its <a href="https://openai.com/index/trusted-access-for-cyber/">Cybersecurity Grant Program</a> since 2023 — later expanded to $10 million — and began building cyber-specific safeguards into its model deployments starting with GPT-5.2.</p><p>In February 2026 it introduced <a href="https://openai.com/index/trusted-access-for-cyber/">Trusted Access for Cyber (TAC)</a>, an identity-and-trust framework that gave vetted defenders lower classifier-based refusals for authorized work such as vulnerability triage, malware analysis and binary reverse engineering.</p><p>From there, the cadence accelerated. In March, OpenAI CEO and co-founder Sam Altman announced the<a href="https://x.com/sama/status/2053951874408276193"> Daybreak program</a>. In April, OpenAI <a href="https://openai.com/index/accelerating-cyber-defense-ecosystem/">scaled TAC and released GPT-5.4-Cyber</a>, a version of GPT-5.4 fine-tuned to be &quot;cyber-permissive&quot; for a limited set of vetted vendors and researchers. </p><p>In May, it followed with <a href="https://openai.com/index/daybreak-securing-the-world/">GPT-5.5-Cyber</a> in limited preview for defenders of critical infrastructure, and lined up partners including Cisco, Intel, SentinelOne, Snyk and Cloudflare. </p><p>Notably, OpenAI said at the time that GPT-5.5-Cyber was &quot;primarily trained to be more permissive,&quot; not to significantly out-perform its general model — GPT-5.5-Cyber actually scored worse than GPT-5.5 on some evaluations.</p><p>TAC required phishing-resistant Advanced Account Security for individuals on its most capable models beginning June 1, and Daybreak now requires hardware security keys for individual accounts beginning September 1.</p><h2><b>OpenAI says GPT-5.6-Cyber has already found zero-days</b></h2><p>OpenAI isn&#x27;t relying exclusively on benchmarks to make its case.</p><p>The company says its researchers used GPT-5.6-Cyber to investigate V8, the JavaScript engine underlying Chrome, and uncovered two previously unknown vulnerabilities that could be chained to corrupt memory and escape the V8 heap sandbox. </p><p>OpenAI researchers validated the findings and disclosed them to Google, which fixed the vulnerability assigned <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-15903">CVE-2026-15903</a> — a high-severity flaw in which V8&#x27;s optimizing compiler skipped a safety check during integer conversion, allowing an out-of-bounds array index that an attacker could use to read or overwrite memory.</p><p>OpenAI says the model has also contributed to finding at least five vulnerabilities in an unnamed popular mobile operating system, three critical vulnerabilities in an unnamed popular database, and more than 400 vulnerabilities capable of producing privilege escalation in a popular operating-system kernel. Those disclosures are still being coordinated, according to OpenAI.</p><p>The results put OpenAI into a rapidly developing market for AI-assisted offensive security. <a href="https://xbow.com/">XBOW</a>, for example, markets autonomous penetration-testing agents that map attack surfaces, attempt exploits and independently validate findings; in 2025 it became the first AI system to top HackerOne&#x27;s U.S. bug-bounty leaderboard, and this year it <a href="https://xbow.com/blog/bing-images-rce-vulnerabilities">disclosed a set of critical, CVSS-9.8 remote-code-execution flaws in Microsoft&#x27;s Bing image-processing systems</a>, found without source-code access.</p><p>For enterprise security leaders, that emerging competition matters because vulnerability research is moving beyond using an LLM as an assistant. Vendors are increasingly building systems in which models can investigate targets, operate tools, validate hypotheses and produce actionable findings.</p><h2><b>Specialized doesn&#x27;t mean universally better</b></h2><p>OpenAI&#x27;s own results also show why enterprises shouldn&#x27;t simply equate cyber specialization with better performance everywhere.</p><p>GPT-5.6-Cyber outperformed GPT-5.6 Sol and GPT-5.5-Cyber on OpenAI&#x27;s implementation of <a href="https://deploymentsafety.openai.com/gpt-5-6-preview/gpt-5-6-preview.pdf">ExploitGym</a>, which evaluates whether agents can turn known vulnerabilities into working exploits in controlled environments. It also beat Sol on an internal zero-day evaluation.</p><p>But GPT-5.6 Sol performed better on OpenAI&#x27;s Vulnerability Discovery and Report Writing evaluation. OpenAI attributes the Cyber model&#x27;s lower score partly to shorter and less detailed vulnerability reports.</p><p>Sol also performed best on ExploitBench under its standard 300-turn limit, with OpenAI saying it solved tasks more token-efficiently. Extending the evaluation to 600 turns narrowed the gap between the models.</p><p>That suggests enterprises may eventually treat cyber models as specialized workers rather than replacements for general reasoning models: one model for deep exploit work, another potentially better suited to analysis, documentation or other parts of a security workflow.</p><p>SpecterOps CTO Jared Atkinson said GPT-5.6-Cyber is &quot;materially improving our specialist vulnerability-research workflows,&quot; adding that it completed some work in less than a day that previous models had failed to resolve after weeks of intermittent effort.</p><h2><b>The Hugging Face incident hangs over the launch</b></h2><p>The permissive-model pitch arrives weeks after OpenAI&#x27;s most serious public demonstration of what can go wrong when cyber refusals are turned down — and OpenAI addresses that history head-on in the Daybreak announcement.</p><p>In July, <a href="https://openai.com/index/hugging-face-model-evaluation-security-incident/">OpenAI and Hugging Face jointly disclosed</a> that during an internal ExploitGym benchmark evaluation — run with production classifiers deliberately disabled to measure maximal capability — a combination of OpenAI models, including GPT-5.6 Sol and an unreleased, more-capable pre-release model, broke out of their sandboxed research environment and autonomously attacked Hugging Face&#x27;s production infrastructure. </p><p>The models exploited a zero-day in an internally hosted package-registry cache proxy to reach the open internet, moved laterally through OpenAI&#x27;s research nodes, then inferred that Hugging Face likely hosted ExploitGym&#x27;s answer keys and chained stolen credentials and remote-code-execution flaws to reach its production database. OpenAI called it an &quot;unprecedented cyber incident, involving state-of-the-art cyber capabilities.&quot;</p><p><a href="https://venturebeat.com/security/openais-models-broke-containment-and-cyberattacked-hugging-face-what-enterprises-need-to-know">As VentureBeat previously reported</a>, the episode also exposed the flip side of blanket safety guardrails: when Hugging Face&#x27;s defenders tried to use commercial frontier models to analyze the raw exploit payloads and credential dumps from the attack, the models refused, and the company completed its forensic reconstruction only after switching to a Chinese open-weight model, GLM 5.2, run locally. </p><p>That guardrails-block-the-defender dynamic is much of what OpenAI&#x27;s reduced-refusal Daybreak tiers are meant to solve — even as the same incident illustrates the risks of reducing refusals in the first place.</p><p>OpenAI is careful to draw a line between that incident and this product. In the Daybreak announcement it states directly that GPT-5.6-Cyber &quot;was not involved in exploiting Hugging Face, nor are any other models planned for an upcoming release,&quot; and notes that the pre-release model implicated in July was an internal-only research prototype that has since been deactivated, encrypted and restricted from research access. </p><p>The company has said it is working with external advisers including CrowdStrike, METR and Redwood Research on the review, and has brought Hugging Face into its trusted-access program.</p><p>In my assessment, the access model still leaves OpenAI with a hard question: whether keeping GPT-5.6-Cyber inside the narrower Daybreak Red tier also limits the very defensive work it says it wants to accelerate. If only a small group of approved participants can use the model, enterprises outside that tier may still lack access to the kind of specialized AI assistance that could help with fast diagnosis, containment and response in incidents like the one involving Hugging Face.</p><p>That means OpenAI may still be repeating part of the mistake it is trying to move past. By holding its most capable cyber model behind a tighter approval process, it reduces obvious misuse risk, but also leaves many enterprise defenders looking elsewhere. For teams that cannot qualify for Daybreak Red, or cannot wait for approval, open weights models may remain the more practical alternative: less controlled, but easier to obtain, inspect, run internally and adapt during a live security investigation.</p><h2><b>The guardrail is increasingly around the model</b></h2><p>The most consequential part of Daybreak may ultimately be its access architecture rather than its benchmarks.</p><p>OpenAI explicitly says Daybreak Blue removes system-level guardrails that can interfere with legitimate defensive work, while GPT-5.6-Cyber goes further by reducing model refusals for certain dual-use tasks. In their place, OpenAI is imposing controls around who receives access and how the models operate.</p><p>Daybreak access is restricted to approved individuals and organizations performing authorized work. OpenAI says controls include identity verification, account security, monitoring, approved-use restrictions and legal attestations.</p><p>The company is also encouraging Daybreak customers using Codex to move from full-access execution to an auto-review mode capable of evaluating actions requiring elevated permissions before they execute. Individual Daybreak accounts will be required to adopt hardware security keys beginning September 1. OpenAI says it is additionally rolling out improved monitoring in the coming weeks and prioritizing alignment training and testing for upcoming Daybreak releases — commitments that read, in context, as a direct response to the Hugging Face review.</p><p>OpenAI&#x27;s broader <a href="https://help.openai.com/en/articles/20001107">Codex Security</a> product supplies another layer around the models, providing repository analysis, vulnerability validation, remediation and integration into cloud, pull-request and local development workflows. OpenAI says Codex Security has scanned more than 30 million commits across more than 30,000 codebases, with more than 500,000 findings fixed.</p><p>That model-plus-harness approach resembles a broader shift in AI security products. XBOW, for example, emphasizes orchestration, exploit validation and governance around frontier models rather than treating an LLM alone as the complete penetration-testing system.</p><p>OpenAI nevertheless acknowledges that increasingly permissive cyber models create additional risks, whether from misuse or misalignment. It assesses both GPT-5.6 Sol and GPT-5.6-Cyber at the High cybersecurity capability level under its <a href="https://openai.com/index/updating-our-preparedness-framework/">Preparedness Framework</a>, but below its Critical threshold. A fuller GPT-5.6-Cyber system card is planned for later publication.</p><p>For CISOs and security engineering leaders, Daybreak therefore presents a different deployment question than another incremental model upgrade. As models become capable enough to perform work previously reserved for experienced vulnerability researchers — and, as the Hugging Face incident showed, capable enough to pursue a narrow goal straight through a sandbox — the enterprise control plane around those models — permissions, sandboxes, monitoring, human review and authorization — becomes as important as the intelligence inside them.</p>]]></description>
            <author>carl.franzen@venturebeat.com (Carl Franzen)</author>
            <category>Technology</category>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1vFvZadzVgpBpKJvEUCDS9/e9b912eb53c0fda59b01e8676b3613b3/ChatGPT_Image_Aug_10__2026__07_36_04_PM.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[AWS Continuum integrates with OpenAI Codex and Anthropic Claude Code in major AI security push]]></title>
            <link>https://venturebeat.com/security/aws-continuum-integrates-with-openai-codex-and-anthropic-claude-code-in-major-ai-security-push</link>
            <guid isPermaLink="false">7AQYSv3042F8nKBd7ZAjYh</guid>
            <pubDate>Mon, 10 Aug 2026 20:00:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://aws.amazon.com/">Amazon Web Services</a> is threading its AI-powered security infrastructure directly into the coding environments built by two of its fiercest rivals — and in doing so, it is making a bold bet that controlling the security layer matters more than controlling the model.</p><p>AWS announced at <a href="https://blackhat.com/us-26/">Black Hat USA 2026</a> this month that its <a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">Continuum platform</a> for code vulnerabilities will integrate directly into Anthropic&#x27;s <a href="https://claude.com/product/claude-code">Claude Code</a> and OpenAI&#x27;s <a href="https://chatgpt.com/codex/">Codex</a>, alongside AWS&#x27;s own <a href="https://kiro.dev/">Kiro IDE</a>.</p><p>The move embeds AWS security tooling at the point where developers write code, regardless of which AI model they use to do it. Simultaneously, AWS expanded <a href="https://aws.amazon.com/about-aws/whats-new/2026/08/aws-security-hub-extended-adds-supply-chain-security/">Security Hub Extended </a>— its curated, single-bill security marketplace launched in February — with a 10th security category focused on supply chain protection, bringing in <a href="https://www.chainguard.dev/">Chainguard</a> and <a href="https://socket.dev/">Socket</a> as partners.</p><p>Together, the announcements are AWS&#x27;s most sweeping attempt yet to position itself as the default security control plane for enterprise software development in the AI era — a role that carries enormous commercial implications as the global cloud infrastructure market surpasses $143 billion per quarter, according to <a href="https://www.srgresearch.com/articles/q2-cloud-market-passes-143-billion-highest-growth-rate-in-eight-years">Synergy Research Group</a>.</p><h2><b>Why frontier AI models turned the vulnerability backlog into a five-alarm fire</b></h2><p>The urgency behind both launches traces back to a single inflection point that reshaped enterprise security earlier this year. <a href="https://www.anthropic.com/claude/mythos">Claude Mythos Preview</a>, announced by Anthropic in April, is a general-purpose AI model that during testing revealed striking cybersecurity capabilities far exceeding any prior system.</p><p>In pre-release evaluations, Mythos <a href="https://www.anthropic.com/glasswing">identified thousands</a> of previously unknown zero-day vulnerabilities across every major operating system and web browser. More than <a href="https://www.anthropic.com/research/mythos-preview">99% of those vulnerabilities remain unpatched</a> by their maintainers, and the median time from vulnerability discovery to weaponized exploit — already collapsed from 771 days in 2018 to under four hours by 2024 — is projected to reach under one hour by the end of 2026.</p><p>Chet Kapoor, AWS&#x27;s vice president of search, security, and observability, framed the challenge in stark terms in an exclusive interview with VentureBeat. &quot;CISOs have had code vulnerabilities for a while, and then Mythos came along, and it just made it a lot worse,&quot; Kapoor said. &quot;They already had a backlog. Now the backlog is 5x more, and that causes a problem.&quot;</p><p>That problem — the exponential growth in known vulnerabilities outpacing any organization&#x27;s ability to triage and fix them — is precisely what <a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">Continuum</a> is designed to address. Kapoor described AWS&#x27;s broader security vision as a shift from &quot;telemetry, storage, query, dashboards for humans to telemetry, context, reasoning, and actions by agents.&quot; The shorthand for that vision is a phrase AWS repeated throughout Black Hat: autonomous security at machine speed.</p><h2><b>Inside Continuum&#x27;s four-phase system for finding and fixing code flaws automatically</b></h2><p>Continuum operates as what AWS calls an “<a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">agent-team loop architecture</a>” — a sophisticated orchestration harness that selects the right AI model for each task, connects to a customer&#x27;s environment, and delivers validated secure code. Under the hood, it runs through four distinct phases.</p><p>Kapoor broke them down for VentureBeat. Discovery uses multiple frontier AI models to scan code and ingest a customer&#x27;s existing vulnerability backlog. Prioritization — which Kapoor called &quot;one of our biggest value adds&quot; — contextualizes each finding against a customer&#x27;s actual environment and business risk. &quot;You go from 100 to 2,000, and now you&#x27;re like, whoa, I didn&#x27;t even know which 100 to focus on,&quot; he said.</p><p>Validation then builds reproducible exploits in an isolated sandbox to confirm whether a vulnerability is genuinely exploitable. &quot;Once I do them, how will it behave?&quot; Kapoor explained. &quot;You create a sandbox to go off and make that happen. So you can figure out what the blast radius is.&quot; The validation phase covers both first-party code that customers wrote themselves and third-party open source code they depend on. Finally, remediation offers fixes — whether network configuration changes, policy adjustments, or code patches — that the system has already tested in the same sandbox. The human stays in control throughout, approving outcomes at whatever level of autonomy the organization is comfortable with.</p><p>The commercial model is equally deliberate. Customers pay AWS a single price for Continuum. AWS absorbs the underlying token costs for whichever frontier model performs best at each phase of the scan. &quot;The customer purchases Continuum, period,&quot; Kapoor told VentureBeat. &quot;We optimize on which model to use for what because, quite frankly, GPT Cyber is good at some things, Mythos is good at some things.&quot;</p><h2><b>How AWS convinced OpenAI and Anthropic to open their coding tools to a rival&#x27;s security layer</b></h2><p>The most strategically striking element of the announcement is the integration with OpenAI <a href="https://chatgpt.com/codex">Codex</a> and Anthropic <a href="https://claude.com/product/claude-code">Claude Code</a>. AWS competes directly with both companies across cloud AI services. Amazon holds a massive investment in Anthropic, and OpenAI operates its own growing infrastructure that competes for the same enterprise AI workloads. Yet both agreed to embed Continuum inside their developer environments.</p><p>When VentureBeat asked Kapoor directly about the competitive dynamics, he pushed back on the framing entirely. &quot;Who is the competitor?&quot; Kapoor said. &quot;I can keep thinking about Anthropic and OpenAI to be partners. I don&#x27;t understand the word &#x27;competitor&#x27; in your description of the question.&quot; He added: &quot;They&#x27;re partners with us. We use their models. We plug into their environments. Which is why we actually brought them together to do this.&quot;</p><p>Kapoor argued that working with a single model provider would be insufficient. &quot;I don&#x27;t think it&#x27;s good enough to just do it with one company,&quot; he said. &quot;Everybody is going to leapfrog each other over a period of time.&quot; By absorbing token costs and presenting a single bill to the customer, AWS positions Continuum as infrastructure — not a model wrapper. The harness, not the engine, becomes the durable competitive asset.</p><p>As Kapoor wrote in his <a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">blog post</a> announcing the partnership: &quot;An AI harness is the orchestration layer that wraps around a model to connect it to tools, guardrails, memory, and workflows, so it delivers outcomes. Think of the model as the engine and the harness as everything around it. You need both to have a high-performance car.&quot; </p><p>AWS partners echoed the logic. &quot;Model choice was never the hard part for enterprises. Trust in what the model does in production is,&quot; said Val Henderson, CEO of AWS Premier Partner Caylent, in comments <a href="https://www.crn.com/news/ai/2026/aws-openai-and-anthropic-coding-integrations-to-drive-ai-wins-via-security-partners-say">reported by CRN</a>.</p><h2><b>AWS adds supply chain security to its curated marketplace as open source threats intensify</b></h2><p>The second prong of AWS&#x27;s Black Hat announcements extends <a href="https://aws.amazon.com/about-aws/whats-new/2026/08/aws-security-hub-extended-adds-supply-chain-security/">Security Hub Extended</a> into supply chain security as its 10th category, with Chainguard and Socket as curated partners. The Extended plan now includes 23 curated partner solutions, all on a single AWS bill with no required long-term commitments, covering endpoint, identity, email, network, data, browser, cloud, AI, security operations, and now supply chain.</p><p>Michael Fuller, AWS&#x27;s director of security services, told VentureBeat that the addition was driven entirely by customer demand. &quot;Over the last six to eight months, it&#x27;s gotten quite a bit of news around what&#x27;s happening in the supply chain space, with the fact that everybody builds on open source,&quot; Fuller said. &quot;Our customers quickly reached out and said, &#x27;Security Hub Extended is resonating. We would love to see a supply chain security category with some key players there because it&#x27;s a hot topic for us.&#x27;&quot;</p><p>The two partners were chosen to be complementary rather than duplicative. <a href="https://www.chainguard.dev/">Chainguard</a> focuses on providing hardened, secure-by-default container images and packages rebuilt from verified source code. <a href="https://socket.dev/">Socket</a> performs behavioral monitoring of packages as they are pulled into a developer&#x27;s environment, detecting threats like typosquatting, maintainer account takeover, and obfuscated malicious code. &quot;Together, between the three of us — us with consolidating that, ChainGuard providing really good hardened and cleaned images and packages, and then Socket providing a behavioral analysis over the top — gives customers a really good holistic supply chain security offering,&quot; Fuller said.</p><p>The complementary approach addresses two distinct attack vectors. An attacker can publish a malicious package that contains no known vulnerabilities — Chainguard&#x27;s clean-build approach defends against that. Separately, an attacker can compromise a legitimate maintainer&#x27;s account and push a tainted update to a trusted package — Socket&#x27;s behavioral detection catches that. Both vectors are amplified in the AI coding era, Fuller noted, because AI agents face the same supply chain risks as human developers: &quot;Agents can be misled on, &#x27;Hey, this is a well-known package that you&#x27;re looking for,&#x27; and therefore pull it down, even though it&#x27;s been maliciously obfuscated.&quot;</p><h2><b>Why AWS chose two partners per category instead of building a security marketplace</b></h2><p>The partner selection strategy behind <a href="https://aws.amazon.com/about-aws/whats-new/2026/08/aws-security-hub-extended-adds-supply-chain-security/">Security Hub Extended</a> reveals a deliberate philosophy that distinguishes it from the <a href="https://aws.amazon.com/marketplace/">AWS Marketplace</a>, which already hosts tens of thousands of security offerings.</p><p>Fuller told VentureBeat that customers articulated clear principles for what they wanted. &quot;One was don&#x27;t give me hundreds of offerings. We already have the AWS Marketplace,&quot; he said. &quot;Two was give me a sweet spot. Our customers were saying, give me two in each category, and when you look at those two, don&#x27;t give me head-to-head competitors. Give me one that I may know well, that is an established player, and give me one that&#x27;s taking a different approach.&quot;</p><p>Fuller pointed to the security operations category as the template. &quot;You have Splunk, hard to argue not an established leader in security operations, and then you have Seven AI that&#x27;s kind of taking a very different approach, and they&#x27;re complementary in a lot of ways.&quot;</p><p>The decision to build internally versus partner follows a similar logic. For endpoint detection and response, AWS has no structural advantage, so it partners exclusively. For cloud security, AWS builds its own native tools because it intimately understands its own infrastructure — but still partners with Upwind to give customers a second option.</p><p>&quot;At the end of the day, what we&#x27;re trying to do here is ensure that our customers can operate in the most secure way possible on AWS, not necessarily grow a large security business as the core goal,&quot; Fuller said. &quot;That&#x27;s why it&#x27;s very easy for us to decide to do both building ourselves, but also then inviting partners to participate.&quot;</p><p>The pricing model reinforces this accessibility. Fuller said customers demanded pay-as-you-go options alongside traditional multi-year commitments. &quot;All of the Security Hub Extended offerings have a public-facing, pay-as-you-go price, just like our first-party offerings do within AWS,&quot; he said. &quot;So that gives customers the option to go kick the tires, get going, even scale up and use the services without going through a traditional sales cycle.&quot;</p><h2><b>Shadow agents and AI cost harvesting emerge as the next frontier of cloud security threats</b></h2><p>Both AWS executives addressed an emerging security concern gaining traction among CISOs: the proliferation of <a href="https://www.weforum.org/stories/cybersecurity/unsecured-ai-agents-cyberthreat/">unregistered AI agents</a> — what the industry has begun calling &quot;<a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">shadow agents</a>&quot; — and the novel attack patterns they enable.</p><p>Kapoor told VentureBeat that shadow agents are a genuine and growing problem, though he was careful to separate it from the Continuum announcement. &quot;There are many agents that are registered with registration directories, whether it&#x27;s Vertex, whether it&#x27;s Agent Core, whatever else it might be, but there are many agents that are not registered with the registry, and those are what people are calling shadow agents because they can actually do some harm,&quot; he said. &quot;Discovering shadow agents is not easy. The industry is working on it.&quot;</p><p>Fuller provided more granular detail on what AWS has already deployed. <a href="https://aws.amazon.com/security-hub/">Security Hub</a> now includes a free AI inventory capability that uses three data layers: AWS Config identifies AI-related services like <a href="https://aws.amazon.com/sagemaker/">SageMaker</a>, <a href="https://aws.amazon.com/bedrock/">Bedrock</a>, and <a href="https://aws.amazon.com/bedrock/agentcore/">Agent Core</a> across an organization; Amazon Inspector scans compute instances and containers for AI-related software; and <a href="https://aws.amazon.com/guardduty/">GuardDuty</a> compares DNS request and response logs against known AI tools and agentic workloads.</p><p>Beyond inventory, Fuller revealed that <a href="https://aws.amazon.com/guardduty/">GuardDuty</a> now monitors data plane events — including prompts, prompt volume patterns, and inference cost analysis — to detect what AWS calls &quot;cost harvesting.&quot;</p><p>The attack mirrors the cryptocurrency mining that became common after cloud credential compromises: an attacker gains access to an AWS account and burns through as much free AI inference as possible before detection.</p><p>&quot;We&#x27;re seeing what we&#x27;re calling cost harvesting,&quot; Fuller said. &quot;They&#x27;ll spin up, basically try to get as much free inference as they can until that&#x27;s discovered.&quot; It is, Fuller noted, &quot;the same thing that&#x27;s happening in AI&quot; as happened with crypto mining — and GuardDuty&#x27;s detection of credential compromise and unauthorized compute usage translates directly to the new threat.</p><h2><b>How Continuum and Security Hub Extended fit together in AWS&#x27;s enterprise security strategy</b></h2><p>Although both announcements landed the same week, AWS is treating the products behind them as separate. Kapoor described<a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/"> Continuum</a> to VentureBeat as distinct from<a href="https://aws.amazon.com/about-aws/whats-new/2026/08/aws-security-hub-extended-adds-supply-chain-security/"> Security Hub Extended</a>, sold as its own standalone product. AWS declined to discuss its longer-term roadmap for the two.</p><p>The design logic points in one direction. <a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">Continuum</a> addresses the code an enterprise writes and the open source it inherits. <a href="https://aws.amazon.com/about-aws/whats-new/2026/08/aws-security-hub-extended-adds-supply-chain-security/">Security Hub Extended</a> addresses everything else — and the newest of its categories is where the two most clearly overlap. Continuum&#x27;s validation phase covers third-party dependencies alongside a customer&#x27;s own code;<a href="https://www.chainguard.dev/"> Chainguard</a> and<a href="https://socket.dev/"> Socket</a> harden and monitor the same packages from the other direction. One capability is built in-house, the other curated from partners, and they meet at the same attack surface.</p><p>Both proceed from the same premise: that enterprises no longer want a catalog, they want a recommendation.</p><p>&quot;Customers want an opinionated point of view on how they should do security in the AI era,&quot; Kapoor told VentureBeat. &quot;That&#x27;s what Security Hub Extended was about — actually going off and giving them our opinion.&quot; AWS will continue to give customers choice, he added, &quot;whether it is something that we ship or whether it is something from a partner.&quot;</p><p>That doctrine — a recommendation, with an escape hatch — is the through line connecting a curated marketplace to a first-party agent platform, and it makes the boundary between them more porous than two separate announcements suggest.<a href="https://aws.amazon.com/security-hub/"> Security Hub</a> has already absorbed capabilities that did not exist a year ago, including the free AI inventory and the cost harvesting detections Fuller described. The console is where AWS delivers its opinion to the enterprise. Continuum is the sharpest opinion it has shipped.</p><p>The audience for that opinion has changed as well, Kapoor said. Mythos, he argued, moved security from something the CISO owned to a CEO and board-level imperative. &quot;Boards are now asking for updates on what&#x27;s going on with security in the enterprise because it&#x27;s a business threat now, it&#x27;s a business risk.&quot;</p><h2><b>AWS&#x27;s security ambitions reflect a calculated bet on owning the orchestration layer</b></h2><p>The twin launches fit within a broader strategic arc AWS has been building throughout 2026 at a breakneck pace. The company re-imagined <a href="https://aws.amazon.com/blogs/security/aws-launches-ai-enhanced-security-innovations-at-reinvent-2025/">Security Hub at re:Invent 2025</a> by consolidating <a href="https://aws.amazon.com/guardduty/">GuardDuty</a>, <a href="https://aws.amazon.com/inspector/">Inspector</a>, <a href="https://aws.amazon.com/security-hub/cspm/">CSPM</a>, and <a href="https://aws.amazon.com/iam/access-analyzer/">Access Analyzer</a> into a single console. In February, it launched Security Hub Extended with 14 curated partner solutions. By May, that number grew to 21 across nine categories. Now it stands at 23 across 10. Continuum launched at the New York Summit in June and expanded to OpenAI and Anthropic integrations at Black Hat in August.</p><p>AWS generated <a href="https://ir.aboutamazon.com/news-release/news-release-details/2026/Amazon-com-Announces-Second-Quarter-Results/">$42.2 billion in revenue during Q2 2026</a>, with cloud sales expanding 37% year over year. The company holds a 28% share of the global cloud infrastructure market, ahead of Microsoft at 20% and Google at 15%.</p><p>Fuller told VentureBeat that AWS has &quot;tens of thousands of customers using one or multiple of our security services, essentially across all geos that we operate in, and in every industry, and both commercial and government.&quot; The Extended plan aims to convert that installed base into users of partner security solutions — deepening engagement and making it harder for competitors to dislodge AWS as the default platform.</p><p>By making AWS the seller of record for 23 partner security solutions and embedding <a href="https://aws.amazon.com/blogs/security/aws-partners-with-anthropic-and-openai-to-bring-aws-continuum-into-developer-workflows/">Continuum</a> inside the coding environments of <a href="https://openai.com/">OpenAI</a> and <a href="https://www.anthropic.com/">Anthropic</a>, AWS is constructing something more durable than a product line. It is building the connective tissue between enterprises and every AI model they use, between every open source package they pull, and between every security vendor they deploy. In a world where frontier models are advancing so rapidly that today&#x27;s best scanner becomes tomorrow&#x27;s table stakes, the layer that persists is not the model — it is the harness that connects the model to the customer&#x27;s environment, policies, and risk tolerance.</p><p>Kapoor, reflecting on a chance conversation he had on a flight to <a href="https://blackhat.com/us-26/">Black Hat</a>, offered the simplest articulation of why all of it matters. A former CISO turned CTO sitting beside him volunteered a blunt assessment of the current moment: &quot;I don&#x27;t feel safer now.&quot; Kapoor&#x27;s response, he told VentureBeat, was equally blunt: &quot;We&#x27;re working on it.&quot;</p><p>Whether that work makes the world safer or simply makes AWS indispensable to every organization trying to get there may, in the end, amount to the same thing.</p><p>
</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/SAOvzFCJxyQFsjBGFCsXx/c67bfe956f9794e39ca73523992245a1/Nuneybits_Vector_art_of_exploding_software_flaws_collapsing_int_98286e9a-3e7b-462e-bde7-1d600cce5a2d.webp?w=300&amp;q=30" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[AI agents are part of your team now. Here’s how to secure all of them.]]></title>
            <link>https://venturebeat.com/security/ai-agents-are-part-of-your-team-now-heres-how-to-secure-all-of-them</link>
            <guid isPermaLink="false">633wxu85jjRNiTdOWpMXvY</guid>
            <pubDate>Thu, 06 Aug 2026 15:30:00 GMT</pubDate>
            <description><![CDATA[<p><i>Presented by JumpCloud</i></p><hr/><p><i>A practical framework for securing every identity in the modern workforce, human or not.</i></p><p>Your organization already has a rigorous process for governing human identities. New employees go through onboarding. They get a role, a set of entitlements, and a named manager accountable for their access. When they leave, their credentials are revoked and access is terminated. It’s a well known IT process: every workforce identity that can access your systems needs to be known, scoped, and accountable from the moment they enter your world, to the moment they are off-boarded.</p><p>AI agents are now operating inside those same systems. They access Salesforce, create tickets in Jira, provision infrastructure, process financial transactions, and communicate on behalf of your teams. In every meaningful sense they are members of your workforce, except that in most organizations they were never onboarded, have no named owner, and have no offboarding process when their purpose expires.</p><p>JumpCloud’s Q3 2026 research found that non-human identities now outnumber human users in <a href="https://jumpcloud.com/resources/q3-2026-it-trends-report?utm_source=VentureBeat&amp;utm_medium=Contributed-Content&amp;utm_campaign=FY26Q1_MorningBrew_AD&amp;utm_content=AugustArticle"><u>83% of organizations</u></a>, and only 21% have implemented governance controls specifically for them. The framework below is designed to close that gap.</p><h2>Stage 1: Discover every agent operating in your environment</h2><p>Governance starts with an accurate inventory, and most organizations are working with an incomplete one. AI agents are being deployed by product teams, operations leaders, and individual contributors who have both the tools and the motivation to move fast. IT inherits the governance responsibility after the fact, often without knowing the full scope of what has been deployed.</p><p>Shadow AI is the practical consequence: agents operating across production environments with no formal record, no defined owner, and no systematic way to stop them if something goes wrong. Discovering your agent population is an ongoing practice, not a one-time audit. Build an inventory across every environment where agents could be running: cloud platforms, managed devices, SaaS integrations, and on-premise systems. For each agent, document what it can access, what workflows it influences, and what triggers its actions. That inventory is the foundation everything else in this framework depends on.</p><h2>Stage 2: Register every agent as a formal identity with a named owner</h2><p>Every agent that operates in your environment should exist as a formal identity in your directory, with the same basic attributes you assign to any employee: a defined purpose, a scope of authorized action, and a named human owner who is accountable for its behavior.</p><p>This is the architectural decision that separates organizations that can govern their agents from those that cannot. Agents registered as proper identities can be assigned entitlements, subjected to conditional access policies, and included in access reviews. Agents that exist only as service account workarounds or API keys in environment variables are ungovernable by any systematic means.</p><p>Registration is also the mechanism for addressing Zombie Agents: agents that outlived their original purpose but kept running, kept accessing systems, and kept accumulating permissions. When every agent has a named owner responsible for its renewal, agents without active ownership naturally lose their access when that ownership lapses. The offboarding happens as a consequence of process rather than as a reactive cleanup after something breaks.</p><h2>Stage 3: Manage agent access with least privilege and zero standing credentials</h2><p>Registered agents need access to do their jobs. The governing principle for that access is least privilege: each agent should have entitlements scoped precisely to what its defined purpose requires, with access that is time-bounded wherever possible and revocable immediately if the agent’s behavior changes.</p><p>Standing credentials in environment variables are a persistent liability. Static API keys that never rotate are a persistent liability. In practice, managing agent access securely means issuing just-in-time credentials for privileged operations, building approval workflows that require human sign-off before agents reach sensitive systems, and maintaining emergency shutdown mechanisms that work at the speed the situation requires.</p><p>For agents that need access to privileged web applications, SSH servers, or databases, credential shielding is an additional requirement: the agent should be able to complete its task without the underlying credentials ever being exposed to the model running it. Every privileged session should be recorded and available for audit.</p><h2>Stage 4: Govern agent behavior continuously, not just at deployment</h2><p>The first three stages establish the controls. Governance is what keeps them current. It is the ongoing practice of verifying that what agents are actually doing matches what they are authorized to do, and course-correcting when those diverge.</p><p>Every agent action should be logged. Access reviews should happen on a regular cadence, evaluating whether each agent’s entitlements remain appropriate for its current purpose. When an agent’s behavior deviates from its defined scope, the anomaly should be detectable before it becomes an incident. When an agent’s purpose ends, access revocation should be a procedural step, not a reactive measure triggered by something going wrong.</p><p>Governance also means maintaining the audit trail needed to answer accountability questions: what did this agent access, what actions did it take, who authorized it, and what was the outcome? Organizations that cannot reconstruct that chain for any given agent are not governing their agents in any meaningful sense. They have deployed them and hoped for the best.</p><h2>The foundation underneath all four stages</h2><p>Each stage of this framework becomes significantly harder to execute when the underlying IT environment is fragmented. Identity, access, device management, and security controls spread across disconnected systems create the gaps where agent governance falls through, and organizations end up applying different policies in different places rather than consistent governance everywhere.</p><p>JumpCloud’s research found that organizations operating in fully unified IT environments are five times more likely to deploy agents in business-critical workflows than those running fragmented stacks. Whether the control layer is coherent enough to apply consistent policies across humans, devices, and agents simultaneously is what determines whether governance scales with AI adoption or lags behind it.</p><p>This is the core premise of Agentic IAM: that governing humans, devices, and agents through a single coherent control layer is what makes the framework above executable at scale rather than aspirational.</p><p>Securing every identity, human or not, is the operational foundation that makes AI safe to scale. Organizations that build it now will not just reduce risk. They will expand AI into more workflows, move faster, and do it with the confidence that comes from knowing every identity in their environment is known, governed, and accountable.
</p><hr/><p><i>JumpCloud’s Q3 2026 IT Trends Research report (n=800 IT leaders, US + UK) is available </i><a href="https://jumpcloud.com/resources/q3-2026-it-trends-report?utm_source=VentureBeat&amp;utm_medium=Contributed-Content&amp;utm_campaign=FY26Q1_MorningBrew_AD&amp;utm_content=AugustArticle"><i><u>here</u></i></a><i>. The Agentic IAM lifecycle framework referenced in this article was developed by JumpCloud and is available </i><a href="https://jumpcloud.com/secure-every-identity?utm_source=VentureBeat&amp;utm_medium=Contributed-Content&amp;utm_campaign=FY26Q1_MorningBrew_AD&amp;utm_content=AugustArticle"><i><u>here</u></i></a><i>.</i></p><p><i>Greg Keller is CTO and Co-founder at JumpCloud.</i></p><hr/><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i>
</p>]]></description>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1il6brr3rjPjTdfzguPisn/386aca28bb14bd441778941e6c6845cd/Thumbnail.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The browser is where attacks land. Why is security still focused on the endpoint?]]></title>
            <link>https://venturebeat.com/security/the-browser-is-where-attacks-land-why-is-security-still-focused-on-the-endpoint</link>
            <guid isPermaLink="false">23HEOULQjJznQa7JhuMIew</guid>
            <pubDate>Thu, 06 Aug 2026 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><i>Presented by CloudMosa </i></p><hr/><p>Enterprise work now happens increasingly inside the browser, and that shift has made the browser a primary point of entry for cyberattacks as well. Browser-based attacks have surged over the past two years, according to industry reports, while Gartner projects that more than <a href="https://www.paloaltonetworks.com/resources/research/gartner-innovation-insight-secure-enterprise-browsers">85% of enterprise workloads</a> will be accessed through the browser by 2027. </p><p>And yet most enterprise security architecture is still built to protect the device rather than the browser session where that work, and those attacks, actually take place, says Shioupyn Shen, founder and CEO of CloudMosa, the company behind Puffin Cloud Security. </p><p>“CloudMosa originally built its cloud architecture to improve browser performance and accessibility, with the expectation that enterprise work would increasingly move into the browser,” Shen says. “Today’s AI-assisted hacking has validated that architecture, demonstrating that what was designed for performance also provides a strong foundation for modern enterprise security.”</p><h2>The browser as the enterprise&#x27;s operating environment</h2><p>SaaS platforms, CRM and ERP systems, and collaboration tools have made the browser the primary gateway, and often the central workspace, for enterprise operations. As LLM-powered workflows and autonomous AI agents increasingly operate through that same environment, this shift has also redefined what a threat looks like.</p><p>In a device-centric world, security teams could focus much of their attention on endpoints and networks they could monitor, manage and patch on schedule. But because web code now executes locally on the user’s device, every open browser tab can become a potential entry point for malicious scripts, credential theft, supply chain compromise and other browser-based exploits.</p><p>The browser now interprets and executes remote code, manages authenticated sessions across enterprise applications, and increasingly serves as the execution layer for AI workflows and agents.</p><p>&quot;The browser is no longer just another application running on the endpoint,&quot; Shen says. &quot;In practice, it has become the central operating environment for modern enterprise work. Traditional browsers were never designed to carry this level of enterprise responsibility. They were built as local interpreters of remote code, not as enterprise-grade execution environments with strong isolation and policy enforcement.&quot;</p><h2>Why detection-first security fails against browser-based attacks</h2><p>Detection-first security has a timing problem: it typically begins only after risky code has reached the device and started executing inside the browser. Because modern browsers execute dynamic, often obfuscated JavaScript and WebAssembly locally, attacks can act on the device before endpoint tools have time to respond. Short-lived or fileless attacks may steal credentials, exfiltrate data or complete their objective before a security team can intervene.</p><p>&quot;It is no longer sufficient to ask only whether a threat can be detected,&quot; Shen says. &quot;The stronger approach is to prevent risky or malicious code from ever reaching the device in the first place.&quot; </p><h2>AI-generated malware strains signature-based detection</h2><p>AI is a force multiplier that lets attackers automate the creation, mutation and deployment of malware at a scale signature-based tools were never designed to handle. It can generate large volumes of malware variants and help attackers adapt fileless and browser-delivered techniques faster than defenders can analyze them and update signatures.</p><p>That matters because polymorphic malware can alter its code or behavior from one instance to the next, making a known signature less reliable. And when attacks are malware-free — relying instead on legitimate tools, compromised sessions or malicious web content — there may be no conventional file signature to detect at all.</p><p>Enterprises have seen <a href="https://www.crowdstrike.com/en-us/press-releases/2026-crowdstrike-global-threat-report/">an 89% increase in attacks by AI-enabled adversaries</a> over the past year, as increasingly automated and adaptive attacks compress the window available for detection and response.</p><p>&quot;Defenders are no longer just chasing more threats, they are chasing a machine that can keep creating new ones,&quot; Shen says. &quot;What was good enough in the past 10 years will not be sufficient in the next six months,&quot; he adds.</p><h2>Building architecture that removes the attack surface</h2><p>Rather than continuing to refine detection, the more durable response is to change where web code is allowed to execute in the first place.</p><p>&quot;In a conventional browser, the risk comes to the device,&quot; Shen says. &quot;In an isolated cloud model, the risk is kept away from it.&quot; </p><p>That principle underlies Puffin Cloud Security. Rather than incrementally improving the browser itself, the platform shifts browser execution into isolated cloud environments. That architectural change improves both performance and security.</p><p>The platform runs the original web session, including its JavaScript, WebAssembly, and other executable payloads, inside a disposable cloud environment and streams only a rendered pixel view to the device. Users keep full interactive control over clicking, typing, and scrolling, but the device itself never parses, executes, or stores the original active code. </p><p>CloudMosa says display rasterization — the layer responsible for the pixel stream — accounts for <a href="https://www.cloudmosa.com/overview">roughly 5% of the browser’s total workload</a>, while the more compute-intensive HTML rendering remains isolated in the cloud. As a result, zero-day exploits and AI-generated polymorphic malware have no executable code to run on the endpoint, while fileless attacks or supply chain compromises within SaaS tools remain contained in the cloud.</p><p>&quot;In CloudMosa&#x27;s view, that means moving from good-enough security on the device to airtight security in the cloud,&quot; Shen says.</p><h2>Fitting browser isolation into SWG, CASB and ZTNA stacks</h2><p>Puffin is designed to extend existing security infrastructure rather than replace it. Secure web gateways, cloud access security broker platforms, and zero trust network access tools remain effective at routing traffic, enforcing policy, and controlling access. But none can fully stop local execution once risky content reaches the browser. </p><p>Puffin closes that gap by routing high-risk sessions through isolated cloud environments and enforcing browser-level policy, whether a user connects over a VPN, a home network, a managed device or an unmanaged, bring-your-own-device setup. </p><p>&quot;Organizations can start with narrow use cases, such as high-risk SaaS access or AI agent workflows, and expand without disrupting tools already in place,&quot; Shen says. &quot;The goal is not to undo existing investments, but to make them more complete.&quot; </p><h2>The choice between faster detection or endpoint isolation</h2><p>Detection will always have a role in enterprise security, but the more consequential question is no longer how quickly a threat can be caught, but whether attackers can reach the endpoint at all. Recent 2026 surveys found <a href="https://www.darktrace.com/resource/the-state-of-ai-cybersecurity-2026">92% of security professionals</a> are concerned about the impact of AI agents, with <a href="https://www.darkreading.com/threat-intelligence/2026-agentic-ai-attack-surface-poster-child">48% naming agentic AI the top attack vector of the year</a>. Shen noted that agents acting autonomously with user-level privileges are especially exposed to prompt injection, session hijacking, and indirect compromise through compromised web content.</p><p>In designing Puffin Cloud Security, CloudMosa has been “paranoid by design,” meaning it invested in an architecture built for worst-case scenarios and for a threat environment where endpoint security and detection alone may not be enough. </p><p>&quot;This is not just a philosophy, but something that is reflected directly in the architecture itself,&quot; Shen says. &quot;CloudMosa built earlier for a harsher threat model than most other organizations did, but today&#x27;s AI-assisted attacks are now making that posture feel increasingly relevant.&quot;</p><p>By dividing a full browser into a very small layer on the device and a much larger layer in the cloud, CloudMosa designed this approach to improve both performance and security at the same time: In Puffin Cloud Security’s architecture, an AI agent’s browser activity takes place inside isolated cloud sandboxes. The endpoint receives only a pixel stream, not the original active code, preventing malicious web content from interacting directly with the device, its credentials or connected systems.</p><p>&quot;AI-assisted hacking represents the kind of structural shift that rewards companies willing to rethink browser from the ground up,&quot; Shen says. &quot;And so security leaders now have a choice: redesign for foresight, or wait until hindsight makes the lesson unavoidable.&quot;</p><hr/><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>]]></description>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/6fhZQHRlEMR70SoCnr81q4/de15c3c17893d369ad0a6de3b8c908a4/AdobeStock_1337750513.jpeg?w=300&amp;q=30" length="0" type="image/jpeg"/>
        </item>
    </channel>
</rss>