Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/33208?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/33208?format=api", "vulnerability_id": "VCID-7tyw-ppyt-zqgr", "summary": "ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse\n### Overview\nThe `ini` npm package before version 1.3.6 has a Prototype Pollution vulnerability.\n\nIf an attacker submits a malicious INI file to an application that parses it with `ini.parse`, they will pollute the prototype on the application. This can be exploited further depending on the context.\n\n### Patches\n\nThis has been patched in 1.3.6.\n\n### Steps to reproduce\n\npayload.ini\n```\n[__proto__]\npolluted = \"polluted\"\n```\n\npoc.js:\n```\nvar fs = require('fs')\nvar ini = require('ini')\n\nvar parsed = ini.parse(fs.readFileSync('./payload.ini', 'utf-8'))\nconsole.log(parsed)\nconsole.log(parsed.__proto__)\nconsole.log(polluted)\n```\n\n```\n> node poc.js\n{}\n{ polluted: 'polluted' }\n{ polluted: 'polluted' }\npolluted\n```", "aliases": [ { "alias": "CVE-2020-7788" }, { "alias": "GHSA-qqgx-2p2h-9c37" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/932320?format=api", "purl": "pkg:deb/debian/node-ini@2.0.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-ini@2.0.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/1056457?format=api", "purl": "pkg:deb/debian/node-ini@2.0.0-1", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-ini@2.0.0-1" }, { "url": "http://public2.vulnerablecode.io/api/packages/932319?format=api", "purl": "pkg:deb/debian/node-ini@3.0.1-2?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-ini@3.0.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/73044?format=api", "purl": "pkg:npm/ini@1.3.6", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.6" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/1056455?format=api", "purl": "pkg:deb/debian/node-ini@1.1.0-1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-ini@1.1.0-1" }, { "url": "http://public2.vulnerablecode.io/api/packages/1056456?format=api", "purl": "pkg:deb/debian/node-ini@1.3.5-1%2Bdeb10u1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-ini@1.3.5-1%252Bdeb10u1" }, { "url": "http://public2.vulnerablecode.io/api/packages/223534?format=api", "purl": "pkg:npm/ini@1.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/223535?format=api", "purl": "pkg:npm/ini@1.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/223536?format=api", "purl": "pkg:npm/ini@1.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/223537?format=api", "purl": "pkg:npm/ini@1.0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/223538?format=api", "purl": "pkg:npm/ini@1.0.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/223539?format=api", "purl": "pkg:npm/ini@1.0.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.0.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/223540?format=api", "purl": "pkg:npm/ini@1.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/223541?format=api", "purl": "pkg:npm/ini@1.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/223542?format=api", "purl": "pkg:npm/ini@1.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/223543?format=api", "purl": "pkg:npm/ini@1.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/223544?format=api", "purl": "pkg:npm/ini@1.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/223545?format=api", "purl": "pkg:npm/ini@1.3.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/223546?format=api", "purl": "pkg:npm/ini@1.3.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/223547?format=api", "purl": "pkg:npm/ini@1.3.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/223548?format=api", "purl": "pkg:npm/ini@1.3.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/ini@1.3.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/98382?format=api", "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.19-1?arch=el9_0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-4f1w-xpyy-2fcf" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-c86y-234c-s3hu" }, { "vulnerability": "VCID-vg3f-8mjh-bbf5" }, { "vulnerability": "VCID-vg7c-pctm-m7gn" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/nodejs-nodemon@2.0.19-1%3Farch=el9_0" }, { "url": "http://public2.vulnerablecode.io/api/packages/101248?format=api", "purl": "pkg:rpm/redhat/rh-nodejs10-nodejs@10.23.1-2?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-4b6t-hfzu-7uf5" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-cqs6-2ryh-43gj" }, { "vulnerability": "VCID-e2wc-na6c-c3cr" }, { "vulnerability": "VCID-fu8u-pxaa-43be" }, { "vulnerability": "VCID-jqtk-shbr-nkaw" }, { "vulnerability": "VCID-kh5k-ynnf-2bbx" }, { "vulnerability": "VCID-v5h1-gpt1-97bj" }, { "vulnerability": "VCID-zj4d-e8r7-ufg3" }, { "vulnerability": "VCID-ztt4-vnk7-7ycq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs10-nodejs@10.23.1-2%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/101249?format=api", "purl": "pkg:rpm/redhat/rh-nodejs12-nodejs@12.20.1-1?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-75cr-t5b7-67d8" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-cu35-t78a-wfcj" }, { "vulnerability": "VCID-k6bh-s1cq-n3a7" }, { "vulnerability": "VCID-v5h1-gpt1-97bj" }, { "vulnerability": "VCID-zj4d-e8r7-ufg3" }, { "vulnerability": "VCID-ztt4-vnk7-7ycq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs12-nodejs@12.20.1-1%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/100127?format=api", "purl": "pkg:rpm/redhat/rh-nodejs12-nodejs@12.22.5-1?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-1xdz-dku3-qqc4" }, { "vulnerability": "VCID-4f1w-xpyy-2fcf" }, { "vulnerability": "VCID-53xm-8w84-93cx" }, { "vulnerability": "VCID-7cth-47w2-17hy" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-9g7s-y7nq-xfbb" }, { "vulnerability": "VCID-a9w9-1d4p-vqau" }, { "vulnerability": "VCID-ap4u-dkwx-1kb3" }, { "vulnerability": "VCID-e7n4-x8sc-3bb6" }, { "vulnerability": "VCID-tsp3-tyjt-h7bk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs12-nodejs@12.22.5-1%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/101251?format=api", "purl": "pkg:rpm/redhat/rh-nodejs12-nodejs-nodemon@2.0.3-1?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-75cr-t5b7-67d8" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-cu35-t78a-wfcj" }, { "vulnerability": "VCID-k6bh-s1cq-n3a7" }, { "vulnerability": "VCID-v5h1-gpt1-97bj" }, { "vulnerability": "VCID-zj4d-e8r7-ufg3" }, { "vulnerability": "VCID-ztt4-vnk7-7ycq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs12-nodejs-nodemon@2.0.3-1%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/100128?format=api", "purl": "pkg:rpm/redhat/rh-nodejs12-nodejs-nodemon@2.0.3-5?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-1xdz-dku3-qqc4" }, { "vulnerability": "VCID-4f1w-xpyy-2fcf" }, { "vulnerability": "VCID-53xm-8w84-93cx" }, { "vulnerability": "VCID-7cth-47w2-17hy" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-9g7s-y7nq-xfbb" }, { "vulnerability": "VCID-a9w9-1d4p-vqau" }, { "vulnerability": "VCID-ap4u-dkwx-1kb3" }, { "vulnerability": "VCID-e7n4-x8sc-3bb6" }, { "vulnerability": "VCID-tsp3-tyjt-h7bk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs12-nodejs-nodemon@2.0.3-5%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/101250?format=api", "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.15.4-2?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7tyw-ppyt-zqgr" }, { "vulnerability": "VCID-fu8u-pxaa-43be" }, { "vulnerability": "VCID-kh5k-ynnf-2bbx" }, { "vulnerability": "VCID-m4sn-7wuq-e3cd" }, { "vulnerability": "VCID-v5h1-gpt1-97bj" }, { "vulnerability": "VCID-zj4d-e8r7-ufg3" }, { "vulnerability": "VCID-ztt4-vnk7-7ycq" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs14-nodejs@14.15.4-2%3Farch=el7" }, { "url": "http://public2.vulnerablecode.io/api/packages/101230?format=api", "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-nodemon@2.0.3-5?arch=el7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-4f1w-xpyy-2fcf" }, { "vulnerability": "VCID-7tyw-ppyt-zqgr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rh-nodejs14-nodejs-nodemon@2.0.3-5%3Farch=el7" } ], "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2020-7788.json", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2020-7788.json" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-7788", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52541", "published_at": "2026-04-16T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52398", "published_at": "2026-04-01T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52444", "published_at": "2026-04-02T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52471", "published_at": "2026-04-04T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52437", "published_at": "2026-04-07T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52489", "published_at": "2026-04-08T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52484", "published_at": "2026-04-09T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52535", "published_at": "2026-04-11T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52518", "published_at": "2026-04-12T12:55:00Z" }, { "value": "0.00291", "scoring_system": "epss", "scoring_elements": "0.52502", "published_at": "2026-04-13T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-7788" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788" }, { "reference_url": "https://github.com/npm/ini", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/npm/ini" }, { "reference_url": "https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1" }, { "reference_url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00032.html", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00032.html" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7788", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7788" }, { "reference_url": "https://snyk.io/vuln/SNYK-JS-INI-1048974", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://snyk.io/vuln/SNYK-JS-INI-1048974" }, { "reference_url": "https://www.npmjs.com/advisories/1589", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://www.npmjs.com/advisories/1589" }, { "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1907444", "reference_id": "1907444", "reference_type": "", "scores": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1907444" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977718", "reference_id": "977718", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977718" }, { "reference_url": "https://github.com/advisories/GHSA-qqgx-2p2h-9c37", "reference_id": "GHSA-qqgx-2p2h-9c37", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-qqgx-2p2h-9c37" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0421", "reference_id": "RHSA-2021:0421", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0421" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0485", "reference_id": "RHSA-2021:0485", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0485" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0521", "reference_id": "RHSA-2021:0521", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0521" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0548", "reference_id": "RHSA-2021:0548", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0548" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0549", "reference_id": "RHSA-2021:0549", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0549" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:0551", "reference_id": "RHSA-2021:0551", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:0551" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:3280", "reference_id": "RHSA-2021:3280", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:3280" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:3281", "reference_id": "RHSA-2021:3281", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:3281" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2021:5171", "reference_id": "RHSA-2021:5171", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2021:5171" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2022:0246", "reference_id": "RHSA-2022:0246", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2022:0246" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2022:0350", "reference_id": "RHSA-2022:0350", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2022:0350" }, { "reference_url": "https://access.redhat.com/errata/RHSA-2022:6595", "reference_id": "RHSA-2022:6595", "reference_type": "", "scores": [], "url": "https://access.redhat.com/errata/RHSA-2022:6595" } ], "weaknesses": [ { "cwe_id": 1321, "name": "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", "description": "The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype." }, { "cwe_id": 400, "name": "Uncontrolled Resource Consumption", "description": "The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources." }, { "cwe_id": 1035, "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017." }, { "cwe_id": 937, "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013." } ], "exploits": [], "severity_range_score": "7.0 - 8.9", "exploitability": "0.5", "weighted_severity": "8.0", "risk_score": 4.0, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-7tyw-ppyt-zqgr" }