{"id":55805,"date":"2024-04-10T14:02:32","date_gmt":"2024-04-10T14:02:32","guid":{"rendered":"http:\/\/132fdc27-714e-4847-b868-024de08e7c42"},"modified":"2024-04-10T14:02:32","modified_gmt":"2024-04-10T14:02:32","slug":"google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/","title":{"rendered":"Google Chrome is getting a new security feature to address memory corruption"},"content":{"rendered":"<figure class=\"c-shortcodeImage u-clearfix c-shortcodeImage-large\">\n<div class=\"c-shortcodeImage_imageContainer\">\n<div class=\"c-shortcodeImage_image\"><picture class=\"c-cmsImage c-cmsImage_loaded\"><source media=\"(max-width: 767px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/e31127e5d2c53c5bb7c3ce4b6a7a580e5734bd34\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=768\" alt=\"Chrome logo in sand.\"><source media=\"(max-width: 1023px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/51ee244b30a482514d7d1c2e31d756ab51444060\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1024\" alt=\"Chrome logo in sand.\"><source media=\"(max-width: 1440px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280\" alt=\"Chrome logo in sand.\"><img decoding=\"async\" src=\"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280\" alt=\"Chrome logo in sand.\" width=\"1280\" height=\"804.7407407407406\" fetchpriority=\"low\"><\/picture><\/div>\n<\/p><\/div><figcaption> <span class=\"c-shortcodeImage_credit g-outer-spacing-top-xsmall u-block\">Jack Wallen\/ZDNET<\/span><\/figcaption><\/figure>\n<p>Given that it&#8217;s the most widely-used web browser on the market, Google Chrome has had a target on its back for some time. Because of that, Google is always tinkering with security to stay ahead of hackers, ne&#8217;er do wells, vulnerabilities, and a host of other issues.<\/p>\n<p><strong>Also:&nbsp;<a href=\"https:\/\/www.zdnet.com\/article\/5-ways-to-improve-your-chrome-browsers-security-and-why-you-should\/\" rel=\"follow\">5 ways to improve your Chrome browser&#8217;s security (and why you should)<\/a><\/strong><\/p>\n<p>With its latest <a href=\"https:\/\/bughunters.google.com\/about\/rules\/5745167867576320\/chrome-vulnerability-reward-program-rules#v8-sandbox-bypass-rewards\" target=\"_blank\" rel=\"noopener nofollow\" class=\"c-regularLink\">announcement<\/a>, Google has introduced the V8 Sandbox, which is a lightweight, in-process sandbox for V8 (the Google JavaScript engine) that is designed to prevent common vulnerabilities within the engine.<\/p>\n<p>According to the <a href=\"https:\/\/source.chromium.org\/chromium\/chromium\/src\/+\/main:v8\/src\/sandbox\/README.md\" target=\"_blank\" rel=\"noopener nofollow\" class=\"c-regularLink\">V8 Sandbox Readme<\/a>, &#8220;The sandbox limits the impact of typical V8 vulnerabilities by restricting the code executed by V8 to a subset of the process&#8217;s virtual address space (&#8220;the sandbox&#8221;), thereby isolating it from the rest of the process.<\/p>\n<p><!----><\/p>\n<p>This works purely in software (with options for hardware support, see the respective design document linked below) by effectively converting raw pointers either into offsets from the base of the sandbox or into indices into out-of-sandbox pointer tables. In principle, these mechanisms are very similar to the userland\/kernel separation used by modern operating systems (e.g. the unix file descriptor table).<\/p>\n<p>The <a href=\"https:\/\/source.chromium.org\/chromium\/chromium\/src\/+\/main:v8\/src\/sandbox\/README.md\" target=\"_blank\" rel=\"noopener nofollow\" class=\"c-regularLink\">initial design document for the V8 Sandbox<\/a> was introduced nearly three years ago and has since progressed to the point where it&#8217;s no longer considered experimental. That initial design document stated the following as its motivation: &#8220;V8 bugs typically allow for the construction of unusually powerful and reliable exploits. Furthermore, these bugs are unlikely to be mitigated by memory safe languages or upcoming hardware-assisted security features such as MTE or CFI. As a result, V8 is especially attractive for real-world attackers.&#8221;<\/p>\n<p><strong>Also: <a href=\"https:\/\/www.zdnet.com\/article\/google-just-launched-a-faster-more-efficient-chrome-browser-for-windows-but-theres-a-catch\/\" rel=\"follow\">Google just launched a faster, more efficient Chrome browser for Windows, but there&#8217;s a catch<\/a><\/strong><\/p>\n<p>The primary reason Google has developed this new Chrome security feature is that V8 has been at the center of quite a lot of <a href=\"https:\/\/www.zdnet.com\/article\/you-should-probably-update-your-google-chrome-browser-this-weekend\/\" rel=\"follow\">Chrome&#8217;s zero-day vulnerabilities<\/a>. To that end, the Chromium team stated (in the V8 Sandbox Readme), &#8220;The sandbox assumes that an attacker can arbitrarily and concurrently modify any memory inside the sandbox address space as this primitive can be constructed from typical V8 vulnerabilities.&#8221;<\/p>\n<p>If you&#8217;re concerned that this new sandbox feature will slow down the browser (which sandboxing can do), the benchmarks from the team seem to indicate there&#8217;s only about a 1% increase for typical workflows.&nbsp;<\/p>\n<p>The V8 sandbox is still under development, but it should be enabled by default starting with Chrome version 123 on Android, ChromeOS, Linux, MacOS, and Windows. That means it should be rolling out very soon.<\/p>\n<p>READ MORE <a href=\"https:\/\/www.zdnet.com\/article\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#ftag=RSSbaffb68\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The most popular web browser is getting a bump in security with the help of what Google&#8217;s calling the V8 Sandbox.<br \/>\nREAD MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[62],"tags":[],"class_list":["post-55805","post","type-post","status-publish","format-standard","hentry","category-zdnet-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-10T14:02:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Google Chrome is getting a new security feature to address memory corruption\",\"datePublished\":\"2024-04-10T14:02:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/\"},\"wordCount\":456,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\\\/2024\\\/04\\\/09\\\/0bc130d2-0009-428c-91aa-1de1d5e5be32\\\/chromesandboxhero.jpg?auto=webp&amp;width=1280\",\"articleSection\":[\"ZDNet | Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/\",\"name\":\"Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\\\/2024\\\/04\\\/09\\\/0bc130d2-0009-428c-91aa-1de1d5e5be32\\\/chromesandboxhero.jpg?auto=webp&amp;width=1280\",\"datePublished\":\"2024-04-10T14:02:32+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\\\/2024\\\/04\\\/09\\\/0bc130d2-0009-428c-91aa-1de1d5e5be32\\\/chromesandboxhero.jpg?auto=webp&amp;width=1280\",\"contentUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\\\/2024\\\/04\\\/09\\\/0bc130d2-0009-428c-91aa-1de1d5e5be32\\\/chromesandboxhero.jpg?auto=webp&amp;width=1280\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Chrome is getting a new security feature to address memory corruption\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/","og_locale":"en_US","og_type":"article","og_title":"Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2024-04-10T14:02:32+00:00","og_image":[{"url":"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280","type":"","width":"","height":""}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Google Chrome is getting a new security feature to address memory corruption","datePublished":"2024-04-10T14:02:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/"},"wordCount":456,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280","articleSection":["ZDNet | Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/","url":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/","name":"Google Chrome is getting a new security feature to address memory corruption 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280","datePublished":"2024-04-10T14:02:32+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#primaryimage","url":"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280","contentUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/f2b59ba75a7efe7f2e4ce082a209b71b99c5eb97\/2024\/04\/09\/0bc130d2-0009-428c-91aa-1de1d5e5be32\/chromesandboxhero.jpg?auto=webp&amp;width=1280"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/google-chrome-is-getting-a-new-security-feature-to-address-memory-corruption\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Google Chrome is getting a new security feature to address memory corruption"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/55805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=55805"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/55805\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=55805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=55805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=55805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}