CVE-2023-6631
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 · uneditedPowerSYSTEM Center versions 2020 Update 16 and prior contain a vulnerability that may allow an authorized local user to insert arbitrary code into the unquoted service path and escalate 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 confidencePowerSYSTEM Center versions 2020 Update 16 and prior contain an unquoted service path vulnerability. An authorized local user can place a malicious executable in an unquoted path (e.g., C:\Program Files\Vendor\App\bin\service.exe) that Windows will execute when the service starts, allowing privilege escalation from authorized local user to SYSTEM.
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= 2020CVSS 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.
-
Identify PowerSYSTEM Center installation and versionCheck the Windows registry under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall for an entry named 'Subnet PowerSYSTEM Center' or look for the application in C:\Program Files\Subnet. Inspect the DisplayVersion value to determine if it is 2020 Update 16 or prior.Affected if PowerSYSTEM Center version 2020 Update 16 or prior is installed.
-
Locate PowerSYSTEM Center Windows servicesOpen Services (services.msc) and search for services with names containing 'PowerSYSTEM', 'PSC', or 'Subnet'. Alternatively, query from an elevated command prompt: sc query type= service state= all | findstr /i 'power system psc subnet'Affected if A PowerSYSTEM Center service is found on the system.
-
Check service binary path for unquoted pathsFor each identified service, run: sc qc <service_name> (e.g., sc qc PowerSYSTEMCenterService). In the output, examine the BINARY_PATH_NAME field. Look for paths that contain spaces but are not enclosed in double quotes, such as C:\Program Files\Subnet\PowerSYSTEM Center\bin\service.exeAffected if The BINARY_PATH_NAME contains a space-separated path without surrounding quotes.
-
Verify service path location is writableParse the unquoted path (e.g., C:\Program Files\Subnet\PowerSYSTEM Center\bin\). Check if a low-privileged authorized local user can write to any directory component of that path usingicacls <directory_path> or by attempting to create a file in that location.Affected if A subdirectory in the unquoted service path is writable by the local user.
A user is affected if PowerSYSTEM Center 2020 Update 16 or prior is installed, a service associated with it exists, the service binary path is unquoted and contains spaces, and a subdirectory in that path is writable by the local user.
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 · scopedApply vendor-provided patch or remediate by adding quotes to the service binary path in the Windows registry (e.g., change C:\Program Files\App\service.exe to "C:\Program Files\App\service.exe"). Verify service functionality after changes.
PowerSYSTEM Center 2020 Update 17 or later
- 1. Identify all PowerSYSTEM Center services running on the system using 'sc query' or 'Get-Service' command
- 2. For each service, check the binPath using 'sc qc <serviceName>' to identify unquoted paths with spaces
- 3. Contact Schneider Electric support or refer to official documentation to obtain PowerSYSTEM Center 2020 Update 17 or later which contains the security fix
- 4. Before upgrading, backup all configuration data and databases according to Schneider Electric backup procedures
- 5. Apply the upgrade following the official Schneider Electric upgrade guide for PowerSYSTEM Center 2020
- 6. After upgrade, verify services are properly quoted by re-running 'sc qc' on each service
- 7. Verify the fix by confirming the service executable paths now include quotes (e.g., "C:\Program Files\...")
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing1.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 $1,744.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-6631 — 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-2023-6631 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