CVE-2026-12788
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 was determined in zhilink 智互联(深圳)科技有限公司 ADP Application Developer Platform 应用开发者平台 1.0.0. This vulnerability affects unknown code of the file /adpweb/a/base/barcodeDetail/import of the component XML Parser. This manipulation causes xml external entity reference. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
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 confidenceThe ADP Application Developer Platform version 1.0.0 contains an XML External Entity (XXE) injection vulnerability in the barcodeDetail/import functionality. The XML parser processes user-supplied XML without disabling external entity references, allowing attackers to inject malicious XML that can read local files, perform server-side request forgery (SSRF), or cause denial of service. This can be exploited remotely via crafted XML payloads sent to the affected endpoint.
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
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
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 ADP Application Developer Platform installation and versionLocate the application installation directory and check for version information in version files, manifest, or the application's main binary/dll properties. Typical locations include the root installation folder or WEB-INF directory for web applications.Affected if The installed version matches 1.0.0 or falls within an unspecified version range containing this release.
-
Verify the barcodeDetail/import endpoint is exposedCheck the application's routing configuration or web.xml file to confirm the endpoint /adpweb/a/base/barcodeDetail/import is registered and accessible. Use a web proxy or curl to send a GET request to this endpoint and observe the response.Affected if The endpoint responds with an XML upload or import form, indicating it accepts XML input.
-
Inspect XML parser configuration for external entity settingsLocate the XML parser configuration files used by the application. Search for XML parser initialization code in the application's source files, configuration files, or libraries that handle the barcodeDetail/import functionality. Look for parser settings such as 'external-general-entities', 'external-parameter-entities', 'dtd-support', or 'prohibit-dtd'.Affected if The XML parser is configured with external entity processing enabled (no explicit disabling of XXE vectors).
-
Check for disabled secure XML parsing featuresReview the code or configuration that initializes the XML parser for the import endpoint. Verify whether the application explicitly sets security features like 'XMLConstants.FEATURE_SECURE_PROCESSING', disables DTD processing, or uses a safe XMLReader with external entities disabled.Affected if The application does not explicitly disable external entity processing or DTD processing in its XML parser configuration for this endpoint.
-
Review application logs for XXE indicatorsExamine application server logs and access logs for the barcodeDetail/import endpoint. Look for errors related to XML parsing, file access attempts, or unusual XML payloads that might indicate exploitation attempts.Affected if Logs show XML parsing errors involving external entities or file references, suggesting the vulnerable parser is processing such requests.
The environment is affected if ADP Application Developer Platform version 1.0.0 is installed, the barcodeDetail/import endpoint is accessible, and the XML parser handling that endpoint does not explicitly disable external entity and DTD processing.
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 dataDisable external entity processing and DTD processing in the XML parser configuration for the /adpweb/a/base/barcodeDetail/import endpoint. Implement strict input validation and use a secure XML parser that does not resolve external entities by default.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-12788 — 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-2026-12788 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