Skip to content

[Query Issue]: Accounts with clear-text password attributes #55

@rtfmkiesel

Description

@rtfmkiesel

Query GUID

e303498f-e3d4-489d-8a34-b68e187bc4e7

Query content

MATCH (n:Base)
WHERE n.userpassword IS NOT NULL
OR n.unixpassword IS NOT NULL
OR n.unicodepwd IS NOT NULL
OR n.msSFU30Password IS NOT NULL
RETURN n

Issue description

This returns users where I can clearly say based on the JSON files that those values are empty. Even if I leave out msSFU30Password, which is not present in my JSON files, all the same users are returned. Even if I check inside the Neo4j DB, those properties are empty/NULL.

Image

After trying for a bit, all users are returns either via userpassword or unixpassword.

BloodHound version

Bloodhound:latest (9.0.2)

BloodHound DB

Neo4j

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions