GHSA-MM7R-265W-JV6F
Vulnerability from github – Published: 2020-09-03 15:51 – Updated: 2020-08-31 19:01
VLAI?
Summary
Server-Side Request Forgery in @uppy/companion
Details
Versions of @uppy/companion prior to 1.9.3 are vulnerable to Server-Side Request Forgery (SSRF). The get route passes the user-controlled variable req.body.url to a GET request without sanitizing the value. This allows attackers to inject arbitrary URLs and make GET requests on behalf of the server.
Recommendation
Upgrade to version 1.9.3 or later.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "@uppy/companion"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.9.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2020-8135"
],
"database_specific": {
"cwe_ids": [
"CWE-918"
],
"github_reviewed": true,
"github_reviewed_at": "2020-08-31T19:01:35Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Versions of `@uppy/companion` prior to 1.9.3 are vulnerable to Server-Side Request Forgery (SSRF). The `get` route passes the user-controlled variable `req.body.url` to a GET request without sanitizing the value. This allows attackers to inject arbitrary URLs and make GET requests on behalf of the server. \n\n\n## Recommendation\n\nUpgrade to version 1.9.3 or later.",
"id": "GHSA-mm7r-265w-jv6f",
"modified": "2020-08-31T19:01:35Z",
"published": "2020-09-03T15:51:19Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8135"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/786956"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/1501"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Server-Side Request Forgery in @uppy/companion"
}
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…