René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

214 lines
6.3 KiB
JSON

{
"id": "CVE-2015-7995",
"sourceIdentifier": "cve@mitre.org",
"published": "2015-11-17T15:59:16.287",
"lastModified": "2019-03-08T16:06:36.980",
"vulnStatus": "Modified",
"evaluatorComment": "<a href=\"http://cwe.mitre.org/data/definitions/843.html\">CWE-843: Access of Resource Using Incompatible Type ('Type Confusion')</a>",
"descriptions": [
{
"lang": "en",
"value": "The xsltStylePreCompute function in preproc.c in libxslt 1.1.28 does not check if the parent node is an element, which allows attackers to cause a denial of service via a crafted XML file, related to a \"type confusion\" issue."
},
{
"lang": "es",
"value": "La funci\u00f3n xsltStylePreCompute en preproc.c en libxslt 1.1.28 no comprueba si el nodo padre es un elemento, lo que permite a atacantes causar una denegaci\u00f3n de servicio a trav\u00e9s de un archivo XML manipulado, relacionado a un problema 'type confusion'."
}
],
"metrics": {
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.0
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "NVD-CWE-Other"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
"versionEndIncluding": "9.2",
"matchCriteriaId": "66F0A17C-3DC1-4E8A-9291-DD97F386F40C"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:o:apple:mac_os_x:*:*:*:*:*:*:*:*",
"versionEndIncluding": "10.11.2",
"matchCriteriaId": "3E7F8660-36B3-469C-81AD-07B25B09E5D7"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:o:apple:tvos:*:*:*:*:*:*:*:*",
"versionEndIncluding": "9.1",
"matchCriteriaId": "B7CF16CB-120B-4FC0-B7A2-2FCD3324EA8A"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:o:apple:watchos:*:*:*:*:*:*:*:*",
"versionEndIncluding": "2.1",
"matchCriteriaId": "FBF14807-BA21-480B-9ED0-A6D53352E87F"
}
]
}
]
},
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:xmlsoft:libxslt:*:*:*:*:*:*:*:*",
"versionEndIncluding": "1.1.28",
"matchCriteriaId": "BF2EBD51-DEC5-49DD-BF2A-BFEFF02BC812"
}
]
}
]
}
],
"references": [
{
"url": "http://lists.apple.com/archives/security-announce/2016/Jan/msg00002.html",
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
]
},
{
"url": "http://lists.apple.com/archives/security-announce/2016/Jan/msg00003.html",
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
]
},
{
"url": "http://lists.apple.com/archives/security-announce/2016/Jan/msg00005.html",
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
]
},
{
"url": "http://lists.apple.com/archives/security-announce/2016/Mar/msg00001.html",
"source": "cve@mitre.org"
},
{
"url": "http://lists.opensuse.org/opensuse-updates/2016-05/msg00123.html",
"source": "cve@mitre.org"
},
{
"url": "http://www.debian.org/security/2016/dsa-3605",
"source": "cve@mitre.org"
},
{
"url": "http://www.openwall.com/lists/oss-security/2015/10/27/10",
"source": "cve@mitre.org"
},
{
"url": "http://www.openwall.com/lists/oss-security/2015/10/28/4",
"source": "cve@mitre.org"
},
{
"url": "http://www.oracle.com/technetwork/topics/security/bulletinjan2016-2867206.html",
"source": "cve@mitre.org"
},
{
"url": "http://www.securityfocus.com/bid/77325",
"source": "cve@mitre.org"
},
{
"url": "http://www.securitytracker.com/id/1034736",
"source": "cve@mitre.org"
},
{
"url": "http://www.securitytracker.com/id/1038623",
"source": "cve@mitre.org"
},
{
"url": "http://www.slackware.com/security/viewer.php?l=slackware-security&y=2016&m=slackware-security.386546",
"source": "cve@mitre.org"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1257962",
"source": "cve@mitre.org",
"tags": [
"Exploit"
]
},
{
"url": "https://git.gnome.org/browse/libxslt/commit/?id=7ca19df892ca22d9314e95d59ce2abdeff46b617",
"source": "cve@mitre.org"
},
{
"url": "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05111017",
"source": "cve@mitre.org"
},
{
"url": "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05158380",
"source": "cve@mitre.org"
},
{
"url": "https://puppet.com/security/cve/cve-2015-7995",
"source": "cve@mitre.org"
},
{
"url": "https://support.apple.com/HT205729",
"source": "cve@mitre.org"
},
{
"url": "https://support.apple.com/HT205731",
"source": "cve@mitre.org"
},
{
"url": "https://support.apple.com/HT205732",
"source": "cve@mitre.org"
},
{
"url": "https://support.apple.com/HT206168",
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
]
}
]
}