-
Notifications
You must be signed in to change notification settings - Fork 587
[Medium] Patch nbdkit for CVE-2025-47711 & CVE-2025-47712 #14032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c569061
to
abb030d
Compare
abb030d
to
b08120a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but a small verification requested.
Date: Wed, 18 Jun 2025 14:40:17 +0000 | ||
Subject: [PATCH] Address CVE-2025-47711 | ||
|
||
Upstream patch reference: https://gitlab.com/nbdkit/nbdkit/-/commit/c3c1950867ea8d9c2108ff066ed9e78dde3cfc3f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch Looks good w.r.t upstream ref
Date: Wed, 18 Jun 2025 16:11:18 +0000 | ||
Subject: [PATCH] Address CVE-2025-47712 | ||
|
||
Upstream patch reference: https://gitlab.com/nbdkit/nbdkit/-/commit/a486f88d1eea653ea88b0bf8804c4825dab25ec7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch looks good w.r.t upstream
@@ -1193,6 +1195,10 @@ export LIBGUESTFS_TRACE=1 | |||
|
|||
|
|||
%changelog | |||
* Wed Jun 18 2025 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 1.35.3-4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please once verify that the same tests are failing before and after applying the patch and that we have not introduced any new test regression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mfrw ,
This is the log before i applied my patches, this also appears to be failing.
nbdkit-1.35.3-3.cm2.src.rpm.test.log
And This is the log after i applied my patches, this also appears to be failing.
nbdkit-1.35.3-4.cm2.src.rpm.test.log
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Patch nbdkit for CVE-2025-47711 & CVE-2025-47712
For CVE-2025-47711
Patch Modified: No
Astrolabe patch reference: https://gitlab.com/nbdkit/nbdkit/-/commit/c3c1950867ea8d9c2108ff066ed9e78dde3cfc3f
For CVE-2025-47712
Patch Modified: No
Astrolabe patch reference: https://gitlab.com/nbdkit/nbdkit/-/commit/a486f88d1eea653ea88b0bf8804c4825dab25ec7
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology
Local Build log:
nbdkit-1.35.3-4.cm2.src.rpm.log
nbdkit-1.35.3-4.cm2.src.rpm.test.log
ptests are failing before applying the patch


And after applying patches too.
Patch applies cleanly
