Bug 2488215
| Summary: | CVE-2026-44492 boost: Axios: Proxy bypass via IPv4-mapped IPv6 address non-normalization [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jon Moroney <jmoroney> |
| Component: | boost | Assignee: | Jonathan Wakely <jwakely> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | denis.arnaud_fedora, jwakely, laurent.rineau__fedora, mcermak, ppalka |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["164fa3b0-dd43-4350-b66f-db2e61f4e84f"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-06-19 16:23:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2487938 | ||
|
Description
Jon Moroney
2026-06-12 00:26:19 UTC
The CVE does not affect Boost. The Axios module is only used to generate HTML files during preparation of the release tarball, and is not used during the RPM build and is not part of the installed RPMs. I checked this with upstream and was told "The npm packages are only required at doc build time, so it makes sense to not include them in the release tarball." https://lists.boost.org/archives/list/boost@lists.boost.org/thread/APKJIASXU2DLQMGYIQR4JOMJE5CB56KB/ The Boost 1.92.0 release will not include those files in the release tarball at all, due to https://github.com/boostorg/release-tools/pull/111 which was already changed in March. That PR says "Remove "doc/node_modules" from libraries after the build. Since that directory adds extra MBs, and isn't needed." |