CVE-2025-5470
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 vulnerability in Yandex Disk on MacOS allows Search Order Hijacking.This issue affects Disk: before 3.2.45.3275.
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 · high confidenceYandex Disk for MacOS before version 3.2.45.3275 contains an Uncontrolled Search Path Element vulnerability that allows Search Order Hijacking. The application uses an insecure search path to locate dynamic libraries, enabling an attacker to place a malicious library in a location that gets searched before the legitimate one, leading to arbitrary code execution with the privileges of the Yandex Disk process.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Low
- Authentication
- Y
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:X/RE:X/U:Amber
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.
-
Verify Yandex Disk is installedCheck if Yandex Disk.app exists in /Applications folder, or search via Spotlight for 'Yandex Disk'. Also check for running process with command: ps aux | grep -i 'Yandex Disk'Affected if Yandex Disk application is present on the system
-
Determine installed versionRight-click Yandex Disk.app in /Applications, select 'Get Info', and read the Version field. Alternatively, run: defaults read /Applications/Yandex\ Disk.app/Contents/Info CFBundleShortVersionStringAffected if Version number is lower than 3.2.45.3275, or version cannot be determined (application is still considered vulnerable if unpatched)
-
Inspect application library load pathsUse command: otool -L /Applications/Yandex\ Disk.app/Contents/MacOS/Yandex\ Disk | head -20. This shows all dynamic libraries the application loads and their search orderAffected if Output shows loading of .dylib files from user-writable directories such as current working directory, ~/Library/Frameworks, or paths containing '.' (current directory) before system library paths
-
Check for suspicious dylib files in common hijack locationsSearch for unexpected .dylib files in locations that may be searched: find /Applications/Yandex\ Disk.app -name '*.dylib' -type f 2>/dev/null; ls -la ~/Library/Frameworks/ 2>/dev/null; ls -la ./ | grep -i '.dylib' (in directories where Yandex Disk may run)Affected if Unexpected or unsigned .dylib files exist in the application's directory tree or in user-writable framework directories that precede system library paths in the search order
You are affected if Yandex Disk is installed and the installed version is lower than 3.2.45.3275, AND the application loads dylib files from user-writable or untrusted directories in its library search path.
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 · scopedUpdate Yandex Disk to version 3.2.45.3275 or later to remediate this vulnerability. Until then, ensure only trusted files are present in directories that Yandex Disk searches for libraries.
Yandex Disk 3.2.45.3275 or later
- Open Yandex Disk on your Mac
- Click on the Yandex Disk menu in the top-left corner of the screen
- Select 'About Yandex Disk' from the dropdown menu
- Check if your current version is below 3.2.45.3275
- If the version is before 3.2.45.3275, open a web browser and go to the official Yandex Disk download page: https://disk.yandex.com/download
- Download the latest version of Yandex Disk for macOS
- Open the downloaded .dmg file
- Drag the Yandex Disk app to your Applications folder to install the update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-5470 — 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-5470 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