Skip to content

Upgrade http-proxy-middleware to resolve CVE-2026-55603 CVE-2026-55602 - #497

Merged
cigamit merged 1 commit into
mainfrom
CVE-2026-55603
Jun 22, 2026
Merged

Upgrade http-proxy-middleware to resolve CVE-2026-55603 CVE-2026-55602#497
cigamit merged 1 commit into
mainfrom
CVE-2026-55603

Conversation

@cigamit

@cigamit cigamit commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@cigamit
cigamit requested a review from TheWitness June 22, 2026 03:33
@cigamit cigamit self-assigned this Jun 22, 2026
Copilot AI review requested due to automatic review settings June 22, 2026 03:33
@cigamit cigamit added dependencies Pull requests that update a dependency file SECURITY A security related issue like a CVE specifically javascript Pull requests that update javascript code labels Jun 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to remediate reported security vulnerabilities by upgrading http-proxy-middleware in the AWX UI’s Node dev tooling dependencies.

Changes:

  • Bumped http-proxy-middleware from 4.0.0 to 4.1.1 in awx/ui/package.json.
  • Updated awx/ui/package-lock.json to reflect the new http-proxy-middleware version and related dependency updates (including httpxy).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
awx/ui/package.json Updates the direct devDependency version for http-proxy-middleware to 4.1.1.
awx/ui/package-lock.json Regenerates lock entries to pick up http-proxy-middleware@4.1.1 and updated transitive packages.
Files not reviewed (1)
  • awx/ui/package-lock.json: Generated file
Comments suppressed due to low confidence (1)

awx/ui/package-lock.json:24407

  • package-lock.json still locks in http-proxy-middleware@2.0.10 under webpack-dev-server. CVE-2026-55602’s affected range includes versions <3.0.6, so this transitive copy remains vulnerable even after bumping the top-level dependency to 4.1.1.

To actually remediate, upgrade webpack-dev-server to a version that depends on a fixed http-proxy-middleware version (>=3.0.6 or >=4.1.0), and regenerate the lockfile so the nested entry is no longer 2.x.

Comment thread awx/ui/package.json
Comment thread awx/ui/package-lock.json
@cigamit
cigamit merged commit 3ce8d71 into main Jun 22, 2026
1 check passed
@cigamit
cigamit deleted the CVE-2026-55603 branch June 22, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code SECURITY A security related issue like a CVE specifically

Development

Successfully merging this pull request may close these issues.

3 participants