Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !12460

Bump webpack-dev-server to fix CVE-2022-1650

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/knopp10000/patch-1 into main Jun 02, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: knopp10000

Fix was made in webpack-dev-server with this push: https://github.com/webpack/webpack-dev-server/commit/e765182e426cbca9c3c09294b02ac2d9737c1d74

Problem description Exposure of Sensitive Information in eventsource When fetching an url with a link to an external site (Redirect), the users Cookies & Autorisation headers are leaked to the third party application. According to the same-origin-policy, the header should be "sanitized."

Severity Score Critical 9.3 / 10 - according to dependabot

Background That PR then updates webpack-dev-server's dependency on sockjs to v. 1.6.1 which includes this commit: https://github.com/sockjs/sockjs-client/commit/1cf4a5a56f76e3137316294e50733476649aec9e which updates eventsource to a version > 1.0.0.

This is the commit which fixes the security issue in Eventsource: https://github.com/EventSource/eventsource/commit/f9f6416567bff62c1af2f4314be51d9870e94bc2

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/knopp10000/patch-1