CVE-2025-10639
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 · uneditedThe WorkExaminer Professional server installation comes with an FTP server that is used to receive the client logs on TCP port 12304. An attacker with network access to this port can use weak hardcoded credentials to login to the FTP server and modify or read data, log files and gain remote code execution as NT Authority\SYSTEM on the server by exchanging accessible service binaries in the WorkExaminer installation directory (e.g. "C:\Program File (x86)\Work Examiner Professional Server").
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 confidenceThe WorkExaminer Professional server ships with an FTP service on TCP port 12304 that uses weak hardcoded credentials, allowing any network-attacker to authenticate. Once authenticated, the attacker can replace service binaries in the installation directory to achieve remote code execution as NT Authority\SYSTEM.
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
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/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.
-
Confirm WorkExaminer Professional is installedLook for the product in installed programs (Control Panel > Programs and Features) or check common installation paths such as C:\Program Files\WorkExaminer or C:\Program Files (x86)\WorkExaminer for the executable files.Affected if WorkExaminer Professional is present on the system.
-
Identify the installed versionRight-click the WorkExaminer executable (usually workexaminer.exe or wexaminer.exe in the installation directory), select Properties, and note the File Version on the Details tab. Alternatively, run: dir "C:\Program Files\WorkExaminer" /s /b 2>nul or dir "C:\Program Files (x86)\WorkExaminer" /s /b 2>nulAffected if The installed version falls within any affected version range (compare your version to the vendor's advisory).
-
Verify FTP service is running on port 12304Open Command Prompt and run: netstat -ano | findstr :12304. Also check via Services console (services.msc) for a service named WorkExaminer FTP or similar, or run: sc query type= service state= all | findstr -i workexaminerAffected if TCP port 12304 is listening or a WorkExaminer-related FTP service is running.
-
Check if FTP accepts hardcoded credentialsAttempt an anonymous or default credential login to the FTP server on port 12304 using an FTP client: ftp <targetIP> 12304. Try common default credentials such as admin/admin, workexaminer/workexaminer, or anonymous/anonymous. If login succeeds without the administrator changing the password, the system is vulnerable.Affected if The FTP service authenticates using hardcoded/default credentials accessible to any network attacker.
-
Determine network exposure of port 12304Run: netsh firewall show all or check Windows Defender Firewall advanced security rules for inbound rules on port 12304. Also verify external exposure by scanning the IP from an external network or reviewing perimeter firewall rules.Affected if Port 12304 is accessible from untrusted networks (Internet, guest WiFi, or other non-admin network segments).
The environment is affected if WorkExaminer Professional with a vulnerable version is installed, the FTP service on port 12304 is running, and it uses hardcoded credentials that are accessible from a network where attackers can reach port 12304.
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 dataImmediately change the hardcoded FTP credentials to strong, unique values, disable the FTP service if unused, and restrict network access to port 12304 to authorized IPs only. Consider replacing service binaries with immutable locations and applying least-privilege principles to the service account.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.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 $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-10639 — 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-10639 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