pysec-2022-42997
Vulnerability from pysec
Published
2022-12-06 18:15
Modified
2023-05-04 04:29
Details
Passeo is an open source python password generator. Versions prior to 1.0.5 rely on the python random library for random value selection. The python random library warns that it should not be used for security purposes due to its reliance on a non-cryptographically secure random number generator. As a result a motivated attacker may be able to guess generated passwords. This issue has been addressed in version 1.0.5. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Impacted products
| Name | purl | passeo | pkg:pypi/passeo |
|---|
Aliases
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "passeo",
"purl": "pkg:pypi/passeo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8caa798b6bc4647dca59b2376204b6dc6176361a"
}
],
"repo": "https://github.com/ArjunSharda/Passeo",
"type": "GIT"
},
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3",
"1.0.4"
]
}
],
"aliases": [
"CVE-2022-23472",
"GHSA-mhhf-vgwh-fw9h"
],
"details": "Passeo is an open source python password generator. Versions prior to 1.0.5 rely on the python `random` library for random value selection. The python `random` library warns that it should not be used for security purposes due to its reliance on a non-cryptographically secure random number generator. As a result a motivated attacker may be able to guess generated passwords. This issue has been addressed in version 1.0.5. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"id": "PYSEC-2022-42997",
"modified": "2023-05-04T04:29:27.942516Z",
"published": "2022-12-06T18:15:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/ArjunSharda/Passeo/security/advisories/GHSA-mhhf-vgwh-fw9h"
},
{
"type": "FIX",
"url": "https://github.com/ArjunSharda/Passeo/commit/8caa798b6bc4647dca59b2376204b6dc6176361a"
},
{
"type": "WEB",
"url": "https://peps.python.org/pep-0506/"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…