fix(libvirt): CVE-2025-13193 set proper umask for external snapshots#24
fix(libvirt): CVE-2025-13193 set proper umask for external snapshots#24deepin-ci-robot wants to merge 1 commit into
Conversation
External inactive snapshots for shut-down VMs were incorrectly created as world-readable (mode 644), allowing unprivileged users to inspect the guest OS contents. Set umask to 0077 before calling qemu-img create to ensure new files are only readable by the owner (mode 600). Upstream: https://gitlab.com/libvirt/libvirt/-/commit/a379327d8a Generated-By: glm-5.1 Co-Authored-By: hudeng <hudeng@deepin.org>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot TAG: 10.7.0+really9.10.0-1deepin17 |
|
/integrate |
|
AutoIntegrationPr Bot |
|
TAG Bot New tag: 10.7.0+really9.10.0-1deepin20 |
Summary
Fix CVE-2025-13193: External inactive snapshots for shut-down VMs were incorrectly created as world-readable (mode 644), allowing unprivileged users to inspect the guest OS contents.
Changes
References
Testing
Generated-By: glm-5.1
Co-Authored-By: hudeng hudeng@deepin.org