Lookup for vulnerable packages by Package URL.

Purlpkg:composer/flarum/flarum@0.1.0-beta.8
Typecomposer
Namespaceflarum
Nameflarum
Version0.1.0-beta.8
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version1.8.0
Latest_non_vulnerable_version1.8.0
Affected_by_vulnerabilities
0
url VCID-9k8r-76x9-qucw
vulnerability_id VCID-9k8r-76x9-qucw
summary
Flarum notifications can leak restricted content
Using the notifications feature, one can read restricted/private content and bypass access checks that would be in place for such content.

The notification-sending component does not check that the subject of the notification can be seen by the receiver, and proceeds to send notifications through their different channels. The alerts do not leak data despite this as they are listed based on a visibility check, however, emails are still sent out.

This means that, for extensions which restrict access to posts, any actor can bypass the restriction by subscribing to the discussion if the [*Subscriptions*](https://extiverse.com/extension/flarum/subscriptions) extension is enabled.

### Impact
The attack allows the leaking of some posts in the forum database, including posts awaiting approval, posts in tags the user has no access to if they could subscribe to a discussion before it becomes private, and posts restricted by third-party extensions.

Other leaks could also happen for different notification subjects if some features allowed to receive specific types of notifications for restricted content.

All Flarum versions prior to v1.6.3 are affected.

### Patches
The vulnerability has been fixed and published as flarum/core v1.6.3. All communities running Flarum should upgrade as soon as possible to v1.6.3 using:

```
composer update --prefer-dist --no-dev -a -W
```
You can then confirm you run the latest version using:

```
composer show flarum/core
```

### Workarounds
Disable the Flarum Subscriptions extension or disable email notifications altogether.

**There is no other supported workaround for this issue for Flarum versions below 1.6.3.**

### For more information
For any questions or comments on this vulnerability please visit https://discuss.flarum.org/

For support questions create a discussion at https://discuss.flarum.org/t/support.

A reminder that if you ever become aware of a security issue in Flarum, please report it to us privately by emailing [security@flarum.org](mailto:security@flarum.org), and we will address it promptly.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-22488
reference_id
reference_type
scores
0
value 0.00196
scoring_system epss
scoring_elements 0.41416
published_at 2026-06-04T12:55:00Z
1
value 0.00196
scoring_system epss
scoring_elements 0.41491
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-22488
1
reference_url https://github.com/flarum/framework
reference_id
reference_type
scores
0
value 6.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/framework
2
reference_url https://github.com/flarum/framework/commit/d0a2b95dca57d3dae9a0d77b610b1cb1d0b1766a
reference_id
reference_type
scores
0
value 6.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-03-10T21:00:10Z/
url https://github.com/flarum/framework/commit/d0a2b95dca57d3dae9a0d77b610b1cb1d0b1766a
3
reference_url https://github.com/flarum/framework/releases/tag/v1.6.3
reference_id
reference_type
scores
0
value 6.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/framework/releases/tag/v1.6.3
4
reference_url https://github.com/flarum/framework/security/advisories/GHSA-8gcg-vwmw-rxj4
reference_id
reference_type
scores
0
value 6.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-03-10T21:00:10Z/
url https://github.com/flarum/framework/security/advisories/GHSA-8gcg-vwmw-rxj4
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-22488
reference_id
reference_type
scores
0
value 6.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-22488
6
reference_url https://github.com/advisories/GHSA-8gcg-vwmw-rxj4
reference_id GHSA-8gcg-vwmw-rxj4
reference_type
scores
url https://github.com/advisories/GHSA-8gcg-vwmw-rxj4
fixed_packages
aliases CVE-2023-22488, GHSA-8gcg-vwmw-rxj4, GMS-2023-10
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-9k8r-76x9-qucw
1
url VCID-en38-mx5t-vbb9
vulnerability_id VCID-en38-mx5t-vbb9
summary
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
flarum is a forum software package for building communities. In versions prior to 1.7.0 an admin account which has already been compromised by an attacker may use a vulnerability in the `LESS` parser which can be exploited to read sensitive files on the server through the use of path traversal techniques. An attacker can achieve this by providing an absolute path to a sensitive file in the custom `LESS` setting, which the `LESS` parser will then read. For example, an attacker could use the following code to read the contents of the `/etc/passwd` file on a linux machine. The scope of what files is vulnerable will depend on the permissions given to the running flarum process. The vulnerability has been addressed in version `1.7`. Users should upgrade to this version to mitigate the vulnerability. Users unable to upgrade may mitigate the vulnerability by ensuring that their admin accounts are secured with strong passwords and follow other best practices for account security. Additionally, users can limit the exposure of sensitive files on the server by implementing appropriate file permissions and access controls at the operating system level.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-27577
reference_id
reference_type
scores
0
value 0.00122
scoring_system epss
scoring_elements 0.30861
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-27577
1
reference_url https://github.com/flarum/flarum-core
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:N/I:H/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/flarum-core
2
reference_url https://github.com/flarum/flarum-core/releases/tag/v1.7.0
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:N/I:H/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/flarum-core/releases/tag/v1.7.0
3
reference_url https://github.com/flarum/framework/commit/1761660c98ea5a3e9665fb8e6041d1f2ee62a444
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:N/I:H/A:H
1
value 6.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L
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:29:52Z/
url https://github.com/flarum/framework/commit/1761660c98ea5a3e9665fb8e6041d1f2ee62a444
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-27577
reference_id CVE-2023-27577
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:N/I:H/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-27577
5
reference_url https://github.com/advisories/GHSA-vhm8-wwrf-3gcw
reference_id GHSA-vhm8-wwrf-3gcw
reference_type
scores
url https://github.com/advisories/GHSA-vhm8-wwrf-3gcw
6
reference_url https://github.com/flarum/framework/security/advisories/GHSA-vhm8-wwrf-3gcw
reference_id GHSA-vhm8-wwrf-3gcw
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:N/I:H/A:H
1
value 6.6
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L
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:29:52Z/
url https://github.com/flarum/framework/security/advisories/GHSA-vhm8-wwrf-3gcw
fixed_packages
0
url pkg:composer/flarum/flarum@1.7.0
purl pkg:composer/flarum/flarum@1.7.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-yapt-ka6b-f3ba
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@1.7.0
aliases CVE-2023-27577, GHSA-vhm8-wwrf-3gcw
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-en38-mx5t-vbb9
2
url VCID-rv1d-9z9z-xuh2
vulnerability_id VCID-rv1d-9z9z-xuh2
summary
Flarum post mentions can be used to read any post on the forum without access control
Using the mentions feature provided by the flarum/mentions extension, users can mention any post ID on the forum with the special `@"<username>"#p<id>` syntax.

The following behavior never changes no matter if the actor should be able to read the mentioned post or not:

A URL to the mentioned post is inserted into the actor post HTML, leaking its discussion ID and post number.

The `mentionsPosts` relationship included in the `POST /api/posts` and `PATCH /api/posts/<id>` JSON responses leaks the full JSON:API payload of all mentioned posts without any access control. This includes the content, date, number and attributes added by other extensions.

An attacker only needs the ability to create new posts on the forum to exploit the vulnerability. This works even if new posts require approval. If they have the ability to edit posts, the attack can be performed even more discreetly by using a single post to scan any size of database and hiding the attack post content afterward.

### Impact
The attack allows the leaking of all posts in the forum database, including posts awaiting approval, posts in tags the user has no access to, and private discussions created by other extensions like FriendsOfFlarum Byobu. This also includes non-comment posts like tag changes or renaming events. 

The discussion payload is not leaked but using the mention HTML payload it's possible to extract the discussion ID of all posts and combine all posts back together into their original discussions even if the discussion title remains unknown.

All Flarum versions prior to `v1.6.3` are affected.

### Patches
The vulnerability has been fixed and published as flarum/core v1.6.3. All communities running Flarum have to upgrade as soon as possible to v1.6.3 using:

```
composer update --prefer-dist --no-dev -a -W
```
You can then confirm you run the latest version using:

```
composer show flarum/core
```

### Workarounds
Disable the mentions extension.

### For more information
For any questions or comments on this vulnerability please visit https://discuss.flarum.org/

For support questions create a discussion at https://discuss.flarum.org/t/support.

A reminder that if you ever become aware of a security issue in Flarum, please report it to us privately by emailing [security@flarum.org](mailto:security@flarum.org), and we will address it promptly.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-22487
reference_id
reference_type
scores
0
value 0.00207
scoring_system epss
scoring_elements 0.4317
published_at 2026-06-05T12:55:00Z
1
value 0.00207
scoring_system epss
scoring_elements 0.43096
published_at 2026-06-04T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-22487
1
reference_url https://github.com/flarum/framework
reference_id
reference_type
scores
0
value 7.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/framework
2
reference_url https://github.com/flarum/framework/commit/ab1c868b978e8b0d09a5d682c54665dae17d0985
reference_id
reference_type
scores
0
value 7.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
1
value HIGH
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-03-10T21:01:41Z/
url https://github.com/flarum/framework/commit/ab1c868b978e8b0d09a5d682c54665dae17d0985
3
reference_url https://github.com/flarum/framework/releases/tag/v1.6.3
reference_id
reference_type
scores
0
value 7.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/framework/releases/tag/v1.6.3
4
reference_url https://github.com/flarum/framework/security/advisories/GHSA-22m9-m3ww-53h3
reference_id
reference_type
scores
0
value 7.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
1
value HIGH
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-03-10T21:01:41Z/
url https://github.com/flarum/framework/security/advisories/GHSA-22m9-m3ww-53h3
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-22487
reference_id
reference_type
scores
0
value 7.7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-22487
6
reference_url https://github.com/advisories/GHSA-22m9-m3ww-53h3
reference_id GHSA-22m9-m3ww-53h3
reference_type
scores
url https://github.com/advisories/GHSA-22m9-m3ww-53h3
fixed_packages
0
url pkg:composer/flarum/flarum@1.6.3
purl pkg:composer/flarum/flarum@1.6.3
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@1.6.3
aliases CVE-2023-22487, GHSA-22m9-m3ww-53h3, GMS-2023-12
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-rv1d-9z9z-xuh2
3
url VCID-x824-37xh-qudc
vulnerability_id VCID-x824-37xh-qudc
summary
Cross-Site Request Forgery (CSRF)
Flarum allows CSRF against all POST endpoints, as demonstrated by changing admin settings.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2019-13183
reference_id
reference_type
scores
0
value 0.00196
scoring_system epss
scoring_elements 0.41411
published_at 2026-06-04T12:55:00Z
1
value 0.00196
scoring_system epss
scoring_elements 0.41486
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2019-13183
1
reference_url https://discuss.flarum.org/d/20606-flarum-0-1-0-beta-9-released
reference_id
reference_type
scores
url https://discuss.flarum.org/d/20606-flarum-0-1-0-beta-9-released
2
reference_url https://nvd.nist.gov/vuln/detail/CVE-2019-13183
reference_id CVE-2019-13183
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2019-13183
fixed_packages
0
url pkg:composer/flarum/flarum@0.1.0-beta.9
purl pkg:composer/flarum/flarum@0.1.0-beta.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9k8r-76x9-qucw
1
vulnerability VCID-en38-mx5t-vbb9
2
vulnerability VCID-rv1d-9z9z-xuh2
3
vulnerability VCID-yapt-ka6b-f3ba
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@0.1.0-beta.9
aliases CVE-2019-13183, GHSA-3wjh-93gr-chh6
risk_score null
exploitability 0.5
weighted_severity 0.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-x824-37xh-qudc
4
url VCID-yapt-ka6b-f3ba
vulnerability_id VCID-yapt-ka6b-f3ba
summary Flarum is an open source forum software. Flarum is affected by a vulnerability that allows an attacker to conduct a Blind Server-Side Request Forgery (SSRF) attack or disclose any file on the server, even with a basic user account on any Flarum forum. By uploading a file containing a URL and spoofing the MIME type, an attacker can manipulate the application to execute unintended actions. The vulnerability is due to the behavior of the `intervention/image` package, which attempts to interpret the supplied file contents as a URL, which then fetches its contents. This allows an attacker to exploit the vulnerability to perform SSRF attacks, disclose local file contents, or conduct a blind oracle attack. This has been patched in Flarum version 1.8.0. Users are advised to upgrade. Users unable to upgrade may disable PHP's `allow_url_fopen` which will prevent the fetching of external files via URLs as a temporary workaround for the SSRF aspect of the vulnerability.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-40033
reference_id
reference_type
scores
0
value 0.00195
scoring_system epss
scoring_elements 0.41363
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-40033
1
reference_url https://github.com/flarum/framework
reference_id
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/flarum/framework
2
reference_url https://github.com/flarum/framework/commit/d1059c1cc79fe61f9538f3da55e8f42abbede570
reference_id
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-10-02T15:56:22Z/
url https://github.com/flarum/framework/commit/d1059c1cc79fe61f9538f3da55e8f42abbede570
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-40033
reference_id CVE-2023-40033
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/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-2023-40033
4
reference_url https://github.com/advisories/GHSA-67c6-q4j4-hccg
reference_id GHSA-67c6-q4j4-hccg
reference_type
scores
url https://github.com/advisories/GHSA-67c6-q4j4-hccg
5
reference_url https://github.com/flarum/framework/security/advisories/GHSA-67c6-q4j4-hccg
reference_id GHSA-67c6-q4j4-hccg
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-10-02T15:56:22Z/
url https://github.com/flarum/framework/security/advisories/GHSA-67c6-q4j4-hccg
fixed_packages
0
url pkg:composer/flarum/flarum@1.8.0
purl pkg:composer/flarum/flarum@1.8.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@1.8.0
aliases CVE-2023-40033, GHSA-67c6-q4j4-hccg
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-yapt-ka6b-f3ba
Fixing_vulnerabilities
0
url VCID-t21t-35eq-mfbd
vulnerability_id VCID-t21t-35eq-mfbd
summary
Improper Input Validation
`User/Command/ConfirmEmailHandler.php` in Flarum mishandles invalidation of user email tokens.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2019-11514
reference_id
reference_type
scores
0
value 0.00237
scoring_system epss
scoring_elements 0.46887
published_at 2026-06-04T12:55:00Z
1
value 0.00237
scoring_system epss
scoring_elements 0.46953
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2019-11514
1
reference_url https://discuss.flarum.org/d/17745-flarum-0-1-0-beta-8-released
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.0/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://discuss.flarum.org/d/17745-flarum-0-1-0-beta-8-released
2
reference_url https://github.com/flarum/core/commit/66607a56749339d50620b049701ad4d6a4dafbd7
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.0/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/flarum/core/commit/66607a56749339d50620b049701ad4d6a4dafbd7
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2019-11514
reference_id CVE-2019-11514
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.0/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-2019-11514
fixed_packages
0
url pkg:composer/flarum/flarum@0.1.0-beta.8
purl pkg:composer/flarum/flarum@0.1.0-beta.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9k8r-76x9-qucw
1
vulnerability VCID-en38-mx5t-vbb9
2
vulnerability VCID-rv1d-9z9z-xuh2
3
vulnerability VCID-x824-37xh-qudc
4
vulnerability VCID-yapt-ka6b-f3ba
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@0.1.0-beta.8
aliases CVE-2019-11514, GHSA-g6w5-439m-jhwv
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-t21t-35eq-mfbd
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:composer/flarum/flarum@0.1.0-beta.8