{ "schema_version": "1.4.0", "id": "GHSA-mhhf-vgwh-fw9h", "modified": "2024-10-09T20:09:02Z", "published": "2022-12-06T21:13:32Z", "aliases": [ "CVE-2022-23472" ], "summary": "Passeo uses insecure random number generator", "details": "### Impact\nEveryone below v1.0.5 is impacted by this flaw, of confidentiality being at risk due to the password(s) being easily able to be guessed with Passeo's use of the ``random`` library. It is recommended to change any passwords made with Passeo before v1.0.5 and upgrade to v1.0.5, and v1.0.5 patches this with the ``secrets`` library.\n\n### Workarounds\nNo current workaround available than updating to v1.0.5.\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "passeo" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.0.5" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/ArjunSharda/Passeo/security/advisories/GHSA-mhhf-vgwh-fw9h" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23472" }, { "type": "WEB", "url": "https://github.com/ArjunSharda/Passeo/commit/8caa798b6bc4647dca59b2376204b6dc6176361a" }, { "type": "PACKAGE", "url": "https://github.com/ArjunSharda/Passeo" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/passeo/PYSEC-2022-42997.yaml" }, { "type": "WEB", "url": "https://peps.python.org/pep-0506" } ], "database_specific": { "cwe_ids": [ "CWE-338" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-12-06T21:13:32Z", "nvd_published_at": "2022-12-06T18:15:00Z" } }