GHSA-PXCF-V868-M492
Vulnerability from github – Published: 2021-05-10 18:43 – Updated: 2023-09-11 20:22
VLAI?
Summary
Injection and Cross-site Scripting in osm-static-maps
Details
This affects all versions of package osm-static-maps under 3.9.0. User input given to the package is passed directly to a template without escaping ({{{ ... }}}). As such, it is possible for an attacker to inject arbitrary HTML/JS code and depending on the context. It will be outputted as an HTML on the page which gives opportunity for XSS or rendered on the server (puppeteer) which also gives opportunity for SSRF and Local File Read.
Severity ?
7.6 (High)
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "osm-static-maps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2020-7749"
],
"database_specific": {
"cwe_ids": [
"CWE-74",
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2021-04-21T18:16:30Z",
"nvd_published_at": "2020-10-20T11:15:00Z",
"severity": "HIGH"
},
"details": "This affects all versions of package osm-static-maps under 3.9.0. User input given to the package is passed directly to a template without escaping `({{{ ... }}})`. As such, it is possible for an attacker to inject arbitrary HTML/JS code and depending on the context. It will be outputted as an HTML on the page which gives opportunity for XSS or rendered on the server (puppeteer) which also gives opportunity for SSRF and Local File Read.",
"id": "GHSA-pxcf-v868-m492",
"modified": "2023-09-11T20:22:40Z",
"published": "2021-05-10T18:43:45Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7749"
},
{
"type": "WEB",
"url": "https://github.com/jperelli/osm-static-maps/pull/24"
},
{
"type": "WEB",
"url": "https://github.com/jperelli/osm-static-maps/commit/97355d29e08753d1cfe99b1281dbaa06f4e651b0"
},
{
"type": "WEB",
"url": "https://github.com/jperelli/osm-static-maps/blob/master/src/template.html%23L142"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-JS-OSMSTATICMAPS-609637"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L",
"type": "CVSS_V3"
}
],
"summary": "Injection and Cross-site Scripting in osm-static-maps"
}
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…