Publish GHSA-632p-p495-25m5

This commit is contained in:
advisory-database[bot]
2024-06-04 17:54:54 +00:00
parent dfb0dbe8db
commit 1d2c9b8201
@@ -0,0 +1,68 @@
{
"schema_version": "1.4.0",
"id": "GHSA-632p-p495-25m5",
"modified": "2024-06-04T17:53:29Z",
"published": "2024-06-04T17:53:29Z",
"aliases": [
"CVE-2024-36128"
],
"summary": "Directus is soft-locked by providing a string value to random string util",
"details": "### Describe the Bug\n\nProviding a non-numeric length value to the random string generation utility will create a memory issue breaking the capability to generate random strings platform wide. This creates a denial of service situation where logged in sessions can no longer be refreshed as sessions depend on the capability to generate a random session ID.\n\n### To Reproduce\n\n1. Test if the endpoint is working and accessible, `GET http://localhost:8055/utils/random/string`\n2. Do a bad request `GET http://localhost:8055/utils/random/string?length=foo`\n3. After this all calls to `GET http://localhost:8055/utils/random/string` will return an empty string instead of a random string\n4. In this error situation you'll see authentication refreshes fail for the app and api.\n\n### Impact\n\nThis counts as an unauthenticated denial of service attack vector so this impacts all unpatched instances reachable over the internet.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "directus"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "10.11.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 10.11.1"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/directus/directus/security/advisories/GHSA-632p-p495-25m5"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36128"
},
{
"type": "WEB",
"url": "https://github.com/directus/directus/commit/7d2a1392f43613094de700062aba168a9400dd3b"
},
{
"type": "PACKAGE",
"url": "https://github.com/directus/directus"
}
],
"database_specific": {
"cwe_ids": [
"CWE-754"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-06-04T17:53:29Z",
"nvd_published_at": "2024-06-03T15:15:09Z"
}
}