Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve CVE-2023-42282 vulnerability #552

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

marcomontalbano
Copy link
Member

@marcomontalbano marcomontalbano commented Feb 14, 2024

What I did

Solved CVE-2023-42282 vulnerability.

Details

NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks.

An issue in all published versions of the NPM package ip allows an attacker to execute arbitrary code and obtain sensitive information via the isPublic() 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.

Affected package: Storybook

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests).
  • Make sure to add/update documentation regarding your changes.
  • You are NOT deprecating/removing a feature.

Copy link

netlify bot commented Feb 14, 2024

Deploy Preview for commercelayer-app-elements ready!

Name Link
🔨 Latest commit 11a7c2a
🔍 Latest deploy log https://app.netlify.com/sites/commercelayer-app-elements/deploys/65d32243e828330008d81ad4
😎 Deploy Preview https://deploy-preview-552--commercelayer-app-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@marcomontalbano marcomontalbano changed the title Fix 'CVE-2023-42282' vulnerability Fix CVE-2023-42282 vulnerability Feb 14, 2024
@marcomontalbano marcomontalbano changed the title Fix CVE-2023-42282 vulnerability Solve CVE-2023-42282 vulnerability Feb 14, 2024
@dmantellassi dmantellassi added the p1 High label Feb 15, 2024
@marcomontalbano marcomontalbano merged commit 7d2c657 into main Feb 19, 2024
6 checks passed
@marcomontalbano marcomontalbano deleted the fix-CVE-2023-42282 branch February 19, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants