CVE-2025-13155
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 · uneditedAn improper permissions vulnerability was reported in Lenovo Baiying Client that could allow a local authenticated user to execute code with elevated privileges.
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 confidenceLenovo Baiying Client contains an improper permissions vulnerability where the application fails to enforce appropriate access controls on sensitive resources, allowing an authenticated local user to manipulate files or execution contexts to gain elevated (administrator/SYSTEM) privileges. This is a local privilege escalation vector requiring prior local access.
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
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/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.
-
Check if Lenovo Baiying Client is installedLook for the application in standard installation directories (C:\Program Files\Lenovo\ or C:\Program Files (x86)\Lenovo\) or check Windows Registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall for an entry containing 'Baiying' or 'Lenovo' and client-related namingAffected if The application is found installed on the system
-
Identify installed versionCheck the version value in the Registry at HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\Baiying\ or HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Lenovo\Baiying\ (adjust path based on actual install location found in step 1), or right-click the main executable and select Properties > Details to view File VersionAffected if A version number is retrieved and can be compared to any affected version range when known
-
Examine file permissions on application executable directoryRight-click the main application folder (e.g., C:\Program Files\Lenovo\Baiying\) > Properties > Security tab. Check if Users or Authenticated Users have Write or Modify permissions. Alternatively, run: icacls "C:\Program Files\Lenovo\Baiying" to list all ACLsAffected if Non-admin users (such as standard Users group) have Write, Modify, or Full Control permissions to the application directory or its executables
-
Inspect service configuration if running as a Windows serviceOpen Services (services.msc), locate any Lenovo Baiying service, right-click > Properties. Note the Log On account (often LocalSystem or a specific service account). Then run: sc qc <service_name> to query the binary pathAffected if The service runs with elevated privileges (LocalSystem) AND non-admin users have Write permissions to the service executable or its configuration files
-
Check for weak ACLs on program data or configuration directoriesExamine permissions on directories like C:\ProgramData\Lenovo\Baiying\ or the application's config folder within the install directory. Run: icacls "C:\ProgramData\Lenovo\Baiying" and verify if standard users can modify filesAffected if Users group or Authenticated Users have Write access to configuration files, XML files, or executable scripts in these directories
-
Look for modifiable execution contextsSearch for any .exe, .bat, .cmd, or .dll files under the application folder that are writable by non-admin users. Run: icacls "C:\Program Files\Lenovo\Baiying\*" | findstr /i "(F|M|W)" to list files with write access, then cross-reference with user group permissionsAffected if Executable files or scripts within the application directory are writable by standard users or can be replaced by them
A user is affected if Lenovo Baiying Client is installed AND non-privileged users have Write or Modify permissions to application directories, executables, services, or configuration files that should be restricted to administrators only.
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.
From vendor dataApply least-privilege principles to all executable paths, service configurations, and data directories within Lenovo Baiying Client; verify correct ACLs restrict write access for non-admin users to privileged locations.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-13155 — 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-13155 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