Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/191109?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/191109?format=api", "purl": "pkg:npm/lodash.template@4.0.1", "type": "npm", "namespace": "", "name": "lodash.template", "version": "4.0.1", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "4.18.0", "latest_non_vulnerable_version": "4.18.0", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/267484?format=api", "vulnerability_id": "VCID-an5j-y3cq-gbfx", "summary": "lodash vulnerable to Code Injection via `_.template` imports key names\n### Impact\n\nThe fix for [CVE-2021-23337](https://github.com/advisories/GHSA-35jh-r3h4-6jhm) added validation for the `variable` option in `_.template` but did not apply the same validation to `options.imports` key names. Both paths flow into the same `Function()` constructor sink.\n\nWhen an application passes untrusted input as `options.imports` key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\n\nAdditionally, `_.template` uses `assignInWith` to merge imports, which enumerates inherited properties via `for..in`. If `Object.prototype` has been polluted by any other vector, the polluted keys are copied into the imports object and passed to `Function()`.\n\n### Patches\n\nUsers should upgrade to version 4.18.0.\n\nThe fix applies two changes:\n1. Validate `importsKeys` against the existing `reForbiddenIdentifierChars` regex (same check already used for the `variable` option)\n2. Replace `assignInWith` with `assignWith` when merging imports, so only own properties are enumerated\n\n### Workarounds\n\nDo not pass untrusted input as key names in `options.imports`. Only use developer-controlled, static key names.", "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-4800.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-4800.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-4800", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00037", "scoring_system": "epss", "scoring_elements": "0.11017", "published_at": "2026-04-21T12:55:00Z" }, { "value": "0.00038", "scoring_system": "epss", "scoring_elements": "0.11446", "published_at": "2026-05-07T12:55:00Z" }, { "value": "0.00038", "scoring_system": "epss", "scoring_elements": "0.11312", "published_at": "2026-05-05T12:55:00Z" }, { "value": "0.00038", "scoring_system": "epss", "scoring_elements": "0.11503", "published_at": "2026-05-09T12:55:00Z" }, { "value": "0.00046", "scoring_system": "epss", "scoring_elements": "0.14016", "published_at": "2026-04-24T12:55:00Z" }, { "value": "0.00046", "scoring_system": "epss", "scoring_elements": "0.13925", "published_at": "2026-04-29T12:55:00Z" }, { "value": "0.00046", "scoring_system": "epss", "scoring_elements": "0.13991", "published_at": "2026-04-26T12:55:00Z" }, { "value": "0.00068", "scoring_system": "epss", "scoring_elements": "0.21122", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.00068", "scoring_system": "epss", "scoring_elements": "0.21177", "published_at": "2026-04-04T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25339", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25369", "published_at": "2026-04-18T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25379", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25372", "published_at": "2026-04-13T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25426", "published_at": "2026-04-12T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25468", "published_at": "2026-04-11T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25455", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25408", "published_at": "2026-04-08T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-4800" }, { "reference_url": "https://cna.openjsf.org/security-advisories.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-31T20:36:55Z/" } ], "url": "https://cna.openjsf.org/security-advisories.html" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-4800", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-4800" }, { "reference_url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-31T20:36:55Z/" } ], "url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm" }, { "reference_url": "https://github.com/lodash/lodash", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash" }, { "reference_url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-31T20:36:55Z/" } ], "url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c" }, { "reference_url": "https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800", "reference_id": "", "reference_type": "", "scores": [ { "value": "8.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1132500", "reference_id": "1132500", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1132500" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496", "reference_id": "2453496", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496" }, { "reference_url": "https://github.com/advisories/GHSA-r5fr-rjxr-66jc", "reference_id": "GHSA-r5fr-rjxr-66jc", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-r5fr-rjxr-66jc" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:10131", "reference_id": "RHSA-2026:10131", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:10131" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:10175", "reference_id": "RHSA-2026:10175", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:10175" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:10710", "reference_id": "RHSA-2026:10710", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:10710" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:10713", "reference_id": "RHSA-2026:10713", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:10713" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11454", "reference_id": "RHSA-2026:11454", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11454" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11469", "reference_id": "RHSA-2026:11469", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11469" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11470", "reference_id": "RHSA-2026:11470", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11470" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11471", "reference_id": "RHSA-2026:11471", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11471" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11493", "reference_id": "RHSA-2026:11493", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11493" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11494", "reference_id": "RHSA-2026:11494", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11494" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11495", "reference_id": "RHSA-2026:11495", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11495" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:11516", "reference_id": "RHSA-2026:11516", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:11516" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:12277", "reference_id": "RHSA-2026:12277", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:12277" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:12279", "reference_id": "RHSA-2026:12279", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:12279" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:13545", "reference_id": "RHSA-2026:13545", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:13545" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:13553", "reference_id": "RHSA-2026:13553", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:13553" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:13571", "reference_id": "RHSA-2026:13571", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:13571" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:13826", "reference_id": "RHSA-2026:13826", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:13826" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:14870", "reference_id": "RHSA-2026:14870", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:14870" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:14871", "reference_id": "RHSA-2026:14871", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:14871" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8483", "reference_id": "RHSA-2026:8483", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8483" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8484", "reference_id": "RHSA-2026:8484", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8484" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8490", "reference_id": "RHSA-2026:8490", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8490" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8491", "reference_id": "RHSA-2026:8491", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8491" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8493", "reference_id": "RHSA-2026:8493", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8493" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:8498", "reference_id": "RHSA-2026:8498", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:8498" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:9385", "reference_id": "RHSA-2026:9385", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:9385" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:9742", "reference_id": "RHSA-2026:9742", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:9742" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/570973?format=api", "purl": "pkg:npm/lodash.template@4.18.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/lodash.template@4.18.0" } ], "aliases": [ "CVE-2026-4800", "GHSA-r5fr-rjxr-66jc" ], "risk_score": 4.0, "exploitability": "0.5", "weighted_severity": "8.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-an5j-y3cq-gbfx" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/10851?format=api", "vulnerability_id": "VCID-dzeb-zu9x-g3bq", "summary": "Prototype Pollution in lodash\nVersions of `lodash` before 4.17.12 are vulnerable to Prototype Pollution. The function `defaultsDeep` allows a malicious user to modify the prototype of `Object` via `{constructor: {prototype: {...}}}` causing the addition or modification of an existing property that will exist on all objects.", "references": [ { "reference_url": "https://access.redhat.com/errata/RHSA-2019:3024", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://access.redhat.com/errata/RHSA-2019:3024" }, { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2019-10744.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2019-10744.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2019-10744", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87132", "published_at": "2026-04-12T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87075", "published_at": "2026-04-01T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87086", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87103", "published_at": "2026-04-04T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87097", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87117", "published_at": "2026-04-08T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87124", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87137", "published_at": "2026-04-11T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87127", "published_at": "2026-04-13T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87143", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87148", "published_at": "2026-04-18T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87145", "published_at": "2026-04-21T12:55:00Z" }, { "value": "0.03254", "scoring_system": "epss", "scoring_elements": "0.87225", "published_at": "2026-05-09T12:55:00Z" }, { "value": "0.03341", "scoring_system": "epss", "scoring_elements": "0.87339", "published_at": "2026-04-29T12:55:00Z" }, { "value": "0.03341", "scoring_system": "epss", "scoring_elements": "0.87369", "published_at": "2026-05-07T12:55:00Z" }, { "value": "0.03341", "scoring_system": "epss", "scoring_elements": "0.87356", "published_at": "2026-05-05T12:55:00Z" }, { "value": "0.03341", "scoring_system": "epss", "scoring_elements": "0.8733", "published_at": "2026-04-24T12:55:00Z" }, { "value": "0.03341", "scoring_system": "epss", "scoring_elements": "0.87337", "published_at": "2026-04-26T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2019-10744" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10744", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10744" }, { "reference_url": "https://github.com/lodash/lodash/pull/4336", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash/pull/4336" }, { "reference_url": "https://security.netapp.com/advisory/ntap-20191004-0005", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://security.netapp.com/advisory/ntap-20191004-0005" }, { "reference_url": "https://security.netapp.com/advisory/ntap-20191004-0005/", "reference_id": "", "reference_type": "", "scores": [], "url": "https://security.netapp.com/advisory/ntap-20191004-0005/" }, { "reference_url": "https://snyk.io/vuln/SNYK-JS-LODASH-450202", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JS-LODASH-450202" }, { "reference_url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support&%3Butm_medium=RSS", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support&%3Butm_medium=RSS" }, { "reference_url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support&utm_medium=RSS", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support&utm_medium=RSS" }, { "reference_url": "https://www.npmjs.com/advisories/1065", "reference_id": "", "reference_type": "", "scores": [], "url": "https://www.npmjs.com/advisories/1065" }, { "reference_url": "https://www.oracle.com/security-alerts/cpujan2021.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "reference_url": "https://www.oracle.com/security-alerts/cpuoct2020.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com/security-alerts/cpuoct2020.html" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739497", "reference_id": "1739497", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739497" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933079", "reference_id": "933079", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933079" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10744", "reference_id": "CVE-2019-10744", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10744" }, { "reference_url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/lodash-rails/CVE-2019-10744.yml", "reference_id": "CVE-2019-10744.YML", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/lodash-rails/CVE-2019-10744.yml" }, { "reference_url": "https://github.com/advisories/GHSA-jf85-cpcp-j695", "reference_id": "GHSA-jf85-cpcp-j695", "reference_type": "", "scores": [ { "value": "9.1", "scoring_system": "cvssv3", "scoring_elements": "" }, { "value": "CRITICAL", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-jf85-cpcp-j695" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2020:2362", "reference_id": "RHSA-2020:2362", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2020:2362" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2020:2819", "reference_id": "RHSA-2020:2819", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2020:2819" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:5134", "reference_id": "RHSA-2021:5134", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:5134" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2022:5101", "reference_id": "RHSA-2022:5101", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2022:5101" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/37279?format=api", "purl": "pkg:npm/lodash.template@4.5.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-an5j-y3cq-gbfx" }, { "vulnerability": "VCID-fhw1-4c1k-sfh3" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/lodash.template@4.5.0" } ], "aliases": [ "CVE-2019-10744", "GHSA-jf85-cpcp-j695" ], "risk_score": 4.5, "exploitability": "0.5", "weighted_severity": "9.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-dzeb-zu9x-g3bq" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/46527?format=api", "vulnerability_id": "VCID-fhw1-4c1k-sfh3", "summary": "Command Injection in lodash\n`lodash` versions prior to 4.17.21 are vulnerable to Command Injection via the template function.", "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-23337.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-23337.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2021-23337", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00463", "scoring_system": "epss", "scoring_elements": "0.64203", "published_at": "2026-04-01T12:55:00Z" }, { "value": "0.00463", "scoring_system": "epss", "scoring_elements": "0.6426", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.00463", "scoring_system": "epss", "scoring_elements": "0.64288", "published_at": "2026-04-04T12:55:00Z" }, { "value": "0.00463", "scoring_system": "epss", "scoring_elements": "0.64248", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.03287", "scoring_system": "epss", "scoring_elements": "0.87267", "published_at": "2026-05-07T12:55:00Z" }, { "value": "0.03287", "scoring_system": "epss", "scoring_elements": "0.87287", "published_at": "2026-05-09T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88911", "published_at": "2026-04-18T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88913", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88899", "published_at": "2026-04-13T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88893", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88905", "published_at": "2026-04-11T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88941", "published_at": "2026-05-05T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88888", "published_at": "2026-04-08T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88933", "published_at": "2026-04-29T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88932", "published_at": "2026-04-26T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88924", "published_at": "2026-04-24T12:55:00Z" }, { "value": "0.04314", "scoring_system": "epss", "scoring_elements": "0.88908", "published_at": "2026-04-21T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2021-23337" }, { "reference_url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23337", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23337" }, { "reference_url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3", "scoring_elements": "" }, { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm" }, { "reference_url": "https://github.com/lodash/lodash", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash" }, { "reference_url": "https://github.com/lodash/lodash/blob/ddfd9b11a0126db2302cb70ec9973b66baec0975/lodash.js#L14851", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash/blob/ddfd9b11a0126db2302cb70ec9973b66baec0975/lodash.js#L14851" }, { "reference_url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c" }, { "reference_url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/lodash-rails/CVE-2021-23337.yml", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/lodash-rails/CVE-2021-23337.yml" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23337", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23337" }, { "reference_url": "https://security.netapp.com/advisory/ntap-20210312-0006", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://security.netapp.com/advisory/ntap-20210312-0006" }, { "reference_url": "https://snyk.io/vuln/SNYK-JAVA-ORGFUJIONWEBJARS-1074932", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGFUJIONWEBJARS-1074932" }, { "reference_url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1074930", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1074930" }, { "reference_url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1074928", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1074928" }, { "reference_url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBLODASH-1074931", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBLODASH-1074931" }, { "reference_url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1074929", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1074929" }, { "reference_url": "https://snyk.io/vuln/SNYK-JS-LODASH-1040724", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JS-LODASH-1040724" }, { "reference_url": "https://www.oracle.com/security-alerts/cpujan2022.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com/security-alerts/cpujan2022.html" }, { "reference_url": "https://www.oracle.com//security-alerts/cpujul2021.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "reference_url": "https://www.oracle.com/security-alerts/cpujul2022.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com/security-alerts/cpujul2022.html" }, { "reference_url": "https://www.oracle.com/security-alerts/cpuoct2021.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.2", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928937", "reference_id": "1928937", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928937" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985086", "reference_id": "985086", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985086" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:2179", "reference_id": "RHSA-2021:2179", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:2179" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:2438", "reference_id": "RHSA-2021:2438", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:2438" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:2543", "reference_id": "RHSA-2021:2543", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:2543" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:3459", "reference_id": "RHSA-2021:3459", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:3459" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2022:6429", "reference_id": "RHSA-2022:6429", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2022:6429" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2026:7329", "reference_id": "RHSA-2026:7329", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2026:7329" } ], "fixed_packages": [], "aliases": [ "CVE-2021-23337", "GHSA-35jh-r3h4-6jhm" ], "risk_score": 4.0, "exploitability": "0.5", "weighted_severity": "8.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-fhw1-4c1k-sfh3" } ], "fixing_vulnerabilities": [], "risk_score": "4.5", "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/lodash.template@4.0.1" }