Bug 2503661 (CVE-2026-46681) - CVE-2026-46681 @nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execution via Prototype Pollution
Summary: CVE-2026-46681 @nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execu...
Keywords:
Status: NEW
Alias: CVE-2026-46681
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-21 15:01 UTC by OSIDB Bzimport
Modified: 2026-07-29 17:44 UTC (History)
88 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-21 15:01:35 UTC
@nevware21/ts-utils is a comprehensive TypeScript/JavaScript utility library. Prior to version 0.14.0, the _copyProps function in lib/src/object/copy.ts uses for...in to iterate over source object properties without an Object.hasOwnProperty check, and does not filter dangerous keys (__proto__, constructor, prototype). This allows an attacker to pollute the prototype chain of all objects in the application. Version 0.14.0 patches the issue.


Note You need to log in before you can comment on or make changes to this bug.