Lookup for vulnerable packages by Package URL.

Purlpkg:npm/directus@9.8.0
Typenpm
Namespace
Namedirectus
Version9.8.0
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version10.11.0
Latest_non_vulnerable_version11.17.0
Affected_by_vulnerabilities
0
url VCID-4uk6-xe3f-h3h9
vulnerability_id VCID-4uk6-xe3f-h3h9
summary
Directus has MySQL accent insensitive email matching
## Password reset vulnerable to accent confusion

The password reset mechanism of the Directus backend is implemented in a way where combined with (specific, need to double check if i can work around) configuration in MySQL or MariaDB. As such, it allows attackers to receive a password reset email of a victim user, specifically having it arrive at a similar email address as the victim with a one or more characters changed to use accents. 

This is due to the fact that by default MySQL/MariaDB are configured for accent-insenstive and case-insensitve comparisons.

MySQL weak comparison:
```sql
select 1 from directus_users where 'julian@cure53.de' = 'julian@cüre53.de';
```

This is exploitable due to an error in the API using the supplied email address for sending the reset password mail instead of using the email from the database.

### Steps to reproduce:

1. If the attacker knows the email address of the victim user, i.e., `julian@cure53.de`. (possibly just the domain could be enough for an educated guess)
2. A off-by-one accented domain `cüre53.de` can be registered to be able to receive emails.
3. With this email the attacker can request a password reset for `julian@cüre53.de`. 
```http
POST /auth/password/request HTTP/1.1
Host: example.com
[...]
{"email":"julian@cüre53.de"}
```
4. The supplied email (julian@cüre53.de) gets checked against the database and will match the non-accented email `julian@cure53.de` and will continue to email the password reset link to the provided email address instead of the saved email address.
5. With this email the attacker can log into the target account and use it for nefarious things

### Workarounds
Should be possible with collations but haven't been able to confirm this. 

### References
- https://www.monolune.com/articles/what-is-the-utf8mb4_0900_ai_ci-collation/
- https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-27295
reference_id
reference_type
scores
0
value 0.00604
scoring_system epss
scoring_elements 0.69916
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-27295
1
reference_url https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html
2
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
3
reference_url https://github.com/directus/directus/commit/a8ef790ea2d28b1727f9027d99bd360920d57919
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus/commit/a8ef790ea2d28b1727f9027d99bd360920d57919
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-qw9g-7549-7wg5
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-03-05T19:45:59Z/
url https://github.com/directus/directus/security/advisories/GHSA-qw9g-7549-7wg5
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-27295
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-27295
6
reference_url https://www.monolune.com/articles/what-is-the-utf8mb4_0900_ai_ci-collation
reference_id
reference_type
scores
0
value 8.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://www.monolune.com/articles/what-is-the-utf8mb4_0900_ai_ci-collation
7
reference_url https://github.com/advisories/GHSA-qw9g-7549-7wg5
reference_id GHSA-qw9g-7549-7wg5
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-qw9g-7549-7wg5
fixed_packages
0
url pkg:npm/directus@10.8.3
purl pkg:npm/directus@10.8.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7w4r-sr7k-77g1
1
vulnerability VCID-djhf-pqnt-6qcp
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@10.8.3
aliases CVE-2024-27295, GHSA-qw9g-7549-7wg5
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-4uk6-xe3f-h3h9
1
url VCID-6z4j-ev48-67hq
vulnerability_id VCID-6z4j-ev48-67hq
summary
Directus vulnerable to Server-Side Request Forgery On File Import
### Summary
Directus versions <=9.22.4 is vulnerable to Server-Side Request Forgery (SSRF) when importing a file from a remote web server (POST to `/files/import`). An attacker can bypass the security controls that were implemented to patch vulnerability [CVE-2022-23080](https://security.snyk.io/vuln/SNYK-JS-DIRECTUS-2934713) by performing a [DNS rebinding attack](https://en.wikipedia.org/wiki/DNS_rebinding) and view sensitive data from internal servers or perform a local port scan (eg. can access internal metadata API for AWS at `http://169.254.169.254` event if `169.254.169.254` is in the deny IP list).

### Details
DNS rebinding attacks work by running a DNS name server that resolves two different IP addresses when a domain is resolved simultaneously. This type of attack can be exploited to bypass the IP address deny list validation that was added to [`/api/src/services/file.ts`](https://github.com/directus/directus/blob/main/api/src/services/files.ts) for the function `importOne` to mitigate the previous SSRF vulnerability [CVE-2022-23080](https://security.snyk.io/vuln/SNYK-JS-DIRECTUS-2934713). The validation in [`/api/src/services/file.ts`](https://github.com/directus/directus/blob/main/api/src/services/files.ts) first checks if the resolved IP address for a domain name does not a resolve to an IP address in the deny list:

```js
let ip = resolvedUrl.hostname;

if (net.isIP(ip) === 0) {
    try {
        ip = (await lookupDNS(ip)).address;
    } catch (err: any) {
        logger.warn(err, `Couldn't lookup the DNS for url ${importURL}`);
        throw new ServiceUnavailableException(`Couldn't fetch file from url "${importURL}"`, {
            service: 'external-file',
        });
    }
}

if (env.IMPORT_IP_DENY_LIST.includes('0.0.0.0')) {
    const networkInterfaces = os.networkInterfaces();

    for (const networkInfo of Object.values(networkInterfaces)) {
        if (!networkInfo) continue;

        for (const info of networkInfo) {
            if (info.address === ip) {
                logger.warn(`Requested URL ${importURL} resolves to localhost.`);
                throw new ServiceUnavailableException(`Couldn't fetch file from url "${importURL}"`, {
                    service: 'external-file',
                });
            }
        }
    }
}

if (env.IMPORT_IP_DENY_LIST.includes(ip)) {
    logger.warn(`Requested URL ${importURL} resolves to a denied IP address.`);
    throw new ServiceUnavailableException(`Couldn't fetch file from url "${importURL}"`, {
        service: 'external-file',
    });
}
```

Once it validates that the resolved IP address is not in the deny list, then it uses `axios` to `GET` the url and saves the response content.

```js
try {
    fileResponse = await axios.get<Readable>(encodeURL(importURL), {
        responseType: 'stream',
    });
} catch (err: any) {
    logger.warn(err, `Couldn't fetch file from url "${importURL}"`);
    throw new ServiceUnavailableException(`Couldn't fetch file from url "${importURL}"`, {
        service: 'external-file',
    });
}
```

However, this validation check and fetching the web resource causes to DNS queries that enable a DNS rebinding attack. On the first DNS query, an attacker controlled name server can be configured to resolve to an external IP address that is not in the deny list to bypass the validation. Then when `axios` is called, the name server resolves the domain name to a local IP address.

### PoC
To demonstrate we will be using an online tool named [rebinder](https://lock.cmpxchg8b.com/rebinder.html). Rebinder randomly changes the IP address it resolves to depending on the subdomain. For an example, `7f000001.8efa468e.rbndr.us` can resolve to either `142.250.70.142` (google.com) or **`127.0.0.1`**. Sending multiple `POST` requests to `/files/import` using this domain will eventually cause a resolution to `142.250.70.142` first to bypass the validation then fetch the sensitive from an internal server when `axios` is called.

The following screenshots show what it looks like when a successful attack occurs.

*Downloading a file named `secret.txt` from a webserver running from `http://127.0.0.1/secret.txt`*
![image](https://user-images.githubusercontent.com/6276577/218124035-26f7f0c3-47b3-424d-b4d4-bd3b47161983.png)

*Receiving the request from the internal server. Note that the incoming connection is from **127.0.0.1**.*
![image](https://user-images.githubusercontent.com/6276577/218124119-87b8d5d6-934d-4e07-be4d-066616a9a435.png)

*After downloading the file it leaks the content of the secret file.*
![image](https://user-images.githubusercontent.com/6276577/218122210-87b2e478-1081-4830-a9ea-e5d9f39bb129.png)

### Impact
An attacker can exploit this vulnerability to access highly sensitive internal server and steal sensitive information. An example is on Cloud Environments that utilise internal APIs for managing machine and privileges. For an example, if `directus` is hosted on AWS EC2 instance and has an IAM role assigned to the EC2 instance then an attacker can exploit this vulnerability to steal the AWS access keys to impersonate the EC2 instance using the AWS API.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-26492
reference_id
reference_type
scores
0
value 0.0023
scoring_system epss
scoring_elements 0.45787
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-26492
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 5.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/commit/ff53d3e69a602d05342e15d9bb616884833ddbff
reference_id
reference_type
scores
0
value 5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
1
value 5.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:38Z/
url https://github.com/directus/directus/commit/ff53d3e69a602d05342e15d9bb616884833ddbff
3
reference_url https://github.com/directus/directus/releases/tag/v9.23.0
reference_id
reference_type
scores
0
value 5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
1
value 5.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:38Z/
url https://github.com/directus/directus/releases/tag/v9.23.0
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-j3rg-3rgm-537h
reference_id
reference_type
scores
0
value 5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
1
value 5.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:38Z/
url https://github.com/directus/directus/security/advisories/GHSA-j3rg-3rgm-537h
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-26492
reference_id
reference_type
scores
0
value 5.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-26492
6
reference_url https://github.com/advisories/GHSA-j3rg-3rgm-537h
reference_id GHSA-j3rg-3rgm-537h
reference_type
scores
url https://github.com/advisories/GHSA-j3rg-3rgm-537h
fixed_packages
0
url pkg:npm/directus@9.23.0
purl pkg:npm/directus@9.23.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4qw3-s2gp-9bc8
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.23.0
1
url pkg:npm/directus@9.23.1
purl pkg:npm/directus@9.23.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-7w4r-sr7k-77g1
2
vulnerability VCID-bjb3-z2we-rqab
3
vulnerability VCID-djhf-pqnt-6qcp
4
vulnerability VCID-km7s-b9cy-57c3
5
vulnerability VCID-sxfr-pmr2-x7e7
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.23.1
aliases CVE-2023-26492, GHSA-j3rg-3rgm-537h
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-6z4j-ev48-67hq
2
url VCID-7w4r-sr7k-77g1
vulnerability_id VCID-7w4r-sr7k-77g1
summary
Session Token in URL in directus
### Impact

When reaching the /files page, a JWT is passed via GET request. Inclusion of session tokens in URLs poses a security risk as URLs are often logged in various places (e.g., web server logs, browser history). Attackers gaining access to these logs may hijack active user sessions, leading to unauthorized access to sensitive information or actions on behalf of the user.

### Patches

_Has the problem been patched? What versions should users upgrade to?_

### Workarounds

There's no workaround available.

### References

_Are there any links users can visit to find out more?_
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-28238
reference_id
reference_type
scores
0
value 0.0009
scoring_system epss
scoring_elements 0.25562
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-28238
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 2.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/security/advisories/GHSA-2ccr-g2rv-h677
reference_id
reference_type
scores
0
value 2.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
1
value LOW
scoring_system cvssv3.1_qr
scoring_elements
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-08-02T19:50:33Z/
url https://github.com/directus/directus/security/advisories/GHSA-2ccr-g2rv-h677
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-28238
reference_id
reference_type
scores
0
value 2.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-28238
4
reference_url https://github.com/advisories/GHSA-2ccr-g2rv-h677
reference_id GHSA-2ccr-g2rv-h677
reference_type
scores
0
value LOW
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-2ccr-g2rv-h677
fixed_packages
0
url pkg:npm/directus@10.10.0
purl pkg:npm/directus@10.10.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jx6x-mxnq-4qe2
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@10.10.0
aliases CVE-2024-28238, GHSA-2ccr-g2rv-h677
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-7w4r-sr7k-77g1
3
url VCID-bjb3-z2we-rqab
vulnerability_id VCID-bjb3-z2we-rqab
summary
Directus affected by VM2 sandbox escape vulnerability
### Impact
In vm2 for versions up to 3.9.19, Promise handler sanitization can be bypassed, allowing attackers to escape the sandbox and run arbitrary code. Within Directus this applies to the "Run Script" operation in flows being able to escape the sandbox running code in the main nodejs context.

### Patches
Patched in v10.6.0 by replacing `vm2` with `isolated-vm`

### Workarounds
None

### References
https://github.com/patriksimek/vm2/security/advisories/GHSA-cchq-frgv-rjh5
references
0
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
1
reference_url https://github.com/directus/directus/commit/284156426fa94f688e8d65a7a4f34f9e6705f058
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus/commit/284156426fa94f688e8d65a7a4f34f9e6705f058
2
reference_url https://github.com/directus/directus/pull/19332
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus/pull/19332
3
reference_url https://github.com/directus/directus/security/advisories/GHSA-22rr-f3p8-5gf8
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus/security/advisories/GHSA-22rr-f3p8-5gf8
4
reference_url https://github.com/patriksimek/vm2/security/advisories/GHSA-cchq-frgv-rjh5
reference_id
reference_type
scores
0
value 7.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/patriksimek/vm2/security/advisories/GHSA-cchq-frgv-rjh5
5
reference_url https://github.com/advisories/GHSA-22rr-f3p8-5gf8
reference_id GHSA-22rr-f3p8-5gf8
reference_type
scores
url https://github.com/advisories/GHSA-22rr-f3p8-5gf8
fixed_packages
0
url pkg:npm/directus@10.6.0
purl pkg:npm/directus@10.6.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-7w4r-sr7k-77g1
2
vulnerability VCID-86mv-hjzg-6fbx
3
vulnerability VCID-djhf-pqnt-6qcp
4
vulnerability VCID-km7s-b9cy-57c3
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@10.6.0
aliases GHSA-22rr-f3p8-5gf8, GMS-2023-2358
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-bjb3-z2we-rqab
4
url VCID-djhf-pqnt-6qcp
vulnerability_id VCID-djhf-pqnt-6qcp
summary
URL Redirection to Untrusted Site in OAuth2/OpenID in directus
### Summary
The authentication API has a `redirect` parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL https://docs.directus.io/reference/authentication.html#login-using-sso-providers /auth/login/google?redirect for example.

### Details
There's a redirect that is done after successful login via the Auth API GET request to `directus/auth/login/google?redirect=http://malicious-fishing-site.com`, which I think is here: https://github.com/directus/directus/blob/main/api/src/auth/drivers/oauth2.ts#L394. While credentials don't seem to be passed to the attacker site, the user can be phished into clicking a legitimate directus site and be taken to a malicious site made to look like a an error message "Your password needs to be updated" to phish out the current password.

### PoC
Turn on any auth provider in Directus instance. Form a link to `directus-instance/auth/login/:provider_id?redirect=http://malicious-fishing-site.com`, login and get taken to malicious-site. Tested on the `ory` OAuth2 integration.

### Impact
Users who login via OAuth2 into Directus.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-28239
reference_id
reference_type
scores
0
value 0.0023
scoring_system epss
scoring_elements 0.45784
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-28239
1
reference_url https://docs.directus.io/reference/authentication.html#login-using-sso-providers
reference_id
reference_type
scores
0
value 5.4
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-13T16:10:42Z/
url https://docs.directus.io/reference/authentication.html#login-using-sso-providers
2
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 5.4
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
3
reference_url https://github.com/directus/directus/commit/5477d7d61babd7ffc2f835d399bf79611b15b203
reference_id
reference_type
scores
0
value 5.4
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-13T16:10:42Z/
url https://github.com/directus/directus/commit/5477d7d61babd7ffc2f835d399bf79611b15b203
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-fr3w-2p22-6w7p
reference_id
reference_type
scores
0
value 5.4
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-03-13T16:10:42Z/
url https://github.com/directus/directus/security/advisories/GHSA-fr3w-2p22-6w7p
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-28239
reference_id
reference_type
scores
0
value 5.4
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-28239
6
reference_url https://github.com/advisories/GHSA-fr3w-2p22-6w7p
reference_id GHSA-fr3w-2p22-6w7p
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-fr3w-2p22-6w7p
fixed_packages
0
url pkg:npm/directus@10.10.0
purl pkg:npm/directus@10.10.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jx6x-mxnq-4qe2
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@10.10.0
aliases CVE-2024-28239, GHSA-fr3w-2p22-6w7p
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-djhf-pqnt-6qcp
5
url VCID-dsta-c12f-fuff
vulnerability_id VCID-dsta-c12f-fuff
summary
Directus vulnerable to unhandled exception on illegal filename_disk value
The Directus process can be aborted by having an authorized user update the `filename_disk` value to a folder and accessing that file through the `/assets` endpoint. 

The vulnerability is patched and released in v9.15.0.

You can prevent this problem by making sure no (untrusted) non-admin users have permissions to update the `filename_disk` field on `directus_files`.

### For more information

If you have any questions or comments about this advisory:
* Open a Discussion in [directus/directus](https://github.com/directus/directus/discussions)
* Email us at [security@directus.io](mailto:security@directus.io)

### Credits

This vulnerability was first discovered and reported by Witold Gorecki.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-36031
reference_id
reference_type
scores
0
value 0.0026
scoring_system epss
scoring_elements 0.49492
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-36031
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/security/advisories/GHSA-77qm-wvqq-fg79
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
1
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2025-04-22T15:45:00Z/
url https://github.com/directus/directus/security/advisories/GHSA-77qm-wvqq-fg79
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-36031
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-36031
4
reference_url https://github.com/advisories/GHSA-77qm-wvqq-fg79
reference_id GHSA-77qm-wvqq-fg79
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-77qm-wvqq-fg79
fixed_packages
0
url pkg:npm/directus@9.15.0
purl pkg:npm/directus@9.15.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-6z4j-ev48-67hq
2
vulnerability VCID-7w4r-sr7k-77g1
3
vulnerability VCID-bjb3-z2we-rqab
4
vulnerability VCID-djhf-pqnt-6qcp
5
vulnerability VCID-km7s-b9cy-57c3
6
vulnerability VCID-q63x-ba8r-tfc1
7
vulnerability VCID-sxfr-pmr2-x7e7
8
vulnerability VCID-vthx-5g35-zfcp
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.15.0
aliases CVE-2022-36031, GHSA-77qm-wvqq-fg79
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-dsta-c12f-fuff
6
url VCID-km7s-b9cy-57c3
vulnerability_id VCID-km7s-b9cy-57c3
summary
Directus version number disclosure
### Impact

Currently the exact Directus version number is being shipped in compiled JS bundles which are accessible without authentication. With this information a malicious attacker can trivially look for known vulnerabilities in Directus core or any of its shipped dependencies in that specific running version.

### Patches

The problem has been resolved in versions 10.8.3 and newer

### Workarounds

None
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-27296
reference_id
reference_type
scores
0
value 0.00437
scoring_system epss
scoring_elements 0.6336
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-27296
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/commit/a5a1c26ac48795ed3212a4c51b9523588aff4fa0
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-03-01T19:28:33Z/
url https://github.com/directus/directus/commit/a5a1c26ac48795ed3212a4c51b9523588aff4fa0
3
reference_url https://github.com/directus/directus/security/advisories/GHSA-5mhg-wv8w-p59j
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2024-03-01T19:28:33Z/
url https://github.com/directus/directus/security/advisories/GHSA-5mhg-wv8w-p59j
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-27296
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-27296
5
reference_url https://github.com/advisories/GHSA-5mhg-wv8w-p59j
reference_id GHSA-5mhg-wv8w-p59j
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-5mhg-wv8w-p59j
fixed_packages
0
url pkg:npm/directus@10.8.3
purl pkg:npm/directus@10.8.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-7w4r-sr7k-77g1
1
vulnerability VCID-djhf-pqnt-6qcp
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@10.8.3
aliases CVE-2024-27296, GHSA-5mhg-wv8w-p59j
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-km7s-b9cy-57c3
7
url VCID-q63x-ba8r-tfc1
vulnerability_id VCID-q63x-ba8r-tfc1
summary
Directus vulnerable to extraction of password hashes through export querying
### Impact

Users with read access to the `password` field in `directus_users` can extract the argon2 password hashes by brute forcing the export functionality combined with a `_starts_with` filter. This allows the user to enumerate the password hashes.

### Patches

The problem has been patched by preventing any hashed/concealed field to be filtered against with the `_starts_with` or other string operator.

### Workarounds

Ensuring that no user has `read` access to the `password` field in `directus_users` is sufficient to prevent this vulnerability. 


### For more information
If you have any questions or comments about this advisory:
* Open a Discussion in [directus/directus](https://github.com/directus/directus/discussions/new)
* Email us at [security@directus.io](mailto:security@directus.io)
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-27481
reference_id
reference_type
scores
0
value 0.00301
scoring_system epss
scoring_elements 0.53677
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-27481
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/pull/14829
reference_id
reference_type
scores
0
value 4.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
1
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:10Z/
url https://github.com/directus/directus/pull/14829
3
reference_url https://github.com/directus/directus/pull/15010
reference_id
reference_type
scores
0
value 4.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
1
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:10Z/
url https://github.com/directus/directus/pull/15010
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-m5q3-8wgf-x8xf
reference_id
reference_type
scores
0
value 4.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
1
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-25T14:30:10Z/
url https://github.com/directus/directus/security/advisories/GHSA-m5q3-8wgf-x8xf
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-27481
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-27481
6
reference_url https://github.com/advisories/GHSA-m5q3-8wgf-x8xf
reference_id GHSA-m5q3-8wgf-x8xf
reference_type
scores
url https://github.com/advisories/GHSA-m5q3-8wgf-x8xf
fixed_packages
0
url pkg:npm/directus@9.16.0
purl pkg:npm/directus@9.16.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-6z4j-ev48-67hq
2
vulnerability VCID-7w4r-sr7k-77g1
3
vulnerability VCID-bjb3-z2we-rqab
4
vulnerability VCID-djhf-pqnt-6qcp
5
vulnerability VCID-km7s-b9cy-57c3
6
vulnerability VCID-sxfr-pmr2-x7e7
7
vulnerability VCID-vthx-5g35-zfcp
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.16.0
aliases CVE-2023-27481, GHSA-m5q3-8wgf-x8xf
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-q63x-ba8r-tfc1
8
url VCID-sxfr-pmr2-x7e7
vulnerability_id VCID-sxfr-pmr2-x7e7
summary
directus vulnerable to Insertion of Sensitive Information into Log File
### Summary

CWE-532: Insertion of Sensitive Information into Log File discovered in v9.23.1. The `directus_refresh_token` is not redacted properly from the log outputs and can be used to impersonate users without their permission. 

### Details

Using `v9.23.1`, I am seeing that the `directus_refresh_token` is not properly redacted as indicated by https://github.com/directus/directus/blob/7c479c5161639aac466c763b6b958a9524201d74/api/src/logger.ts#L13

I'm classifying this as a security vulnerability because if someone has access to the log outputs, for example with a shared Cloud account or Splunk implementation, they could exchange the refresh token using `/auth/refresh` for an access token and use the token to perform actions on behalf of an unsuspecting user. This situation creates issues with accountability and non-repudiation because we can no longer have confidence that actions taken in the application were authorized or even performed by the logged-in user. 

A couple of examples of this are:
- A disgruntled employee deletes all of the data to get even with a target team member before logging off on their last day
- Under the guise of their unsuspecting boss, a mischievous engineer uploads _questionable_ images that get displayed on internal or external facing content sites

The list could go on but I think these communicate the risk of an internal threat that has access to this information 😆 

### PoC
1. Set `LOG_STYLE="raw"` and run Directus v9.23.1
1. Log in to the application
1. Look at the shell output and see that `directus_refresh_token` is logged
    > Note: This is different from the standard `raw` output format. I intentionally ran this with `npx directus start | pino-pretty` so logs would be easier to read. It can also be reproduced by running `npx directus start` alone. 

    ![image](https://user-images.githubusercontent.com/13325146/224877190-54e12d7e-3c3e-42d3-9e21-0bd4439f4f44.png)

1. Exchange the `directus_refresh_token` for an `access_token`

     ``` shell
      curl -X POST \
        'http://0.0.0.0:8055/auth/refresh' \
        --header 'Accept: */*' \
        --header 'Cookie: directus_refresh_token=$shh'
     ```

### Impact
Because this can be used to exploit other threats related to  [CWE-284: Improper Access Control](https://cwe.mitre.org/data/definitions/284.html) I rank it with a Moderate severity. An insider with knowledge of this could do many mischievous things and get away with them for a long time without victims knowing about it.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-28443
reference_id
reference_type
scores
0
value 0.00061
scoring_system epss
scoring_elements 0.19243
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-28443
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 4.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/blob/7c479c5161639aac466c763b6b958a9524201d74/api/src/logger.ts#L13
reference_id
reference_type
scores
0
value 4.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-21T15:28:44Z/
url https://github.com/directus/directus/blob/7c479c5161639aac466c763b6b958a9524201d74/api/src/logger.ts#L13
3
reference_url https://github.com/directus/directus/commit/349536303983ccba68ecb3e4fb35315424011afc
reference_id
reference_type
scores
0
value 4.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-21T15:28:44Z/
url https://github.com/directus/directus/commit/349536303983ccba68ecb3e4fb35315424011afc
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-8vg2-wf3q-mwv7
reference_id
reference_type
scores
0
value 4.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2025-02-21T15:28:44Z/
url https://github.com/directus/directus/security/advisories/GHSA-8vg2-wf3q-mwv7
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-28443
reference_id
reference_type
scores
0
value 4.2
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-28443
6
reference_url https://github.com/advisories/GHSA-8vg2-wf3q-mwv7
reference_id GHSA-8vg2-wf3q-mwv7
reference_type
scores
url https://github.com/advisories/GHSA-8vg2-wf3q-mwv7
fixed_packages
0
url pkg:npm/directus@9.23.3
purl pkg:npm/directus@9.23.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-7w4r-sr7k-77g1
2
vulnerability VCID-bjb3-z2we-rqab
3
vulnerability VCID-djhf-pqnt-6qcp
4
vulnerability VCID-km7s-b9cy-57c3
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.23.3
aliases CVE-2023-28443, GHSA-8vg2-wf3q-mwv7
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-sxfr-pmr2-x7e7
9
url VCID-vthx-5g35-zfcp
vulnerability_id VCID-vthx-5g35-zfcp
summary
directus vulnerable to HTML Injection in Password Reset email to custom Reset URL
### Impact

Instances relying on an allow-listed reset URL are vulnerable to an HTML injection attack through the use of query parameters in the reset URL. 

### Patches

The problem has been resolved and released under version 9.23.0. People relying on a custom password reset URL should upgrade to 9.23.0 or later, or remove the custom reset url from the configured allow list.

### Workarounds

Disable the custom reset URL allow list.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-27474
reference_id
reference_type
scores
0
value 0.00828
scoring_system epss
scoring_elements 0.74818
published_at 2026-05-29T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-27474
1
reference_url https://github.com/directus/directus
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/directus/directus
2
reference_url https://github.com/directus/directus/issues/17119
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
1
value 8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2025-02-25T14:29:56Z/
url https://github.com/directus/directus/issues/17119
3
reference_url https://github.com/directus/directus/pull/17120
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
1
value 8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2025-02-25T14:29:56Z/
url https://github.com/directus/directus/pull/17120
4
reference_url https://github.com/directus/directus/security/advisories/GHSA-4hmq-ggrm-qfc6
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
1
value 8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2025-02-25T14:29:56Z/
url https://github.com/directus/directus/security/advisories/GHSA-4hmq-ggrm-qfc6
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-27474
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-27474
6
reference_url https://github.com/advisories/GHSA-4hmq-ggrm-qfc6
reference_id GHSA-4hmq-ggrm-qfc6
reference_type
scores
url https://github.com/advisories/GHSA-4hmq-ggrm-qfc6
fixed_packages
0
url pkg:npm/directus@9.23.0
purl pkg:npm/directus@9.23.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4qw3-s2gp-9bc8
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.23.0
1
url pkg:npm/directus@9.23.1
purl pkg:npm/directus@9.23.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4uk6-xe3f-h3h9
1
vulnerability VCID-7w4r-sr7k-77g1
2
vulnerability VCID-bjb3-z2we-rqab
3
vulnerability VCID-djhf-pqnt-6qcp
4
vulnerability VCID-km7s-b9cy-57c3
5
vulnerability VCID-sxfr-pmr2-x7e7
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/directus@9.23.1
aliases CVE-2023-27474, GHSA-4hmq-ggrm-qfc6
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-vthx-5g35-zfcp
Fixing_vulnerabilities
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:npm/directus@9.8.0