ghsa-68g8-c275-xf2m
Vulnerability from github
Published
2024-09-18 17:42
Modified
2024-09-18 19:25
Severity ?
5.0 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N
Summary
Directus vulnerable to SSRF Loopback IP filter bypass
Details
Impact
If you're relying on blocking access to localhost using the default 0.0.0.0
filter this can be bypassed using other registered loopback devices (like 127.0.0.2
- 127.127.127.127
)
Workaround
You can block this bypass by manually adding the 127.0.0.0/8
CIDR range which will block access to any 127.X.X.X
ip instead of just 127.0.0.1
.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "directus" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "10.13.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "directus" }, "ranges": [ { "events": [ { "introduced": "11.0.0" }, { "fixed": "11.1.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "@directus/api" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "21.0.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "@directus/api" }, "ranges": [ { "events": [ { "introduced": "22.0.0" }, { "fixed": "22.1.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-46990" ], "database_specific": { "cwe_ids": [ "CWE-284", "CWE-918" ], "github_reviewed": true, "github_reviewed_at": "2024-09-18T17:42:05Z", "nvd_published_at": "2024-09-18T17:15:19Z", "severity": "MODERATE" }, "details": "### Impact\nIf you\u0027re relying on blocking access to localhost using the default `0.0.0.0` filter this can be bypassed using other registered loopback devices (like `127.0.0.2` - `127.127.127.127`)\n\n### Workaround\nYou can block this bypass by manually adding the `127.0.0.0/8` CIDR range which will block access to any `127.X.X.X` ip instead of just `127.0.0.1`.\n\n", "id": "GHSA-68g8-c275-xf2m", "modified": "2024-09-18T19:25:25Z", "published": "2024-09-18T17:42:05Z", "references": [ { "type": "WEB", "url": "https://github.com/directus/directus/security/advisories/GHSA-68g8-c275-xf2m" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46990" }, { "type": "WEB", "url": "https://github.com/directus/directus/commit/4aace0bbe57232e38cd6a287ee475293e46dc91b" }, { "type": "WEB", "url": "https://github.com/directus/directus/commit/769fa22797bff5a9231599883b391e013f122e52" }, { "type": "WEB", "url": "https://github.com/directus/directus/commit/8cbf943b65fd4a763d09a5fdbba8996b1e7797ff" }, { "type": "WEB", "url": "https://github.com/directus/directus/commit/c1f3ccc681595038d094ce110ddeee38cb38f431" }, { "type": "PACKAGE", "url": "https://github.com/directus/directus" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Directus vulnerable to SSRF Loopback IP filter bypass" }
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.