File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Cloud Hypervisor v50.1 Released!"
3+ date : 2026-02-20T01:21:45Z
4+ draft : false
5+ contributors : [Cloud Hypervisor Team]
6+ ---
7+ This is a point release containing security fixes and bug fixes.
8+
9+ Security Fixes
10+ --------------
11+
12+ This release fixes a security vulnerability in disk image handling.
13+ Details can be found in [ GHSA-jmr4 -g2hv-mjj6] ( https://github.com/cloud-hypervisor/cloud-hypervisor/security/advisories/GHSA-jmr4-g2hv-mjj6 ) .
14+
15+ * A new ` backing_files=on|off ` option has been added to ` --disk ` to
16+ explicitly control whether QCOW2 backing files are permitted. This
17+ defaults to ` off ` to prevent the loading of backing files entirely.
18+ (#7685 )
19+ * Explicit image type specification via the user interface, removing
20+ reliance on format autodetection (#7728 ).
21+ * Prevent sector-zero writes for autodetected raw images (#7728 ).
22+
23+ Bug Fixes
24+ ---------
25+
26+ * Fix various inconsistencies in our OpenAPI specification file
27+ (#7716 , #7726 )
28+ * Fix QCOW2 thread safety for multiple virtio queues
29+ (` num_queues > 1 ` ) (#7661 )
30+ ### Download
31+ See the <a href =" https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v50.1 " >GitHub Release</a > for the release assets.
You can’t perform that action at this time.
0 commit comments