原始 OSV JSON
{
"id": "GHSA-jg22-mg44-37j8",
"aliases": [
"CVE-2026-34993"
],
"details": "### Summary\n\nUsing ``CookieJar.load()`` with untrusted input may allow arbitrary code execution.\n\n### Impact\n\nMost applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications.\n\n### Workaround\n\nIf an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitise the files before loading.\n\n-----\n\nPatch: https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"summary": "AIOHTTP is Vulnerable to Deserialization of Untrusted Data",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.14.0"
}
]
}
],
"package": {
"name": "aiohttp",
"ecosystem": "PyPI"
}
}
],
"modified": "2026-06-03T20:56:54Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:H/A:L"
}
],
"published": "2026-06-03T20:56:54Z",
"references": [
{
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"type": "ADVISORY"
},
{
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"type": "WEB"
},
{
"url": "https://github.com/aio-libs/aiohttp",
"type": "PACKAGE"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-502"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2026-06-02T20:16:34Z",
"github_reviewed_at": "2026-06-03T20:56:54Z"
}
}