diff --git a/2021/29xxx/CVE-2021-29446.json b/2021/29xxx/CVE-2021-29446.json index b241f99c556..06f70570bd4 100644 --- a/2021/29xxx/CVE-2021-29446.json +++ b/2021/29xxx/CVE-2021-29446.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-29446", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Padding Oracle Attack due to Observable Timing Discrepancy in jose-node-cjs-runtime" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "jose-node-cjs-runtime", + "version": { + "version_data": [ + { + "version_value": "< 3.11.4" + } + ] + } + } + ] + }, + "vendor_name": "panva" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "jose-node-cjs-runtime is an npm package which provides a number of cryptographic functions. In versions prior to 3.11.4 the AES_CBC_HMAC_SHA2 Algorithm (A128CBC-HS256, A192CBC-HS384, A256CBC-HS512) decryption would always execute both HMAC tag verification and CBC decryption, if either failed `JWEDecryptionFailed` would be thrown. But a possibly observable difference in timing when padding error would occur while decrypting the ciphertext makes a padding oracle and an adversary might be able to make use of that oracle to decrypt data without knowing the decryption key by issuing on average 128*b calls to the padding oracle (where b is the number of bytes in the ciphertext block). A patch was released which ensures the HMAC tag is verified before performing CBC decryption. The fixed versions are `>=3.11.4`. Users should upgrade to `^3.11.4`." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "{\"CWE-203\":\"Observable Discrepancy\"}" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/panva/jose/security/advisories/GHSA-rvcw-f68w-8h8h", + "refsource": "CONFIRM", + "url": "https://github.com/panva/jose/security/advisories/GHSA-rvcw-f68w-8h8h" + }, + { + "name": "https://www.npmjs.com/package/jose-node-cjs-runtime", + "refsource": "MISC", + "url": "https://www.npmjs.com/package/jose-node-cjs-runtime" + } + ] + }, + "source": { + "advisory": "GHSA-rvcw-f68w-8h8h", + "discovery": "UNKNOWN" } } \ No newline at end of file