-
Notifications
You must be signed in to change notification settings - Fork 587
[MEDIUM] Patch for iputils CVE-2025-47268 #14049
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
base: 3.0-dev
Are you sure you want to change the base?
[MEDIUM] Patch for iputils CVE-2025-47268 #14049
Conversation
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 solves the issue
- Security tag exists
- Release bump & Changelog
- Buddy Build
Buddy Build shows an unexpected pass:
time="2025-06-25T13:49:25Z" level=debug msg=" 6/35 ping -6 -c1 localhost UNEXPECTEDPASS 0.02s"
The test failure is due to the patch file ping_test_ipv6_localhost.patch
. It is not related to any changes introduced by this PR.
However, it appears that we shouldn't include this patch in the 3.0 release, as in the 3.0 release, 'localhost' is mapped to IPv6 addresses by default.
@realsdx Since you have already approved it, I am not sure if you are expecting me get rid of this patch file. Could you please confirm? Thanks! |
Yes, fix the ptest as well. (Sorry, I wasn't sure how to undo the approval) |
53f4c69
to
b21db10
Compare
@realsdx I made the changes as suggested and verified that the test failure is fixed. |
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
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
Address CVE-2025-47268
Patch Modified: No
Astrolabe patch reference: iputils/iputils@b41e4a1
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology
Note: There is an existing test failure for this package, and I did verify that it was not introduced by my changes. Original test fail log attached
iputils-20240117-1.azl3.src.rpm-FAILED_TEST-1750355241203.log