ghsa-j3vq-pmp5-r5xj
Vulnerability from github
Published
2024-11-14 18:30
Modified
2024-11-18 21:22
Severity ?
Summary
Missing ratelimit on passwrod resets in zenml
Details
zenml-io/zenml version 0.56.4 is vulnerable to an account takeover due to the lack of rate-limiting in the password change function. An attacker can brute-force the current password in the 'Update Password' function, allowing them to take over the user's account. This vulnerability is due to the absence of rate-limiting on the '/api/v1/current-user' endpoint, which does not restrict the number of attempts an attacker can make to guess the current password. Successful exploitation results in the attacker being able to change the password and take control of the account.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "zenml" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.57.0rc2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-4311" ], "database_specific": { "cwe_ids": [ "CWE-770" ], "github_reviewed": true, "github_reviewed_at": "2024-11-14T22:53:52Z", "nvd_published_at": "2024-11-14T18:15:19Z", "severity": "MODERATE" }, "details": "zenml-io/zenml version 0.56.4 is vulnerable to an account takeover due to the lack of rate-limiting in the password change function. An attacker can brute-force the current password in the \u0027Update Password\u0027 function, allowing them to take over the user\u0027s account. This vulnerability is due to the absence of rate-limiting on the \u0027/api/v1/current-user\u0027 endpoint, which does not restrict the number of attempts an attacker can make to guess the current password. Successful exploitation results in the attacker being able to change the password and take control of the account.", "id": "GHSA-j3vq-pmp5-r5xj", "modified": "2024-11-18T21:22:46Z", "published": "2024-11-14T18:30:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4311" }, { "type": "WEB", "url": "https://github.com/zenml-io/zenml/commit/87a6c2c8f45b49ea83fbb5fe8fff7ab5365a60c9" }, { "type": "PACKAGE", "url": "https://github.com/zenml-io/zenml" }, { "type": "WEB", "url": "https://huntr.com/bounties/d5517e1a-6b94-4e38-aad6-3aa65f98bec2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Missing ratelimit on passwrod resets in zenml" }
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.
- 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.