Publish GHSA-j3vq-pmp5-r5xj

This commit is contained in:
advisory-database[bot]
2024-11-14 22:55:24 +00:00
parent 08c6f0b1e9
commit 2e454c8aeb
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-j3vq-pmp5-r5xj",
"modified": "2024-11-14T18:30:37Z",
"modified": "2024-11-14T22:53:52Z",
"published": "2024-11-14T18:30:37Z",
"aliases": [
"CVE-2024-4311"
],
"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.",
"severity": [
{
@@ -14,7 +15,25 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "zenml"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.57.0rc2"
}
]
}
]
}
],
"references": [
{
@@ -25,6 +44,10 @@
"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"
@@ -35,8 +58,8 @@
"CWE-770"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-11-14T22:53:52Z",
"nvd_published_at": "2024-11-14T18:15:19Z"
}
}