gsd-2017-16007
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
node-jose is a JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers. node-jose earlier than version 0.9.3 is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-16007", "description": "node-jose is a JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers. node-jose earlier than version 0.9.3 is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used.", "id": "GSD-2017-16007" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-16007" ], "details": "node-jose is a JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers. node-jose earlier than version 0.9.3 is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used.", "id": "GSD-2017-16007", "modified": "2023-12-13T01:21:00.869221Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "DATE_PUBLIC": "2018-04-26T00:00:00", "ID": "CVE-2017-16007", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "node-jose node module", "version": { "version_data": [ { "version_value": "\u003c0.9.3" } ] } } ] }, "vendor_name": "HackerOne" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "node-jose is a JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers. node-jose earlier than version 0.9.3 is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Information Disclosure (CWE-200)" } ] } ] }, "references": { "reference_data": [ { "name": "https://gist.github.com/asanso/fa25685348051ef6a28d49aa0f27a4ae", "refsource": "MISC", "url": "https://gist.github.com/asanso/fa25685348051ef6a28d49aa0f27a4ae" }, { "name": "https://nodesecurity.io/advisories/324", "refsource": "MISC", "url": "https://nodesecurity.io/advisories/324" }, { "name": "http://blog.intothesymmetry.com/2017/03/critical-vulnerability-in-json-web.html", "refsource": "MISC", "url": "http://blog.intothesymmetry.com/2017/03/critical-vulnerability-in-json-web.html" }, { "name": "https://github.com/cisco/node-jose", "refsource": "MISC", "url": "https://github.com/cisco/node-jose" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.9.3", "affected_versions": "All versions before 0.9.3", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2019-10-09", "description": "node-jose is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used.", "fixed_versions": [ "0.9.3" ], "identifier": "CVE-2017-16007", "identifiers": [ "CVE-2017-16007" ], "not_impacted": "All versions starting from 0.9.3", "package_slug": "npm/node-jose", "pubdate": "2018-06-04", "solution": "Upgrade to version 0.9.3 or above.", "title": "Inadequate Encryption Strength", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2017-16007" ], "uuid": "2af010c0-c09a-48eb-bc46-cc30b628e07c" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:cisco:node-jose:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "0.9.3", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve-assignments@hackerone.com", "ID": "CVE-2017-16007" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "node-jose is a JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers. node-jose earlier than version 0.9.3 is vulnerable to an invalid curve attack. This allows an attacker to recover the private secret key when JWE with Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) is used." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ] } ] }, "references": { "reference_data": [ { "name": "https://nodesecurity.io/advisories/324", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://nodesecurity.io/advisories/324" }, { "name": "https://github.com/cisco/node-jose", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/cisco/node-jose" }, { "name": "https://gist.github.com/asanso/fa25685348051ef6a28d49aa0f27a4ae", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://gist.github.com/asanso/fa25685348051ef6a28d49aa0f27a4ae" }, { "name": "http://blog.intothesymmetry.com/2017/03/critical-vulnerability-in-json-web.html", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "http://blog.intothesymmetry.com/2017/03/critical-vulnerability-in-json-web.html" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 2.2, "impactScore": 3.6 } }, "lastModifiedDate": "2019-10-09T23:24Z", "publishedDate": "2018-06-04T19:29Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…