NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
⚠️
dependabot-gitlabhas detected security vulnerability foripin path:/, manifest_file:/package.jsonbut was unable to update it! ⚠️GHSA-78xj-cgh5-2h22,CVE-2023-42282Description
An issue in all published versions of the NPM package
ipallows an attacker to execute arbitrary code and obtain sensitive information via theisPublic()function. This can lead to potential Server-Side Request Forgery (SSRF) attacks. The core issue is the function's failure to accurately distinguish between public and private IP addresses.References