[RDKEMW-20634] CVE Remediation Bundle#469
Open
KTirumalaSrihari wants to merge 1 commit into
Open
Conversation
This commit adds a patch for 1 CVE: - curl: Fix CVE-2025-15079 (curl_7.82%.bbappend, reused) Failed CVEs (excluded from this commit): none JIRA: RDKEMW-20634 Pipeline: https://github.com/rdk-common/sslcerts-cpc/actions/runs/28510084471 Base tag: 4.12.0 Change-Id: I8b845ea1d4ae8f624eb0eadbc57a49816f2b3704 Signed-off-by: RDK CVE Pipeline <rdk-cve-pipeline@comcast.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is an automated CVE remediation bundle that updates the curl 7.82.x Yocto integration by adding a backported patch for CVE-2025-15079 and wiring it into the curl 7.82% bbappend so it is applied during builds.
Changes:
- Added a new patch intended to remediate CVE-2025-15079 in curl’s libssh integration.
- Updated
curl_7.82%.bbappendto apply the new patch viaSRC_URI:append.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| recipes-support/curl/curl_7.82%/CVE-2025-15079_curl_7.82.0_fix.patch | Adds the CVE fix patch affecting lib/vssh/libssh.c behavior for known-hosts handling. |
| recipes-support/curl/curl_7.82%.bbappend | Appends the new CVE patch to SRC_URI for curl 7.82.x builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+21
to
+25
| + if(rc == SSH_OK) | ||
| + /* libssh has two separate options for this. Set both to the same file | ||
| + to avoid surprises */ | ||
| + rc = ssh_options_set(sshc->ssh_session, SSH_OPTIONS_GLOBAL_KNOWNHOSTS, | ||
| + data->set.str[STRING_SSH_KNOWNHOSTS]); |
Comment on lines
+83
to
+84
| SRC_URI:append = " file://CVE-2025-15079_curl_7.82.0_fix.patch \ | ||
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE Remediation Bundle — RDKEMW-20634
Automated bundle generated by the CVE pipeline. This PR adds per-CVE patches and updates the version-specific bbappend(s) to apply them via
SRC_URI:append.Summary
Commit (push-clone, this branch):
e2a4e90e4427fe2eca827c6640c1d0448a088d13✅ Included CVEs (1)
CVE-2025-15079curl?curl_7.82%.bbappendCVE-2025-15079_curl_7.82.0_fix.patchGenerated by workflow run.
JIRA: RDKEMW-20634