86 lines
2.3 KiB
JSON
Raw Normal View History

{
"id": "CVE-2024-35325",
"sourceIdentifier": "cve@mitre.org",
"published": "2024-06-13T17:15:50.390",
"lastModified": "2024-08-28T14:15:08.433",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "A vulnerability was found in libyaml up to 0.2.5. Affected by this issue is the function yaml_event_delete of the file /src/libyaml/src/api.c. The manipulation leads to a double-free."
},
{
"lang": "es",
"value": "Se encontr\u00f3 una vulnerabilidad en libyaml hasta 0.2.5. La funci\u00f3n yaml_event_delete del archivo /src/libyaml/src/api.c es afectada por esta vulnerabilidad. La manipulaci\u00f3n conduce a una doble libertad."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-415"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:pyyaml:libyaml:*:*:*:*:*:*:*:*",
"versionEndIncluding": "0.2.5",
"matchCriteriaId": "2EC679D8-115E-4170-8038-0BCB93DFE1BA"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35325.c",
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
]
},
{
"url": "https://github.com/idhyt/pocs/tree/main/libyaml",
"source": "cve@mitre.org"
}
]
}