Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

Good Intentions Beyond ACL: Who Does NLP for Social Good, and Where? – Takara TLDR

Google DeepMind tackles software vulnerabilities with AI agent

GitHub leads the enterprise, Claude leads the pack—Cursor’s speed can’t close

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Google DeepMind

Google DeepMind unveils AI agent that automatically patches software vulnerabilities

By Advanced AI EditorOctober 8, 2025No Comments3 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Google DeepMind has unveiled an AI-powered agent tool capable of automatically fixing critical software vulnerabilities.

Dubbed CodeMender, the agentic AI solution can apparently “instantly” patch new vulnerabilities in software updates and secure existing code.

While still in development, Google researchers said CodeMender had pushed some 72 security fixes for open source projects in the past six months. Details were light on the exact detail of those fixes, though the researchers said some were “as large as 4.5 million lines of code.”

In a blog post detailing CodeMender, Google DeepMind researchers Raluca-Ada Popa and John “Four” Flynn said the AI agent “helps developers and maintainers focus on what they do best – building good software.”

‘Special-purpose’ AI agents to solve security challenges

Software vulnerabilities are an inevitable part of our digital world, and the networking space is no exception.

Flaws in software could allow attackers to compromise network devices or crash them entirely, like the recent issues identified in Cisco’s IOS and IOS XE software. Botched code can even impact updates meant to improve services, like Cloudflare’s recent dashboard rework that saw the vendor ultimately DDoSing itself.

Unearthing vulnerabilities is particularly time-consuming and demanding for already-stretched IT teams. Google DeepMind engineers previously looked into using AI to unearth zero-day vulnerabilities through its Big Sleep and OSS-Fuzz projects.

Google’s researchers claim CodeMender can help security teams keep up.

According to Google, CodeMender leverages DeepMind’s Gemini Deep Think models to power an AI agent that it says is capable of reasoning before making changes, as well as automatically validating potential changes to ensure they’re correct and don’t cause regressions.

Google DeepMind contends that its automatic validation process “ensures that code changes are correct across many dimensions by only surfacing for human review high-quality patches that fix the root cause of the issue” to avoid potentially costly mistakes.

A company blog details: “CodeMender uses a large language model-based critique tool that highlights the differences between the original and modified code in order to verify that the proposed changes do not introduce regressions, and self-correct as needed.”

The Google DeepMind-developed AI offering still has some ways to go before being unleashed to the public, with engineers behind it ensuring they’re taking a “cautious approach.”

“Currently, all patches generated by CodeMender are reviewed by human researchers before they’re submitted upstream,” Popa and Flynn wrote. “Using CodeMender, we’ve already begun submitting patches to various critical open-source libraries, many of which have already been accepted and upstreamed. We’re gradually ramping up this process to ensure quality and systematically address feedback from the open-source community.”

CodeMender is the latest in a series of security-focused AI projects from Google researchers, as they look to create solutions to solve actual enterprise issues.

In September, the tech giant unveiled VaultGemma, a small-scale AI model its engineers claim is incapable of leaking its training data. The model utilizes a data preservation approach called differential privacy that effectively encrypts data during the training process to prevent the model from memorizing specific data points, while still allowing it to learn general patterns.

For all its focus on security, that didn’t stop one of Google’s recent AI offerings from being the subject of a major security flaw.

An issue with Gemini CLI AI, an open-source AI agent for command line terminals that had only launched in June, could have allowed hackers to execute arbitrary malicious code on a user’s machine without their knowledge.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleAnthropic’s AI Models Join IBM—What It Means for Shareholders
Next Article Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models – Takara TLDR
Advanced AI Editor
  • Website

Related Posts

Google DeepMind tackles software vulnerabilities with AI agent

October 8, 2025

CodeMender from Google DeepMind uses AI to detect bugs and create validated security patches

October 8, 2025

EMBL-EBI And Google DeepMind Renew Partnership And Release Update To AlphaFold Database

October 6, 2025

Comments are closed.

Latest Posts

Basquiat Work on Paper Headline’s Phillips’ Frieze Week Sales

Charges Against Isaac Wright ‘to Be Dropped’ After His Arrest by NYPD

What the Los Angeles Wildfires Taught the Art Insurance Industry

Musée d’Orsay Puts Manet on (Mock) Trial for Obscenity

Latest Posts

Good Intentions Beyond ACL: Who Does NLP for Social Good, and Where? – Takara TLDR

October 8, 2025

Google DeepMind tackles software vulnerabilities with AI agent

October 8, 2025

GitHub leads the enterprise, Claude leads the pack—Cursor’s speed can’t close

October 8, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • Good Intentions Beyond ACL: Who Does NLP for Social Good, and Where? – Takara TLDR
  • Google DeepMind tackles software vulnerabilities with AI agent
  • GitHub leads the enterprise, Claude leads the pack—Cursor’s speed can’t close
  • How Otter.ai’s CEO is pushing the company to be more than just a meeting scribe
  • Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models – Takara TLDR

Recent Comments

  1. Jamesbow on Foundation AI: Cisco launches AI model for integration in security applications
  2. lukamodric on Cisco automates AI-driven security across enterprise networks
  3. lukamodric on Huawei accelerates, Nvidia reels, and TSMC anchors next wave of US chip reshoring
  4. RonaldCrymn on Trump’s Tech Sanctions To Empower China, Betray America
  5. Edwardnus on New MIT CSAIL study suggests that AI won’t steal as many jobs as expected

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.