-
Notifications
You must be signed in to change notification settings - Fork 581
[High] patch reaper for CVE-2025-48387 & CVE-2024-6484 #13965
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
[High] patch reaper for CVE-2025-48387 & CVE-2024-6484 #13965
Conversation
/azurepipeline run |
Azure Pipelines successfully started running 1 pipeline(s). |
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 is not getting applied, Kindly add patching command.
can conflict with #13636 |
a8c71dd
to
71ec9a8
Compare
Added. |
71ec9a8
to
bb9b006
Compare
/azurepipelines run |
Commenter does not have sufficient privileges for PR 13965 in repo microsoft/azurelinux |
/AzurePipelines Run |
Azure Pipelines successfully started running 1 pipeline(s). |
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 and Aarushi
(cherry picked from commit 6ba8798)
Auto cherry-pick results:
Auto cherry-pick pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=833613&view=results |
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 reaper for CVE-2025-48387 and CVE-2024-6484
CVE-2025-48387
https://nvd.nist.gov/vuln/detail/CVE-2025-48387 mentions here mafintosh/tar-fs@647447b that fixes this CVE.
patch details:
patch does not apply cleanly as function sequence in the index.js file is different from upstream patch.
So, Arranged the sequence of function in the patch manually to apply cleanly because upstream has fixed for version 3.0.9 of tar-fs and we have tar-fs version is 1.16.2.
CVE-2024-6484
Astrolabe Reference: odinserj/bootstrap@0ea568b
Added #13636 to avoid conflict.
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology