OCPBUGS-96585 OCPBUGS-96584: CVE-2026-27136 openshift4/ingress-node-firewall-rhel9-operator: golang.org/x/net/html - #760
Conversation
Bump golang.org/x/net from v0.37.0 to v0.55.0 to address CVE-2026-27136 Transitive dependency bumps required by x/net v0.55.0: - golang.org/x/crypto v0.36.0 → v0.51.0 - golang.org/x/sync v0.12.0 → v0.20.0 - golang.org/x/sys v0.32.0 → v0.45.0 - golang.org/x/term v0.30.0 → v0.43.0 - golang.org/x/text v0.23.0 → v0.37.0 Signed-off-by: Anindita Das <anidas@redhat.com>
|
@dasanind: This pull request references Jira Issue OCPBUGS-96585, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-96584, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dasanind 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 |
|
@dasanind: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Hi @dasanind, thanks for raising this PR. I wanted to clarify the intent here I've done a full analysis (govulncheck + 4-algorithm call graph + vendor inspection + manual review) and confirmed that the golang.org/x/net/html vulnerable functions (Parse, ParseFragment, Render) are never called in our codebase. The dependency chain is test-only (k8sreporter → sanitize.BaseName() which is pure string manipulation, no HTML parsing). So from a CVE-2026-27136 perspective, we're not vulnerable and the trackers could be closed as "Not a Bug." was this PR raised for compliance purposes rather than exploitability? If it's compliance-driven, we'd need to apply the same bump across all tracked versions (4.22 through 4.12), not just this one. Would appreciate your clarification so we can align on the right approach. |
FIXES: OCPBUGS-96585, OCPBUGS-96584
Signed-off-by: anidas@redhat.com