Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-fwvg-2739-22v7: Miniflare vulnerable to Server-Side Request Forgery (SSRF)

Impact

Sending specially crafted HTTP requests to Miniflare’s server could result in arbitrary HTTP and WebSocket requests being sent from the server. If Miniflare was configured to listen on external network interfaces (as was the default in wrangler until 3.19.0), an attacker on the local network could access other local servers.

Patches

The issue was fixed in [email protected].

Workarounds

Ensure Miniflare is configured to listen on just local interfaces. This is the default behaviour, but can also be configured with the host: "127.0.0.1" option.

References

  • https://github.com/cloudflare/workers-sdk/pull/4532
ghsa
#vulnerability#web#nodejs#git#ssrf

Skip to content

    • Actions

      Automate any workflow

    • Packages

      Host and manage packages

    • Security

      Find and fix vulnerabilities

    • Codespaces

      Instant dev environments

    • Copilot

      Write better code with AI

    • Code review

      Manage code changes

    • Issues

      Plan and track work

    • Discussions

      Collaborate outside of code

    • GitHub Sponsors

      Fund open source developers

*   The ReadME Project
    
    GitHub community articles
  • Pricing
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2023-7078

Miniflare vulnerable to Server-Side Request Forgery (SSRF)

High severity GitHub Reviewed Published Dec 29, 2023 in cloudflare/workers-sdk • Updated Dec 29, 2023

Package

npm miniflare (npm)

Affected versions

>= 3.20230821.0, < 3.20231030.2

Patched versions

3.20231030.2

Description

Impact

Sending specially crafted HTTP requests to Miniflare’s server could result in arbitrary HTTP and WebSocket requests being sent from the server. If Miniflare was configured to listen on external network interfaces (as was the default in wrangler until 3.19.0), an attacker on the local network could access other local servers.

Patches

The issue was fixed in [email protected].

Workarounds

Ensure Miniflare is configured to listen on just local interfaces. This is the default behaviour, but can also be configured with the host: “127.0.0.1” option.

References

  • cloudflare/workers-sdk#4532

References

  • GHSA-fwvg-2739-22v7
  • https://nvd.nist.gov/vuln/detail/CVE-2023-7078
  • cloudflare/workers-sdk#4532

Published to the GitHub Advisory Database

Dec 29, 2023

Last updated

Dec 29, 2023

ghsa: Latest News

GHSA-pxg6-pf52-xh8x: cookie accepts cookie name, path, and domain with out of bounds characters