Azure.Storage.Blobs
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Activity
- Latest release
- 2w ago
- Total releases
- 93
- Cadence
- ~28 days
- Last 12 months
- 11
Details
- License
- MIT
- First release
- May 07, 2019
| Version | Released | |
|---|---|---|
12.29.2
patch
| ||
12.30.0-beta.2
pre
| ||
12.30.0-beta.1
pre
| ||
12.29.1
patch
| ||
12.29.0
minor
| ||
12.28.0
minor
| ||
12.29.0-beta.1
pre
| ||
12.28.0-beta.1
pre
| ||
12.27.0
minor
| ||
12.27.0-beta.1
pre
| ||
12.26.0
minor
| ||
12.25.1
patch
| ||
12.25.0
minor
| ||
12.24.1
patch
| ||
12.26.0-beta.1
pre
| ||
12.25.0-beta.1
pre
| ||
12.24.0
minor
| ||
12.24.0-beta.1
pre
| ||
12.23.0
minor
| ||
12.22.2
patch
| ||
12.23.0-beta.2
pre
| ||
12.23.0-beta.1
pre
| ||
12.22.1
patch
| ||
12.22.0
minor
| ||
12.21.2
patch
| ||
12.22.0-beta.1
pre
| ||
12.21.1
patch
| ||
12.21.0
minor
| ||
12.21.0-beta.1
pre
| ||
12.20.0
minor
| ||
12.20.0-beta.2
pre
| ||
12.20.0-beta.1
pre
| ||
12.19.1
patch
| ||
12.19.0
minor
| ||
12.19.0-beta.1
pre
| ||
12.18.0
minor
| ||
12.18.0-beta.1
pre
| ||
12.17.0
minor
| ||
12.17.0-beta.1
pre
| ||
12.16.0
minor
| ||
12.16.0-beta.1
pre
| ||
12.15.1
patch
| ||
12.15.0
minor
| ||
12.15.0-beta.1
pre
| ||
12.14.1
patch
| ||
12.14.0
minor
| ||
12.14.0-beta.1
pre
| ||
12.13.1
patch
| ||
12.13.0
minor
| ||
12.13.0-beta.1
pre
1 CVE
CVE-2022-30187
GHSA-64x4-9hc6-r2h6
PYSEC-2026-2388
PYSEC-2026-784
Jul 13, 2022
Microsoft: CBC Padding Oracle in Azure Blob Storage Encryption Library
4.7
/ 10
Medium
Local
High
Low
None
Unchanged
High
None
None
SummaryThe Azure Storage Encryption library in Java and other languages is vulnerable to a CBC Padding Oracle attack, similar to CVE-2020-8911. The library is not vulnerable to the equivalent of CVE-2020-8912, but only because it currently only supports AES-CBC as encryption mode. SeverityModerate - The vulnerability poses insider risks/privilege escalation risks, circumventing controls for stored data. Further AnalysisThe Java Azure Blob Storage Encryption SDK is impacted by an issue that can result in loss of confidentiality and message forgery. The attack requires write access to the container in question, and that the attacker has access to an endpoint that reveals decryption failures (without revealing the plaintext) and that when encrypting the CBC option was chosen as content cipher. This advisory describes the plaintext revealing vulnerabilities in the Java Azure Blob Storage Encryption SDK, with a similar issue in the other blob storage SDKs being present as well. In the current version of the Azure Blob Storage crypto SDK, the only algorithm option that allows users to encrypt files is to AES-CBC, without computing a MAC on the data. This exposes a padding oracle vulnerability: If the attacker has write access to the blob container bucket and can observe whether or not an endpoint with access to the key can decrypt a file (without observing the file contents that the endpoint learns in the process), they can reconstruct the plaintext with (on average) 128*length(plaintext) queries to the endpoint, by exploiting CBC's ability to manipulate the bytes of the next block and PKCS5 padding errors. TimelineDate reported: March 29 2022 Date preview: June 16 2022 Date GA: July 11 2022 Date disclosed: July 17 2022 Affected versions
12.0.0
12.1.0
12.10.0
12.11.0
12.12.0
12.2.0
12.3.0
12.4.0
12.4.1
12.4.2
12.4.3
12.4.4
+ 11 more Show less
12.5.0
12.5.1
12.6.0
12.7.0
12.8.0
12.8.1
12.8.2
12.8.3
12.8.4
12.9.0
12.9.1
Fixed in
12.13.0
References Updated Jul 13, 2026 · Source: OSV.dev |