Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/39679?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/39679?format=api", "vulnerability_id": "VCID-5bd3-3bhj-e7hr", "summary": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')\nmarked is an application that is meant to parse and compile markdown. Due to the way that marked parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.", "aliases": [ { "alias": "CVE-2016-10531" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/52652?format=api", "purl": "pkg:npm/marked@0.3.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-edfz-a78w-13dh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/marked@0.3.6" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/55518?format=api", "purl": "pkg:npm/marked@0.3.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5bd3-3bhj-e7hr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/marked@0.3.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/55513?format=api", "purl": "pkg:nuget/marked@0.3.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5bd3-3bhj-e7hr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/marked@0.3.5" } ], "references": [ { "reference_url": "https://github.com/chjj/marked/pull/592", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/chjj/marked/pull/592" }, { "reference_url": "https://github.com/chjj/marked/pull/592/commits/2cff85979be8e7a026a9aca35542c470cf5da523", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/chjj/marked/pull/592/commits/2cff85979be8e7a026a9aca35542c470cf5da523" }, { "reference_url": "https://nodesecurity.io/advisories/101", "reference_id": "", "reference_type": "", "scores": [], "url": "https://nodesecurity.io/advisories/101" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10531", "reference_id": "CVE-2016-10531", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10531" } ], "weaknesses": [ { "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": 79, "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", "description": "The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users." }, { "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": null, "exploitability": null, "weighted_severity": null, "risk_score": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5bd3-3bhj-e7hr" }