{ "schema_version": "1.4.0", "id": "GHSA-vf26-7gjf-f92r", "modified": "2021-04-08T20:03:52Z", "published": "2021-04-13T15:23:29Z", "aliases": [ "CVE-2019-10796" ], "summary": "OS Command Injection in rpi", "details": "rpi through 0.0.3 allows execution of arbritary commands. The variable pinNumbver in function GPIO within src/lib/gpio.js is used as part of the arguement of exec function without any sanitization.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "rpi" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "0.0.3" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10796" }, { "type": "WEB", "url": "https://github.com/xseignard/rpi/blob/master/src/lib/gpio.js#L47" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-RPI-548942" } ], "database_specific": { "cwe_ids": [ "CWE-78" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-04-08T20:03:52Z", "nvd_published_at": "2020-02-24T18:15:00Z" } }