Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/39414?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/39414?format=api",
    "vulnerability_id": "VCID-78w7-adb5-qfga",
    "summary": "Potential XSS Exploit With User-Supplied Data When Binding\nIn general, Ember.js escapes or strips any user-supplied content before inserting it in strings that will be sent to innerHTML. However, we have identified a vulnerability that could lead to unescaped content being inserted into the innerHTML string without being sanitized. When a primitive value is used as the Handlebars context, that value is not properly escaped. An example of this would be using the `{{each}}` helper to iterate over an array of user-supplied strings and using `{{this}}` inside the block to display each string. In applications that contain templates whose context is a primitive value and use the `{{this}}` keyword to display that value, a specially-crafted payload could execute arbitrary JavaScript in the context of the current domain (\"XSS\"). This vulnerability affects applications that contain templates whose context is set to a user-supplied primitive value (such as a string or number) and also contain the `{{this}}` special Handlebars variable to display the value.",
    "aliases": [
        {
            "alias": "CVE-2014-0013"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55045?format=api",
            "purl": "pkg:gem/ember-source@1.0.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55046?format=api",
            "purl": "pkg:gem/ember-source@1.1.3",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55055?format=api",
            "purl": "pkg:gem/ember-source@1.2.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55048?format=api",
            "purl": "pkg:gem/ember-source@1.3.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55049?format=api",
            "purl": "pkg:gem/ember-source@1.4.0.beta.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.4.0.beta.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55052?format=api",
            "purl": "pkg:gem/ember-source@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-78w7-adb5-qfga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55053?format=api",
            "purl": "pkg:gem/ember-source@1.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-42k5-zsk1-5fcb"
                },
                {
                    "vulnerability": "VCID-78w7-adb5-qfga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55054?format=api",
            "purl": "pkg:gem/ember-source@1.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-42k5-zsk1-5fcb"
                },
                {
                    "vulnerability": "VCID-78w7-adb5-qfga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55044?format=api",
            "purl": "pkg:gem/ember-source@1.4.0.beta.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-42k5-zsk1-5fcb"
                },
                {
                    "vulnerability": "VCID-78w7-adb5-qfga"
                },
                {
                    "vulnerability": "VCID-d7x3-kr4s-hqa9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/ember-source@1.4.0.beta.1"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/emberjs/ember.js/commit/3130e4d70c0a6865879a1c68028cfc3c6feca66c",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/emberjs/ember.js/commit/3130e4d70c0a6865879a1c68028cfc3c6feca66c"
        },
        {
            "reference_url": "https://groups.google.com/forum/#!topic/ember-security/2kpXXCxISS4",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://groups.google.com/forum/#!topic/ember-security/2kpXXCxISS4"
        }
    ],
    "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-78w7-adb5-qfga"
}