<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:deepmerge_project:deepmerge:*:*:*:*:*:node.js:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3adeepmerge_projectdeepmergenode.js/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 20:07:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3adeepmerge_projectdeepmergenode.js/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Prototype Pollution Vulnerability in deepmerge</title><link>https://feed.craftedsignal.io/briefs/2026-09-deepmerge-prototype-poisoning/</link><pubDate>Fri, 18 Sep 2026 20:07:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-deepmerge-prototype-poisoning/</guid><description>The deepmerge library up to version 4.3.1 contains a prototype pollution vulnerability in the mergeObject() function, allowing attackers to inject malicious properties into objects.</description><content:encoded><![CDATA[<p>The popular deepmerge JavaScript library, specifically versions 4.3.1 and below, contains a prototype pollution vulnerability within its mergeObject() function. The flaw stems from insufficient validation of keys being processed during object merge operations. When an application utilizes this library to merge user-supplied input into an existing object, an attacker can craft a malicious source object containing sensitive keys, such as <strong>proto</strong> or constructor, to overwrite prototype properties. This allows an attacker to inject arbitrary values that will then be inherited by other objects within the application's runtime. If the downstream application performs property access without explicit own-property checks, these injected values can influence logic, potentially leading to denial of service, security bypasses, or remote code execution depending on how the application uses the tainted properties.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers to pollute the global object prototype, which may alter the behavior of an application in unintended ways. Potential consequences include bypassing authentication checks, modifying application logic, or causing application crashes. Given the library's widespread use in Node.js and browser-based JavaScript environments, the scope of affected software is significant.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the identification and patching of any application using deepmerge version 4.3.1 or earlier.</p>
<ul>
<li>Upgrade the deepmerge package to a version that addresses CVE-2026-93753.</li>
<li>Review codebases for the use of deepmerge where user-supplied input is passed directly to the merge function without prior sanitization or schema validation.</li>
<li>Implement recursive object freezing or use Object.create(null) for target objects where applicable to mitigate the risk of prototype pollution.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>