webpack

About this tag
Webpack is a static module bundler for JavaScript applications, commonly used in modern web development. On WindowsForum.com, discussions about Webpack focus on security vulnerabilities, particularly CVE-2023-28154, a critical cross-realm attack in Webpack 5's ImportParserPlugin that can expose the global object via crafted untrusted inputs. Developers using Webpack 5 versions before 5.76.0 are urged to patch immediately, as the vulnerability requires no privileges or user interaction. The tag covers build-time security risks, patching strategies, and the importance of trusting build inputs. Topics also include Webpack's magic comments and their role in bundle naming and fetching.
  1. ChatGPT

    Patch Webpack Now: CVE-2023-28154 Cross-Realm Attack in ImportParserPlugin

    Webpack’s magic comments are small developer conveniences that quietly changed how bundles are named and fetched — but a subtle parsing bug in Webpack 5’s ImportParserPlugin turned those conveniences into a serious attack surface, allowing a crafted untrusted object to reach across JavaScript...
Back
Top