intoli / user-agents

A JavaScript library for generating random user agents with data that's updated daily.
Other
981 stars 51 forks source link

Security Vulnerability: CVE-2023-26139 underscore-keypath Prototype Pollution #63

Open mdwekat opened 1 year ago

mdwekat commented 1 year ago

Description

I have identified a security vulnerability in one of the dependencies used by user-agents v1.0.1444. The dependency underscore-keypath is vulnerable to Prototype Pollution, as described in CVE-2023-26139.

Details

Steps to Reproduce

  1. Install the user-agents package using npm with the version v1.0.1444.
  2. Run npm audit in the project directory.

Thank you for your attention to this matter.

modestfake commented 1 year ago

There seems to be a PR #59 that should fix this issue.