-
CVSS Score
-A Semantic Attack on Google Gemini - Read the Latest Research
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| nova | pip | < 12.0.0a0 | 12.0.0a0 |
The vulnerability stemmed from improper sanitization of LVM-backed storage. The commit diff shows the remove_logical_volumes function originally only executed 'lvremove' to delete LVs. Since LVM does not inherently clear PV content on removal, this function's lack of data-wiping logic allowed residual data to persist. The patch introduced a clear_logical_volume call within remove_logical_volumes to overwrite LV data before deletion, directly addressing the vulnerability. The function's role in LV lifecycle management and the explicit fix in the commit confirm its vulnerability.