CVE-2023-49110
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 · uneditedWhen the Kiuwan Local Analyzer uploads the scan results to the Kiuwan SAST web application (either on-premises or cloud/SaaS solution), the transmitted data consists of a ZIP archive containing several files, some of them in the XML file format. During Kiuwan's server-side processing of these XML files, it resolves external XML entities, resulting in a XML external entity injection attack. An attacker with privileges to scan source code within the "Code Security" module is able to extract any files of the operating system with the rights of the application server user and is potentially able to gain sensitive files, such as configuration and passwords. Furthermore, this vulnerability also allows an attacker to initiate connections to internal systems, e.g. for port scans or accessing other internal functions / applications such as the Wildfly admin console of Kiuwan. This issue affects Kiuwan SAST: <master.1808.p685.q13371
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 confidenceXML External Entity (XXE) injection vulnerability in Kiuwan SAST where the server processes uploaded XML files from scan results without disabling external entity resolution, allowing authenticated Code Security module users to read arbitrary server files and perform internal network reconnaissance.
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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/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 Kiuwan SAST installationLocate the Kiuwan installation directory or check running services for Kiuwan components. Common paths include /opt/kiuwan or C:\Program Files\Kiuwan. Check if the application is accessible via browser on typical ports like 8080 or 8443.Affected if Kiuwan SAST is installed and running in the environment
-
Determine installed Kiuwan versionCheck the Kiuwan version by logging into the application and navigating to Help > About, or by inspecting version files in the installation directory such as version.properties, build.info, or a similar version manifest file.Affected if The installed version is earlier than master.1808.p685.q13371 (vulnerable versions)
-
Verify user has Code Security module accessLog into Kiuwan as a user and navigate to the Code Security module. Check user role permissions in Administration > Users to determine if the account has Code Security or scan upload privileges.Affected if User account has Code Security module access and can initiate or upload scan results
-
Confirm XML parser configurationInspect the XML parser configuration files in the Kiuwan installation directory, typically found in conf/ or config/ folders. Look for XML parser settings such as disabling external entity resolution, DTD processing, or similar XXE protections.Affected if External entity resolution is NOT explicitly disabled in the XML parser configuration (XXE protection is missing or disabled)
User is affected if Kiuwan SAST is running a version earlier than master.1808.p685.q13371, they have Code Security module access, and the XML parser has not had external entity resolution disabled.
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 · scopedDisable XML external entity resolution in the XML parser configuration on the Kiuwan server and upgrade to the patched version (master.1808.p685.q13371 or later).
Kiuwan SAST master.1808.p685.q13371 or later
- 1. Identify the current installed version of Kiuwan SAST (on-premises or cloud/SaaS)
- 2. Contact Kiuwan vendor to obtain the fixed version (master.1808.p685.q13371 or later)
- 3. Schedule a maintenance window for the upgrade
- 4. Before upgrading, backup all existing configurations, databases, and scan data
- 5. Upgrade Kiuwan SAST to the fixed version that disables external XML entity resolution
- 6. Verify the upgrade was successful by checking the application version
- 7. Confirm XXE vulnerability is remediated by reviewing Kiuwan release notes or security advisories
- 8. Test that normal scan functionality still works after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.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,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-49110 — 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-49110 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