CVE-2024-23815
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 · uneditedA vulnerability has been identified in Desigo CC (All versions if access from Installed Clients to Desigo CC server is allowed from networks outside of a highly protected zone), Desigo CC (All versions if access from Installed Clients to Desigo CC server is only allowed within highly protected zones). The affected server application fails to authenticate specific client requests. Modification of the client binary could allow an unauthenticated remote attacker to execute arbitrary SQL queries on the server database via the event port (default: 4998/tcp)
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 confidenceDesigo CC server fails to authenticate specific client requests on the event port (default: 4998/tcp). An unauthenticated remote attacker can modify the client binary to send crafted requests that bypass authentication, enabling arbitrary SQL query execution on the server database.
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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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 if Desigo CC server is installedLook for Desigo CC installation directories (typically under C:\Program Files\Siemens\Desigo CC or /opt/siemens/desigo_cc) and check for running processes named 'DesigoCC' or 'Desigo' in task manager or via 'tasklist | findstr Desigo' on Windows or 'ps aux | grep -i desigo' on LinuxAffected if Desigo CC software is present on the system and running as a service
-
Check if event port 4998/tcp is listeningRun 'netstat -an | findstr 4998' on Windows or 'netstat -tlnp | grep 4998' on Linux to see if port 4998 is in LISTEN stateAffected if Port 4998/tcp is open and listening for connections
-
Verify network exposure of the event portUse nmap or PowerShell to test remote connectivity to port 4998: 'Test-NetConnection -ComputerName <server_ip> -Port 4998' or scan from an external system to confirm the port is reachable beyond localhostAffected if Port 4998/tcp is accessible from untrusted network segments or the internet
-
Check installed Desigo CC versionInspect Desigo CC version through the application (Help > About), registry keys under HKLM\SOFTWARE\Siemens\Desigo CC, or installation logs in the program directoryAffected if The installed version falls within any vulnerable release range (compare your version against official Siemens security advisories for CVE-2024-23815)
-
Inspect firewall and network segmentation rulesReview Windows Firewall rules or network ACLs: 'netsh advfirewall firewall show rule name=all' on Windows, or iptables/suricata rules on Linux, to see if port 4998 is restricted to specific trusted IP addressesAffected if Port 4998/tcp allows unrestricted access from any IP address rather than being limited to trusted client subnets
You are affected if Desigo CC is running with port 4998/tcp exposed to untrusted networks and your installed version is identified as vulnerable in Siemens security advisories for CVE-2024-23815.
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 dataRestrict network access to the Desigo CC server's event port (4998/tcp) to only trusted clients within the highly protected zone; implement integrity verification for client binaries to prevent tampering.
- Consultation6.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,680.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-23815 — 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-2024-23815 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