From a833e1bb7e39efbddc1c09a6fa37c19322dda4d9 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 9 Oct 2019 14:13:16 +0300 Subject: [PATCH] vuln(NSWG-ECO-505): https-proxy-agent (#588) --- vuln/npm/505.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vuln/npm/505.json diff --git a/vuln/npm/505.json b/vuln/npm/505.json new file mode 100644 index 00000000..b696aa9c --- /dev/null +++ b/vuln/npm/505.json @@ -0,0 +1,24 @@ +{ + "id": 505, + "title": "Man-in-the-Middle", + "overview": "[https-proxy-agent] Socket returned without TLS upgrade on non-200 CONNECT response, allowing request data to be sent over unencrypted connection", + "created_at": "2019-04-17", + "updated_at": "2019-10-07", + "publish_date": "2019-09-25", + "author": { + "name": "Kris Adler", + "website": null, + "username": "kadler15" + }, + "module_name": "https-proxy-agent", + "cves": [], + "vulnerable_versions": "<3.0.0", + "patched_versions": ">=3.0.0", + "recommendation": "Update https-proxy-agent module to version >=3.0.0", + "references": [ + "https://hackerone.com/reports/541502" + ], + "cvss_vector": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", + "cvss_score": 6.1, + "coordinating_vendor": null +}