{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-1622",
        "assignerOrgId": "3b236295-4ccd-4a1f-a1c1-a72eecc8d7b6",
        "state": "PUBLISHED",
        "assignerShortName": "Neo4j",
        "dateReserved": "2026-01-29T14:23:26.871Z",
        "datePublished": "2026-02-04T09:14:46.320Z",
        "dateUpdated": "2026-02-04T15:12:37.400Z"
    },
    "containers": {
        "cna": {
            "affected": [
                {
                    "defaultStatus": "unaffected",
                    "product": "Enterprise Edition",
                    "vendor": "neo4j",
                    "versions": [
                        {
                            "lessThan": "2026.01.3",
                            "status": "affected",
                            "version": "2025.01",
                            "versionType": "date"
                        },
                        {
                            "lessThan": "5.26.21",
                            "status": "affected",
                            "version": "5.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "4.4.48",
                            "status": "affected",
                            "version": "4.4",
                            "versionType": "semver"
                        }
                    ]
                },
                {
                    "collectionURL": "https://mvnrepository.com/artifact/org.neo4j/",
                    "defaultStatus": "unaffected",
                    "packageName": "neo4j",
                    "product": "Community Edition",
                    "repo": "https://github.com/neo4j/neo4j",
                    "vendor": "neo4j",
                    "versions": [
                        {
                            "lessThan": "2026.01.3",
                            "status": "affected",
                            "version": "2025.01",
                            "versionType": "date"
                        },
                        {
                            "lessThan": "5.26.21",
                            "status": "affected",
                            "version": "5.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "4.4.48",
                            "status": "affected",
                            "version": "4.4",
                            "versionType": "semver"
                        }
                    ]
                }
            ],
            "configurations": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "Only applicable if&nbsp;<code>db.logs.query.obfuscate_literals&nbsp;</code>is enabled"
                        }
                    ],
                    "value": "Only applicable if db.logs.query.obfuscate_literals is enabled"
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "cpeMatch": [
                                {
                                    "criteria": "cpe:2.3:a:neo4j:enterprise_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "2026.01.3",
                                    "versionStartIncluding": "2025.01",
                                    "vulnerable": true
                                },
                                {
                                    "criteria": "cpe:2.3:a:neo4j:enterprise_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "5.26.21",
                                    "versionStartIncluding": "5.0",
                                    "vulnerable": true
                                },
                                {
                                    "criteria": "cpe:2.3:a:neo4j:enterprise_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "4.4.48",
                                    "versionStartIncluding": "4.4",
                                    "vulnerable": true
                                }
                            ],
                            "negate": false,
                            "operator": "OR"
                        },
                        {
                            "cpeMatch": [
                                {
                                    "criteria": "cpe:2.3:a:neo4j:community_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "2026.01.3",
                                    "versionStartIncluding": "2025.01",
                                    "vulnerable": true
                                },
                                {
                                    "criteria": "cpe:2.3:a:neo4j:community_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "5.26.21",
                                    "versionStartIncluding": "5.0",
                                    "vulnerable": true
                                },
                                {
                                    "criteria": "cpe:2.3:a:neo4j:community_edition:*:*:*:*:*:*:*:*",
                                    "versionEndExcluding": "4.4.48",
                                    "versionStartIncluding": "4.4",
                                    "vulnerable": true
                                }
                            ],
                            "negate": false,
                            "operator": "OR"
                        }
                    ],
                    "operator": "OR"
                }
            ],
            "descriptions": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "<p><span style=\"background-color: rgb(255, 255, 255);\">Neo4j Enterprise and Community editions versions prior to 2026.01.3 and 5.26.21 are vulnerable to a potential information disclosure by a user who has ability to access the local log files.</span><br></p><p>The \"obfuscate_literals\" option in the query logs does not redact error information, exposing unredacted data in the query log when a customer writes a query that fails. It can allow a user with legitimate access to the local log files to obtain information they are not authorised to see. If this user is also in a position to run queries and trigger errors, this vulnerability can potentially help them to infer information they are not authorised to see through their intended database access.</p><p>We recommend&nbsp;upgrading to versions 2026.01.3 (or 5.26.21) where the issue is fixed, and reviewing query log files permissions to ensure restricted access. If your configuration had&nbsp;<code>db.logs.query.obfuscate_literals</code>&nbsp;enabled, and you wish the obfuscation to cover the error messages as well, you need to enable the new configuration setting&nbsp;<code>db.logs.query.obfuscate_errors&nbsp;</code>once you have upgraded Neo4j.<br></p>"
                        }
                    ],
                    "value": "Neo4j Enterprise and Community editions versions prior to 2026.01.3 and 5.26.21 are vulnerable to a potential information disclosure by a user who has ability to access the local log files.\n\n\nThe \"obfuscate_literals\" option in the query logs does not redact error information, exposing unredacted data in the query log when a customer writes a query that fails. It can allow a user with legitimate access to the local log files to obtain information they are not authorised to see. If this user is also in a position to run queries and trigger errors, this vulnerability can potentially help them to infer information they are not authorised to see through their intended database access.\n\nWe recommend upgrading to versions 2026.01.3 (or 5.26.21) where the issue is fixed, and reviewing query log files permissions to ensure restricted access. If your configuration had db.logs.query.obfuscate_literals enabled, and you wish the obfuscation to cover the error messages as well, you need to enable the new configuration setting db.logs.query.obfuscate_errors once you have upgraded Neo4j."
                }
            ],
            "impacts": [
                {
                    "capecId": "CAPEC-410",
                    "descriptions": [
                        {
                            "lang": "en",
                            "value": "CAPEC-410 Information Elicitation"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "Automatable": "NO",
                        "Recovery": "USER",
                        "Safety": "NOT_DEFINED",
                        "attackComplexity": "LOW",
                        "attackRequirements": "NONE",
                        "attackVector": "LOCAL",
                        "baseScore": 4.8,
                        "baseSeverity": "MEDIUM",
                        "exploitMaturity": "NOT_DEFINED",
                        "privilegesRequired": "LOW",
                        "providerUrgency": "NOT_DEFINED",
                        "subAvailabilityImpact": "NONE",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "userInteraction": "NONE",
                        "valueDensity": "DIFFUSE",
                        "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/AU:N/R:U/V:D/RE:M",
                        "version": "4.0",
                        "vulnAvailabilityImpact": "NONE",
                        "vulnConfidentialityImpact": "LOW",
                        "vulnIntegrityImpact": "NONE",
                        "vulnerabilityResponseEffort": "MODERATE"
                    },
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ]
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-532",
                            "description": "CWE-532 Insertion of Sensitive Information into Log File",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "3b236295-4ccd-4a1f-a1c1-a72eecc8d7b6",
                "shortName": "Neo4j",
                "dateUpdated": "2026-02-04T10:02:57.648Z"
            },
            "references": [
                {
                    "tags": [
                        "vendor-advisory"
                    ],
                    "url": "https://neo4j.com/security/CVE-2026-1622"
                }
            ],
            "solutions": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "We recommend upgrading to versions 2026.01.3 (or 5.26.21) where the issue is fixed, and reviewing query log files permissions to ensure restricted access. If your configuration had &nbsp;<code>db.logs.query.obfuscate_literals</code>&nbsp;enabled, and you wish the obfuscation to cover the error messages as well, you need to enable the new configuration setting <code>db.logs.query.obfuscate_errors </code>once you have upgraded Neo4j.<br>"
                        }
                    ],
                    "value": "We recommend upgrading to versions 2026.01.3 (or 5.26.21) where the issue is fixed, and reviewing query log files permissions to ensure restricted access. If your configuration had  db.logs.query.obfuscate_literals enabled, and you wish the obfuscation to cover the error messages as well, you need to enable the new configuration setting db.logs.query.obfuscate_errors once you have upgraded Neo4j."
                }
            ],
            "source": {
                "discovery": "INTERNAL"
            },
            "title": "Unredacted data exposure in query.log",
            "x_generator": {
                "engine": "Vulnogram 0.5.0"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-02-04T15:12:30.488399Z",
                                "id": "CVE-2026-1622",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-02-04T15:12:37.400Z"
                }
            }
        ]
    }
}