CVE-2025-64695
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedUncontrolled search path element issue exists in the installer of LogStare Collector (for Windows). If exploited, arbitrary code may be executed with the privilege of the user invoking the installer.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe LogStare Collector Windows installer suffers from an uncontrolled search path element vulnerability (DLL hijacking). The installer does not use fully qualified paths when loading libraries, allowing an attacker to place a malicious DLL in a directory that gets searched before the legitimate location. When a user runs the installer, any arbitrary code within the hijacked DLL executes with the same privileges as the user invoking the installer.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.4.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate LogStare Collector installation directorySearch the filesystem for directories named 'LogstareCollector' or 'LogStare Collector', typically found under C:\Program Files\ or C:\Program Files (x86)\. Use the command: dir /s /b "C:\Program Files\*Logstare*" 2>nulAffected if The product directory exists on the system, indicating LogStare Collector is installed.
-
Find the installer executableSearch for installer files with patterns like 'LogStare*Collector*Setup*.exe' or 'Logstare*Collector*Installer*.exe' in the installation directory and common download locations. Check %TEMP% folder for recently downloaded installers.Affected if The installer executable exists on the system.
-
Identify installed LogStare Collector versionCheck the version of installed files. Look for version information in file properties of the main executable (typically named LogstareCollector.exe or similar) in the installation directory. Right-click the executable, select Properties, and view the Details tab for the version number.Affected if The installed version number is less than 2.4.2, meaning the vulnerability is present.
-
Check installer version if availableIf you have a copy of the installer, right-click the .exe file, select Properties, and examine the Details tab for Product Version or File Version. Compare this against the affected version range.Affected if The installer version is less than 2.4.2, indicating the DLL hijacking vulnerability exists in that installer.
You are affected if LogStare Collector version 2.4.2 or higher is not installed, as versions below 2.4.2 contain the DLL hijacking vulnerability in the Windows installer.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.4.2
Only download and run the LogStare Collector installer from verified, official sources. Ensure the download integrity is validated (e.g., checksums) and that the download directory is not writable by untrusted users. Consider running installers in isolated environments as a precautionary measure.
LogStare Collector 2.4.2
- Obtain LogStare Collector installer version 2.4.2 or later from the official vendor website (www.logstare.com)
- Verify the installer file integrity (e.g., check digital signature, hash) before running
- Run the updated installer with the same privileges you normally would use
- Follow the installation prompts to complete the upgrade
- Verify the installation completed successfully
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,480.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-64695 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-64695 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data