GHSA-7R2X-3QCM-8VFW
Vulnerability from github – Published: 2019-02-18 23:44 – Updated: 2023-09-13 22:21
VLAI?
Summary
herbivore downloads Resources over HTTP
Details
Affected versions of herbivore insecurely download an executable over an unencrypted HTTP connection.
In scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running herbivore.
Recommendation
The module author has rewritten much of the package, and in that process, patched the vulnerability, but has not published any of the new code to npm.
In order to get an updated version, it is necessary to install the package from github. This can be done using the following command:
npm i samatt/herbivore
Severity ?
8.1 (High)
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "herbivore"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.0.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2016-10665"
],
"database_specific": {
"cwe_ids": [
"CWE-311"
],
"github_reviewed": true,
"github_reviewed_at": "2020-06-16T21:23:24Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Affected versions of `herbivore` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `herbivore`.\n\n\n## Recommendation\n\nThe module author has rewritten much of the package, and in that process, patched the vulnerability, but has not published any of the new code to npm. \n\nIn order to get an updated version, it is necessary to install the package from github. This can be done using the following command:\n```\nnpm i samatt/herbivore\n```",
"id": "GHSA-7r2x-3qcm-8vfw",
"modified": "2023-09-13T22:21:26Z",
"published": "2019-02-18T23:44:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10665"
},
{
"type": "WEB",
"url": "https://github.com/samatt/Herbivore/commit/0a041defc3463e99948e5d2064aef54b2128c5a3"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-7r2x-3qcm-8vfw"
},
{
"type": "WEB",
"url": "https://github.com/samatt/herbivore"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/258"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "herbivore downloads Resources over HTTP"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…