{"id":"CVE-2013-7381","aliases":[],"url":"https://o3.security/vulnerability/CVE-2013-7381","summary":"Potential Command Injection in libnotify","details":"Versions 1.0.3 and earlier of libnotify are affected by a shell command injection vulnerability. This may result in execution of arbitrary shell commands, if user input is passed into libnotify.notify.\n\nUntrusted input passed in the call to libnotify.notify could result in execution of shell commands. Callers may be unaware of this.\n\n### Example\n```js\nvar libnotify = require('libnotify')\nlibnotify.notify('UNTRUSTED INPUT', { title: \\\"\\\" }, function () {\n    console.log(arguments);\n})\n```\n\nSpecial thanks to Neal Poole for submitting the pull request to fix this issue.\n\n\n## Recommendation\n\nUpdate to version 1.0.4 or greater","published":"2020-08-31T22:50:48Z","modified":"2023-11-08T03:57:29.118083Z","cvss":{"score":9.8,"severity":"CRITICAL","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"npm","name":"libnotify","fixedVersion":"1.0.4"}],"fix":{"url":"https://github.com/mytrile/node-libnotify/commit/dfe7801d73a0dda10663a0ff3d0ec8b4d5f0d448","label":"mytrile/node-libnotify@dfe7801"},"references":[{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2013-7381"},{"type":"WEB","url":"https://github.com/mytrile/node-libnotify/commit/dfe7801d73a0dda10663a0ff3d0ec8b4d5f0d448"},{"type":"PACKAGE","url":"https://github.com/mytrile/node-libnotify"},{"type":"WEB","url":"https://www.npmjs.com/advisories/20"},{"type":"WEB","url":"http://www.openwall.com/lists/oss-security/2014/05/13/1"},{"type":"WEB","url":"http://www.openwall.com/lists/oss-security/2014/05/15/2"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2023-11-08T03:57:29.118083Z"}}