chore(deps): update module github.com/containernetworking/plugins to v1.9.0 [security] (main)#442
Conversation
…v1.9.0 [security] Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-renovate-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the github.com/containernetworking/plugins module from v1.8.0 to v1.9.0. This update addresses the security vulnerability CVE-2025-67499 related to the portmap nftables backend. The file modifications in go.mod, go.sum, and the vendor directory are all consequences of this dependency upgrade. The changes appear correct for the intended version bump.
This PR contains the following updates:
v1.8.0->v1.9.0CNA Plugins Portmap nftables backend can intercept non-local traffic
CVE-2025-67499 / GHSA-jv3w-x3r3-g6rm / GO-2025-4222
More information
Details
Background
The CNI
portmapplugin allows containers to emulate opening a host port, forwarding that traffic to the container. For example, if a host has the IP 198.51.100.42, a container may request that all packets to198.51.100.42:53be forwarded to the container's network.Vulnerability
When the
portmapplugin is configured with thenftablesbackend, it inadvertently forwards all traffic with the same destination port as the host port, ignoring the destination IP. This includes traffic not intended for the node itself, i.e. traffic to containers hosted on the node.In the given example above, traffic destined to port 53 but for a separate container would still be captured and forwarded, even though it was not destined for the host.
Impact
Containers (i.e. kubernetes pods) that request HostPort forwarding can intercept all traffic destined for that port. This requires that the
portmapplugin be explicitly configured to use thenftablesbackend. (Theiptablesbackend is the default.)Patches
This is fixed as of CNI plugins v1.9.0
Workarounds
Configure the
portmapplugin to use theiptablesbackend. It does not have this vulnerability.Severity
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:HReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
CNA Plugins Portmap nftables backend can intercept non-local traffic in github.com/containernetworking/plugins
CVE-2025-67499 / GHSA-jv3w-x3r3-g6rm / GO-2025-4222
More information
Details
CNA Plugins Portmap nftables backend can intercept non-local traffic in github.com/containernetworking/plugins
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Release Notes
containernetworking/plugins (github.com/containernetworking/plugins)
v1.9.0: CNI plugins v1.9.0Compare Source
What's Changed
This release fixes CVE-2025-67499, a bug in the
nftablesbackend for theportmapplugin that can cause traffic to be unexpectedly intercepted.Bugs
Other changes
Full Changelog: containernetworking/plugins@v1.8.0...v1.9.0
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.