原始 OSV JSON
{
"id": "GHSA-j3jp-gvr5-7hwq",
"aliases": [
"CVE-2019-13611"
],
"details": "## WebSocket cross-origin vulnerability\n\n### Impact\nThis is a Cross-Site Request Forgery (CSRF) vulnerability. It affects Socket.IO and Engine.IO web servers that authenticate clients using cookies.\n\n### Patches\npython-engineio version 3.9.0 patches this vulnerability by adding server-side Origin header checks.\n\n### Workarounds\nDo not use cookies for client authentication, or else add a CSRF token to the connection URL.\n\n### References\nhttps://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)\nhttps://www.christian-schneider.net/CrossSiteWebSocketHijacking.html\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [python-engineio](http://github.com/miguelgrinberg/python-engineio)",
"summary": "python-engineio vulnerable to Cross-Site Request Forgery (CSRF) ",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.0"
}
]
}
],
"package": {
"name": "python-engineio",
"ecosystem": "PyPI"
},
"database_specific": {
"last_known_affected_version_range": "<= 3.8.2"
}
}
],
"modified": "2024-10-25T20:48:05Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"published": "2019-07-30T20:47:25Z",
"references": [
{
"url": "https://github.com/miguelgrinberg/python-engineio/security/advisories/GHSA-j3jp-gvr5-7hwq",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13611",
"type": "ADVISORY"
},
{
"url": "https://github.com/miguelgrinberg/python-engineio/issues/128",
"type": "WEB"
},
{
"url": "https://github.com/advisories/GHSA-j3jp-gvr5-7hwq",
"type": "ADVISORY"
},
{
"url": "https://github.com/miguelgrinberg/python-engineio",
"type": "PACKAGE"
},
{
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/python-engineio/PYSEC-2019-170.yaml",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-352"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2020-06-16T21:41:53Z"
}
}