Lookup for vulnerable packages by Package URL.

Purlpkg:maven/org.neo4j.procedure/apoc@3.2.0.1
Typemaven
Namespaceorg.neo4j.procedure
Nameapoc
Version3.2.0.1
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version4.4.0.14
Latest_non_vulnerable_version4.4.0.14
Affected_by_vulnerabilities
0
url VCID-1ep5-3qps-r3fs
vulnerability_id VCID-1ep5-3qps-r3fs
summary
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
APOC (Awesome Procedures on Cypher) is an add-on library for Neo4j that provides hundreds of procedures and functions. A path traversal vulnerability found in the apoc.export.* procedures of apoc plugins in Neo4j Graph database. The issue allows a malicious actor to potentially break out of the expected directory. The vulnerability is such that files could only be created but not overwritten. For the vulnerability to be exploited, an attacker would need access to execute an arbitrary query, either by having access to an authenticated Neo4j client, or a Cypher injection vulnerability in an application. The minimum versions containing patch for this vulnerability are 4.4.0.12 and 4.3.0.12 and 5.3.1. As a workaround, you can control the allowlist of the procedures that can be used in your system, and/or turn off local file access by setting apoc.export.file.enabled=false.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-23532
reference_id
reference_type
scores
0
value 0.00373
scoring_system epss
scoring_elements 0.59344
published_at 2026-06-04T12:55:00Z
1
value 0.00373
scoring_system epss
scoring_elements 0.59394
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-23532
1
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures
reference_id
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures
2
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/01e63ed2d187cd2a8aa1d78bf831ef0fdd69b522
reference_id
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:L
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/2025-03-10T21:00:05Z/
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/01e63ed2d187cd2a8aa1d78bf831ef0fdd69b522
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-23532
reference_id
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:L
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-23532
4
reference_url https://github.com/advisories/GHSA-5v8v-gwmw-qw97
reference_id GHSA-5v8v-gwmw-qw97
reference_type
scores
url https://github.com/advisories/GHSA-5v8v-gwmw-qw97
5
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-5v8v-gwmw-qw97
reference_id GHSA-5v8v-gwmw-qw97
reference_type
scores
0
value 7.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:L
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/2025-03-10T21:00:05Z/
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-5v8v-gwmw-qw97
fixed_packages
0
url pkg:maven/org.neo4j.procedure/apoc@4.3.0.12
purl pkg:maven/org.neo4j.procedure/apoc@4.3.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6cf3-kvav-1ffb
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.3.0.12
1
url pkg:maven/org.neo4j.procedure/apoc@4.4.0.12
purl pkg:maven/org.neo4j.procedure/apoc@4.4.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-6cf3-kvav-1ffb
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.4.0.12
aliases CVE-2022-23532, GHSA-5v8v-gwmw-qw97
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-1ep5-3qps-r3fs
1
url VCID-6cf3-kvav-1ffb
vulnerability_id VCID-6cf3-kvav-1ffb
summary
Improper Restriction of XML External Entity Reference
APOC (Awesome Procedures on Cypher) is an add-on library for Neo4j. An XML External Entity (XXE) vulnerability found in the apoc.import.graphml procedure of APOC plugin prior to version 4.4.0.14 in Neo4j graph database. XML External Entity (XXE) injection occurs when the XML parser allows external entities to be resolved. The XML parser used by the apoc.import.graphml procedure was not configured in a secure way and therefore allowed this. External entities can be used to read local files, send HTTP requests, and perform denial-of-service attacks on the application. Abusing the XXE vulnerability enabled assessors to read local files remotely. Although with the level of privileges assessors had this was limited to one-line files. With the ability to write to the database, any file could have been read. Additionally, assessors noted, with local testing, the server could be crashed by passing in improperly formatted XML. The minimum version containing a patch for this vulnerability is 4.4.0.14. Those who cannot upgrade the library can control the allowlist of the procedures that can be used in your system.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-23926
reference_id
reference_type
scores
0
value 0.00198
scoring_system epss
scoring_elements 0.41667
published_at 2026-06-04T12:55:00Z
1
value 0.00198
scoring_system epss
scoring_elements 0.41742
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-23926
1
reference_url https://github.com/neo4j/apoc
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j/apoc
2
reference_url https://github.com/neo4j/apoc/commit/f175f1f1f663d29fc151c297b56d154255eb7016
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j/apoc/commit/f175f1f1f663d29fc151c297b56d154255eb7016
3
reference_url https://github.com/neo4j/apoc/pull/310
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
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-10T20:57:33Z/
url https://github.com/neo4j/apoc/pull/310
4
reference_url https://github.com/neo4j/apoc/releases/tag/5.5.0
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
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-10T20:57:33Z/
url https://github.com/neo4j/apoc/releases/tag/5.5.0
5
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures
6
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/c3e2a29020497acf9417879f38e8af4e8c6d5783
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/c3e2a29020497acf9417879f38e8af4e8c6d5783
7
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.4.0.14
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.4.0.14
8
reference_url https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/#config_dbms.security.procedures.allowlist
reference_id
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
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-10T20:57:33Z/
url https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/#config_dbms.security.procedures.allowlist
9
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-23926
reference_id CVE-2023-23926
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-23926
10
reference_url https://github.com/advisories/GHSA-6wxg-wh7f-rqpr
reference_id GHSA-6wxg-wh7f-rqpr
reference_type
scores
url https://github.com/advisories/GHSA-6wxg-wh7f-rqpr
11
reference_url https://github.com/neo4j/apoc/security/advisories/GHSA-6wxg-wh7f-rqpr
reference_id GHSA-6wxg-wh7f-rqpr
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
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-10T20:57:33Z/
url https://github.com/neo4j/apoc/security/advisories/GHSA-6wxg-wh7f-rqpr
12
reference_url https://github.com/advisories/GHSA-9vx8-f5c4-862x
reference_id GHSA-9vx8-f5c4-862x
reference_type
scores
url https://github.com/advisories/GHSA-9vx8-f5c4-862x
13
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-9vx8-f5c4-862x
reference_id GHSA-9vx8-f5c4-862x
reference_type
scores
0
value 5.9
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-9vx8-f5c4-862x
fixed_packages
0
url pkg:maven/org.neo4j.procedure/apoc@4.4.0.14
purl pkg:maven/org.neo4j.procedure/apoc@4.4.0.14
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.4.0.14
1
url pkg:maven/org.neo4j.procedure/apoc@5.5.0
purl pkg:maven/org.neo4j.procedure/apoc@5.5.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@5.5.0
aliases CVE-2023-23926, GHSA-6wxg-wh7f-rqpr, GHSA-9vx8-f5c4-862x, GMS-2023-449
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-6cf3-kvav-1ffb
2
url VCID-mbp8-7nj5-e7b4
vulnerability_id VCID-mbp8-7nj5-e7b4
summary
Duplicate
This advisory duplicates another.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2021-42767
reference_id
reference_type
scores
0
value 0.00716
scoring_system epss
scoring_elements 0.72746
published_at 2026-06-04T12:55:00Z
1
value 0.00716
scoring_system epss
scoring_elements 0.72785
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2021-42767
1
reference_url https://neo4j.com
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://neo4j.com
2
reference_url https://nvd.nist.gov/vuln/detail/CVE-2021-42767
reference_id CVE-2021-42767
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2021-42767
3
reference_url https://github.com/advisories/GHSA-4mpj-488r-vh6m
reference_id GHSA-4mpj-488r-vh6m
reference_type
scores
0
value CRITICAL
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-4mpj-488r-vh6m
4
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-4mpj-488r-vh6m
reference_id GHSA-4mpj-488r-vh6m
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
1
value CRITICAL
scoring_system cvssv3.1_qr
scoring_elements
2
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-4mpj-488r-vh6m
fixed_packages
0
url pkg:maven/org.neo4j.procedure/apoc@3.5.0.17
purl pkg:maven/org.neo4j.procedure/apoc@3.5.0.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
2
vulnerability VCID-rkzz-9b8e-efaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@3.5.0.17
1
url pkg:maven/org.neo4j.procedure/apoc@3.5.17
purl pkg:maven/org.neo4j.procedure/apoc@3.5.17
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@3.5.17
2
url pkg:maven/org.neo4j.procedure/apoc@4.2.10
purl pkg:maven/org.neo4j.procedure/apoc@4.2.10
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.2.10
3
url pkg:maven/org.neo4j.procedure/apoc@4.3.0.4
purl pkg:maven/org.neo4j.procedure/apoc@4.3.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
2
vulnerability VCID-rkzz-9b8e-efaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.3.0.4
4
url pkg:maven/org.neo4j.procedure/apoc@4.4.0.1
purl pkg:maven/org.neo4j.procedure/apoc@4.4.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
2
vulnerability VCID-rkzz-9b8e-efaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.4.0.1
aliases CVE-2021-42767, GHSA-4mpj-488r-vh6m, GMS-2022-36
risk_score 4.5
exploitability 0.5
weighted_severity 9.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-mbp8-7nj5-e7b4
3
url VCID-rb51-4rwe-jkg7
vulnerability_id VCID-rb51-4rwe-jkg7
summary
Improper Restriction of XML External Entity Reference
neo4j-apoc-procedures contains an XML External Entity (XXE) vulnerability in XML Parser that can result in Disclosure of confidential data, denial of service, SSRF, port scanning.
references
0
reference_url https://0dd.zone/2018/10/27/neo4f-apoc-procedures-XXE
reference_id
reference_type
scores
0
value 10.0
scoring_system cvssv3.1
scoring_elements CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://0dd.zone/2018/10/27/neo4f-apoc-procedures-XXE
1
reference_url https://0dd.zone/2018/10/27/neo4f-apoc-procedures-XXE/
reference_id
reference_type
scores
url https://0dd.zone/2018/10/27/neo4f-apoc-procedures-XXE/
2
reference_url https://api.first.org/data/v1/epss?cve=CVE-2018-1000820
reference_id
reference_type
scores
0
value 0.00245
scoring_system epss
scoring_elements 0.47994
published_at 2026-06-05T12:55:00Z
1
value 0.00245
scoring_system epss
scoring_elements 0.47931
published_at 2026-06-04T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2018-1000820
3
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/931
reference_id
reference_type
scores
0
value 10.0
scoring_system cvssv3.1
scoring_elements CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/931
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2018-1000820
reference_id CVE-2018-1000820
reference_type
scores
0
value 10.0
scoring_system cvssv3.1
scoring_elements CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
1
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2018-1000820
5
reference_url https://github.com/advisories/GHSA-r2pp-x4mm-4999
reference_id GHSA-r2pp-x4mm-4999
reference_type
scores
0
value CRITICAL
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-r2pp-x4mm-4999
fixed_packages
0
url pkg:maven/org.neo4j.procedure/apoc@3.4.0.4
purl pkg:maven/org.neo4j.procedure/apoc@3.4.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
2
vulnerability VCID-mbp8-7nj5-e7b4
3
vulnerability VCID-rkzz-9b8e-efaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@3.4.0.4
aliases CVE-2018-1000820, GHSA-r2pp-x4mm-4999
risk_score 4.5
exploitability 0.5
weighted_severity 9.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-rb51-4rwe-jkg7
4
url VCID-rkzz-9b8e-efaq
vulnerability_id VCID-rkzz-9b8e-efaq
summary
Neo4j Graph apoc plugins Partial Path Traversal Vulnerability
### Impact
A partial Directory Traversal Vulnerability found in `apoc.log.stream` function of apoc plugins in Neo4j Graph database. 
This issue allows a malicious actor to potentially break out of the expected directory. The impact is limited to sibling directories. For example, `userControlled.getCanonicalPath().startsWith("/usr/out")` will allow an attacker to access a directory with a name like `/usr/outnot`.

### Patches
The users should aim to use the latest released version compatible with their Neo4j version. The minimum versions containing patch for this vulnerability are 4.4.0.8 and 4.3.0.7

### Workarounds
If you cannot upgrade the library, you can control the [allowlist of the functions](https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/#config_dbms.security.procedures.allowlist) that can be used in your system


### For more information
If you have any questions or comments about this advisory:
- Open an issue in [neo4j-apoc-procedures](https://github.com/neo4j-contrib/neo4j-apoc-procedures)
- Email us at [security@neo4j.com](mailto:security@neo4j.com)

### Credits
We want to publicly recognise the contribution of [Jonathan Leitschuh](https://github.com/JLLeitschuh) for reporting this issue.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-37423
reference_id
reference_type
scores
0
value 0.00256
scoring_system epss
scoring_elements 0.49168
published_at 2026-06-04T12:55:00Z
1
value 0.00256
scoring_system epss
scoring_elements 0.49229
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-37423
1
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures
2
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/d2f415c6f703bbc2cda4a753928821ff15d5c620
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/d2f415c6f703bbc2cda4a753928821ff15d5c620
3
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/fe9f8c77269f5a742585c1d62324eb70755de510
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/fe9f8c77269f5a742585c1d62324eb70755de510
4
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/3080
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/3080
5
reference_url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-78f9-745f-278p
reference_id
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/neo4j-contrib/neo4j-apoc-procedures/security/advisories/GHSA-78f9-745f-278p
6
reference_url https://neo4j.com/docs/aura/platform/apoc
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://neo4j.com/docs/aura/platform/apoc
7
reference_url https://neo4j.com/docs/aura/platform/apoc/
reference_id
reference_type
scores
url https://neo4j.com/docs/aura/platform/apoc/
8
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-37423
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-37423
9
reference_url https://github.com/advisories/GHSA-78f9-745f-278p
reference_id GHSA-78f9-745f-278p
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-78f9-745f-278p
fixed_packages
0
url pkg:maven/org.neo4j.procedure/apoc@4.3.0.7
purl pkg:maven/org.neo4j.procedure/apoc@4.3.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.3.0.7
1
url pkg:maven/org.neo4j.procedure/apoc@4.4.0.8
purl pkg:maven/org.neo4j.procedure/apoc@4.4.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ep5-3qps-r3fs
1
vulnerability VCID-6cf3-kvav-1ffb
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@4.4.0.8
aliases CVE-2022-37423, GHSA-78f9-745f-278p
risk_score 3.1
exploitability 0.5
weighted_severity 6.2
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-rkzz-9b8e-efaq
Fixing_vulnerabilities
Risk_score4.5
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:maven/org.neo4j.procedure/apoc@3.2.0.1