3.7 LOW
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): Low (L)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): Low (L)
- Integrity (I): Low (L)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): Low (L)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): Low (L)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): None (N)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
6 packages
- perlPackages.MojoliciousPluginWebpack
- python312Packages.django-webpack-loader
- python313Packages.django-webpack-loader
- python314Packages.django-webpack-loader
- perl538Packages.MojoliciousPluginWebpack
- perl540Packages.MojoliciousPluginWebpack
- @LeSuisse dismissed
webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior
Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTP(S) resolver (HttpUriPlugin) can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo (username:password@host). If allowedUris enforcement relies on a raw string prefix check (e.g., uri.startsWith(allowed)), a URL that looks allow-listed can pass validation while the actual network request is sent to a different authority/host after URL parsing. This is a policy/allow-list bypass that enables build-time SSRF behavior (outbound requests from the build machine to internal-only endpoints, depending on network access) and untrusted content inclusion (the fetched response is treated as module source and bundled). This issue has been patched in version 5.104.1.
References
-
https://github.com/webpack/webpack/security/advisories/GHSA-8fgc-7cc6-rx7x x_refsource_CONFIRM
Affected products
- ==>= 5.49.0, < 5.104.1
Matching in nixpkgs
pkgs.webpack-cli
Webpack's Command Line Interface
pkgs.nodePackages.webpack
None
pkgs.nodePackages_latest.webpack
None
Ignored packages (6)
pkgs.perlPackages.MojoliciousPluginWebpack
Mojolicious <3 Webpack
pkgs.python312Packages.django-webpack-loader
None
pkgs.python313Packages.django-webpack-loader
Use webpack to generate your static bundles
pkgs.python314Packages.django-webpack-loader
Use webpack to generate your static bundles
pkgs.perl538Packages.MojoliciousPluginWebpack
None
pkgs.perl540Packages.MojoliciousPluginWebpack
None
Package maintainers
-
@pyrox0 Pyrox <pyrox@pyrox.dev>