Skip to content

[RDKEMW-20634] CVE Remediation Bundle#469

Open
KTirumalaSrihari wants to merge 1 commit into
developfrom
topic/RDKEMW-20634-CVE
Open

[RDKEMW-20634] CVE Remediation Bundle#469
KTirumalaSrihari wants to merge 1 commit into
developfrom
topic/RDKEMW-20634-CVE

Conversation

@KTirumalaSrihari

Copy link
Copy Markdown
Contributor

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

Bucket Count
✅ Finalized (built + staged) 1
⚠️ Built but finalize failed 0
❌ Not built / failed 0
⊘ Skipped 0
Total 1

Commit (push-clone, this branch): e2a4e90e4427fe2eca827c6640c1d0448a088d13

✅ Included CVEs (1)

CVE Component Version Bbappend Action Patch
CVE-2025-15079 curl ? curl_7.82%.bbappend reused CVE-2025-15079_curl_7.82.0_fix.patch

Generated by workflow run.

JIRA: RDKEMW-20634

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>
@KTirumalaSrihari
KTirumalaSrihari requested review from a team as code owners July 1, 2026 11:03
Copilot AI review requested due to automatic review settings July 1, 2026 11:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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%.bbappend to apply the new patch via SRC_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 \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants