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

Jus Mundi – Jus AI 2, Arbitration Agent – Artificial Lawyer

EgoNight: Towards Egocentric Vision Understanding at Night with a Challenging Benchmark – Takara TLDR

Google’s new Gemini 2.5 model gives AI agents control over web and mobile interfaces

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 tackles software vulnerabilities with AI agent

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


Google’s DeepMind artificial intelligence (AI) division has published details of its CodeMender vulnerability finding agent, which is designed to automatically identify and patch security flaws in code.

Google DeepMind tackles software vulnerabilities with AI agent

CodeMender is an effort to help developers keep pace with fixing vulnerabilities and patches for them through using AI, which is becoming better at finding security flaws as time goes on.

The agent is able to equip itself with tools needed to reason about code, before making changes.

Changes are then automatically validated, to prevent regressions, so as to avoid introducing new problems and following style guidelines to aid human reviews of patches.

Google DeepMind said that patches are subject to human reviews before being submitted.

CodeMender uses recent Gemini Deep Think models to create an autonomous agent that can debug code, and sort out complex vulnerabilities it finds.

DeepMind said CodeMender has contributed 72 security fixes to open-source projects over the past six months.

This includes codebases as large as 4.5 million lines, DeepMind said.

As an example of its capabilities, DeepMind said CodeMender found a non-obvious bug in memory heap buffer overflow case that turned out to be wrong stack management of extensible markup language (XML) elements during parsing of files. 

A popular image compression code library, libwebp, was also annotated in parts using CodeMender to force code compilers to include bounds checks, which prevent buffer overflows that are commonly used in exploits.

DeepMind said that if the compiler flag had been added earlier, a 2023 libwebp vulnerability exploited by a threat actor as part of an Apple iOS zero-day bug would not have worked.

Google will ask open-source project maintainers for feedback on the AI generated patches it has submitted and use that for developing CodeMender further before the tool is released to a broader audience.

Detailed technical papers on CodeMender are in the works too, DeepMind said.

AI is increasingly used by Google in a security context.

In August this year, Google DeepMind said its Big Sleep tool, also built on the Gemini LLM, had found multiple vulnerabilities in open-source software.

At the end-user level, Google said it intends to bring in AI-powered ransomware detection for the Workspace productivity suite, a security feature aimed at stopping such malware from corrupting files stored in users’ Drive cloud storage.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleGitHub leads the enterprise, Claude leads the pack—Cursor’s speed can’t close
Next Article Good Intentions Beyond ACL: Who Does NLP for Social Good, and Where? – Takara TLDR
Advanced AI Editor
  • Website

Related Posts

Google’s new Gemini 2.5 model gives AI agents control over web and mobile interfaces

October 8, 2025

Google DeepMind unveils AI agent that automatically patches software vulnerabilities

October 8, 2025

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

October 8, 2025

Comments are closed.

Latest Posts

Matthiesen Gallery Files Lawsuit Over Gustave Courbet Painting

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

Latest Posts

Jus Mundi – Jus AI 2, Arbitration Agent – Artificial Lawyer

October 8, 2025

EgoNight: Towards Egocentric Vision Understanding at Night with a Challenging Benchmark – Takara TLDR

October 8, 2025

Google’s new Gemini 2.5 model gives AI agents control over web and mobile interfaces

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

  • Jus Mundi – Jus AI 2, Arbitration Agent – Artificial Lawyer
  • EgoNight: Towards Egocentric Vision Understanding at Night with a Challenging Benchmark – Takara TLDR
  • Google’s new Gemini 2.5 model gives AI agents control over web and mobile interfaces
  • Slack is giving AI unprecedented access to your workplace conversations
  • Introducing AI Mode in Australia

Recent Comments

  1. lukamodric on Famed Short Seller Jim Chanos Is Betting Against Used Car Retailer Carvana And AI Losers Like IBM
  2. lukamodric on Exclusive: AI Bests Virus Experts, Raising Biohazard Fears
  3. yujadLIB on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. Terese on Mozilla Firefox to Promote Perplexity Search Engine
  5. Lurlene on 1 Surging Stock with Promising Prospects and 2 to Keep Off Your Radar

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.