<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Browser — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/browser/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 01 May 2026 02:21:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/browser/feed.xml" rel="self" type="application/rss+xml"/><item><title>Chromium Use-After-Free Vulnerability in Media Component (CVE-2026-7355)</title><link>https://feed.craftedsignal.io/briefs/2026-05-chromium-uaf/</link><pubDate>Fri, 01 May 2026 02:21:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-chromium-uaf/</guid><description>CVE-2026-7355 is a use-after-free vulnerability in the Media component of Chromium, affecting Google Chrome and Microsoft Edge, potentially allowing for arbitrary code execution.</description><content:encoded><![CDATA[<p>CVE-2026-7355 is a critical use-after-free vulnerability residing in the Media component of the Chromium browser engine. This vulnerability affects Google Chrome and Microsoft Edge, as Edge incorporates Chromium. A use-after-free vulnerability occurs when an application attempts to use memory after it has been freed, which can lead to crashes, arbitrary code execution, or other unexpected behavior. Successful exploitation could allow an attacker to execute arbitrary code within the context of the browser. This vulnerability was reported and patched by the Chromium project.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious webpage containing specially crafted media content.</li>
<li>A user opens the malicious webpage in a vulnerable version of Chrome or Edge.</li>
<li>The browser attempts to process the malicious media content, triggering the use-after-free vulnerability in the Media component.</li>
<li>The vulnerable code attempts to access a freed memory region.</li>
<li>The attacker gains control of the memory region due to the use-after-free condition.</li>
<li>The attacker injects malicious code into the controlled memory region.</li>
<li>The browser executes the attacker-controlled code.</li>
<li>The attacker achieves arbitrary code execution within the context of the browser process, potentially leading to system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-7355 can lead to arbitrary code execution within the context of the browser process. An attacker could potentially gain control of the user&rsquo;s system, steal sensitive information, or install malware. Given the widespread use of Chrome and Edge, a successful exploit could impact a large number of users across various sectors.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the latest security updates for Google Chrome and Microsoft Edge to patch CVE-2026-7355.</li>
<li>Deploy the Sigma rule &ldquo;Detect Chromium Use-After-Free in Media Component&rdquo; to identify potential exploitation attempts.</li>
<li>Enable process creation logging to capture events related to potential exploitation attempts, facilitating detection rule functionality.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>use-after-free</category><category>chromium</category><category>cve-2026-7355</category><category>browser</category></item><item><title>Chromium Use-After-Free Vulnerability in Codecs (CVE-2026-7348)</title><link>https://feed.craftedsignal.io/briefs/2024-01-chromium-cve-2026-7348/</link><pubDate>Fri, 01 May 2026 02:21:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-chromium-cve-2026-7348/</guid><description>CVE-2026-7348 is a use-after-free vulnerability in the Codecs component of Chromium, affecting Google Chrome and Microsoft Edge.</description><content:encoded><![CDATA[<p>CVE-2026-7348 is a critical use-after-free vulnerability residing within the Codecs component of the Chromium browser engine. This vulnerability affects applications that utilize the Chromium engine, most notably Google Chrome and Microsoft Edge. While the specific details of the vulnerability are documented in Google Chrome Releases, the underlying issue stems from improper memory management within the Codecs library. Successful exploitation could allow an attacker to execute arbitrary code within the context of the affected browser, potentially leading to data theft, system compromise, or other malicious activities. This vulnerability requires immediate attention from organizations utilizing Chrome or Edge.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious web page containing specially crafted media content designed to trigger the use-after-free condition in the Codecs library.</li>
<li>The user visits the malicious web page using Google Chrome or Microsoft Edge.</li>
<li>The browser attempts to process the malicious media content, triggering the vulnerable code path within the Codecs library.</li>
<li>The use-after-free condition is triggered when the browser attempts to access memory that has already been freed.</li>
<li>The attacker leverages the use-after-free condition to corrupt memory and gain control of program execution.</li>
<li>The attacker injects and executes arbitrary code within the context of the browser process.</li>
<li>The attacker gains unauthorized access to sensitive data, such as cookies, credentials, or browsing history.</li>
<li>The attacker potentially escalates privileges or installs malware on the user&rsquo;s system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-7348 allows an attacker to execute arbitrary code within the context of the affected browser (Chrome or Edge). This can lead to sensitive information disclosure, such as credentials or browsing history. The attacker could potentially gain full control of the user&rsquo;s system. Given the widespread use of Chromium-based browsers, a successful exploit could impact a significant number of users across various sectors.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Google Chrome to the latest version that addresses this vulnerability; refer to <a href="https://chromereleases.googleblog.com/2025">Google Chrome Releases</a>.</li>
<li>Ensure Microsoft Edge is updated to the latest version incorporating the Chromium security patch.</li>
<li>Deploy the Sigma rule &ldquo;Detect Chromium Codecs Use-After-Free Exploit Attempt&rdquo; to identify potential exploitation attempts via webserver logs.</li>
<li>Enable webserver logging to capture HTTP requests, which is required for the provided Sigma rule.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>use-after-free</category><category>vulnerability</category><category>browser</category></item><item><title>Chromium Use-After-Free Vulnerability in Cast (CVE-2026-7349)</title><link>https://feed.craftedsignal.io/briefs/2024-01-chrome-cve-2026-7349/</link><pubDate>Fri, 01 May 2026 02:21:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-chrome-cve-2026-7349/</guid><description>CVE-2026-7349 is a use-after-free vulnerability in the Cast component of Chromium, affecting Google Chrome and Microsoft Edge.</description><content:encoded><![CDATA[<p>CVE-2026-7349 is a use-after-free vulnerability found in the Cast component of the Chromium browser engine. This vulnerability affects Google Chrome and, by extension, Microsoft Edge, as Edge is built upon Chromium. Use-after-free vulnerabilities can allow an attacker to execute arbitrary code or cause a denial-of-service. While the original report comes from Chrome, the nature of Chromium&rsquo;s shared codebase means that other Chromium-based browsers are also vulnerable. Successful exploitation of this vulnerability could lead to code execution within the context of the browser process. Defenders need to prioritize patching and monitoring for unusual browser behavior.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious webpage designed to trigger the use-after-free vulnerability in the Cast component.</li>
<li>The user visits the malicious webpage using a vulnerable version of Chrome or Edge.</li>
<li>The Cast component attempts to access a freed memory location.</li>
<li>The attacker exploits the use-after-free condition to corrupt memory.</li>
<li>The attacker overwrites a function pointer or other critical data structure in memory.</li>
<li>The attacker triggers the execution of the corrupted function pointer or data structure.</li>
<li>The attacker gains arbitrary code execution within the context of the browser process.</li>
<li>The attacker could potentially escalate privileges or perform other malicious activities, such as installing malware or stealing sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-7349 could allow an attacker to execute arbitrary code within the context of the browser, potentially leading to data theft, malware installation, or further system compromise. Given the widespread use of Chrome and Edge, this vulnerability has a significant impact. The specific number of potential victims is dependent on the speed of patching, but could potentially affect millions of users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the latest security updates for Google Chrome and Microsoft Edge to patch CVE-2026-7349.</li>
<li>Deploy the Sigma rules provided in this brief to your SIEM to detect potential exploitation attempts.</li>
<li>Monitor browser process execution for unexpected code loading or memory access patterns using process creation logs.</li>
<li>Implement memory protection techniques such as Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP) to mitigate the impact of successful exploitation.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>use-after-free</category><category>browser</category><category>chromium</category></item></channel></rss>