{ "schema_version": "1.4.0", "id": "GHSA-j3jp-gvr5-7hwq", "modified": "2024-10-25T20:48:05Z", "published": "2019-07-30T20:47:25Z", "aliases": [ "CVE-2019-13611" ], "summary": "python-engineio vulnerable to Cross-Site Request Forgery (CSRF) ", "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)", "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" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "python-engineio" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "3.9.0" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 3.8.2" } } ], "references": [ { "type": "WEB", "url": "https://github.com/miguelgrinberg/python-engineio/security/advisories/GHSA-j3jp-gvr5-7hwq" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13611" }, { "type": "WEB", "url": "https://github.com/miguelgrinberg/python-engineio/issues/128" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-j3jp-gvr5-7hwq" }, { "type": "PACKAGE", "url": "https://github.com/miguelgrinberg/python-engineio" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/python-engineio/PYSEC-2019-170.yaml" } ], "database_specific": { "cwe_ids": [ "CWE-352" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:41:53Z", "nvd_published_at": null } }