gsd-2015-4707
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2015-4707", "description": "Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path.", "id": "GSD-2015-4707", "references": [ "https://www.suse.com/security/cve/CVE-2015-4707.html", "https://advisories.mageia.org/CVE-2015-4707.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2015-4707" ], "details": "Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path.", "id": "GSD-2015-4707", "modified": "2023-12-13T01:19:59.715431Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-4707", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://ipython.org/ipython-doc/3/whatsnew/version3.html", "refsource": "CONFIRM", "url": "https://ipython.org/ipython-doc/3/whatsnew/version3.html" }, { "name": "https://github.com/ipython/ipython/commit/7222bd53ad089a65fd610fab4626f9d0ab47dfce", "refsource": "CONFIRM", "url": "https://github.com/ipython/ipython/commit/7222bd53ad089a65fd610fab4626f9d0ab47dfce" }, { "name": "[oss-security] 20150622 Re: CVE request: IPython XSS in JSON error responses", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/06/22/7" }, { "name": "https://github.com/ipython/ipython/commit/c2078a53543ed502efd968649fee1125e0eb549c", "refsource": "CONFIRM", "url": "https://github.com/ipython/ipython/commit/c2078a53543ed502efd968649fee1125e0eb549c" }, { "name": "75328", "refsource": "BID", "url": "http://www.securityfocus.com/bid/75328" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1235688", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1235688" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=3.0.0,\u003c3.2.0", "affected_versions": "All versions starting from 3.0.0 before 3.2.0", "cvss_v2": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-79", "CWE-937" ], "date": "2022-07-06", "description": "Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path.", "fixed_versions": [ "3.2.0" ], "identifier": "CVE-2015-4707", "identifiers": [ "GHSA-66gw-5xpf-gfp5", "CVE-2015-4707" ], "not_impacted": "All versions before 3.0.0, all versions starting from 3.2.0", "package_slug": "pypi/ipython", "pubdate": "2022-05-13", "solution": "Upgrade to version 3.2.0 or above.", "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2015-4707", "https://github.com/ipython/ipython/commit/7222bd53ad089a65fd610fab4626f9d0ab47dfce", "https://github.com/ipython/ipython/commit/c2078a53543ed502efd968649fee1125e0eb549c", "https://bugzilla.redhat.com/show_bug.cgi?id=1235688", "https://ipython.org/ipython-doc/3/whatsnew/version3.html", "http://www.openwall.com/lists/oss-security/2015/06/22/7", "https://github.com/advisories/GHSA-66gw-5xpf-gfp5" ], "uuid": "5f23b668-599a-4b9a-ae2b-13d69b1b825b" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:ipython:ipython:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.2.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-4707" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Cross-site scripting (XSS) vulnerability in IPython before 3.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving JSON error messages and the /api/notebooks path." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-79" } ] } ] }, "references": { "reference_data": [ { "name": "https://ipython.org/ipython-doc/3/whatsnew/version3.html", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://ipython.org/ipython-doc/3/whatsnew/version3.html" }, { "name": "https://github.com/ipython/ipython/commit/c2078a53543ed502efd968649fee1125e0eb549c", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ipython/ipython/commit/c2078a53543ed502efd968649fee1125e0eb549c" }, { "name": "https://github.com/ipython/ipython/commit/7222bd53ad089a65fd610fab4626f9d0ab47dfce", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ipython/ipython/commit/7222bd53ad089a65fd610fab4626f9d0ab47dfce" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1235688", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1235688" }, { "name": "[oss-security] 20150622 Re: CVE request: IPython XSS in JSON error responses", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2015/06/22/7" }, { "name": "75328", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/75328" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7 } }, "lastModifiedDate": "2019-10-17T17:32Z", "publishedDate": "2017-09-20T18:29Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.