Skip to main content

Netcad NetGIS CVE-2026-8396

| EUVDEUVD-2026-45165 HIGH
Improper Restriction of XML External Entity Reference (CWE-611)
2026-07-17 TR-CERT GHSA-wrw3-44cj-hmrf
7.5
CVSS 3.1 · Vendor: TR-CERT
Share

Severity by source

Vendor (TR-CERT) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
7.5 HIGH

Remote unauthenticated XML submission with low complexity yields file/internal-data disclosure (C:H); no integrity or availability impact, scope kept unchanged absent confirmed SSRF pivot.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (TR-CERT).

CVSS VectorVendor: TR-CERT

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

3
Patch available
Jul 17, 2026 - 15:03 EUVD
Analysis Generated
Jul 17, 2026 - 13:05 vuln.today
CVE Published
Jul 17, 2026 - 12:20 cve.org
HIGH 7.5

DescriptionCVE.org

Improper restriction of XML external entity reference vulnerability in Netcad Software Inc. NetGIS allows Serialized Data External Linking.

This issue affects NetGIS: from 5.0.66 before 7.2.2.

AnalysisAI

Sensitive file and internal resource disclosure in Netcad Software NetGIS (versions 5.0.66 up to but not including 7.2.2) arises from an XML External Entity (XXE) flaw where the application resolves external entity references in serialized/XML data submitted by clients. Remote attackers can craft malicious XML payloads to read local files, exfiltrate data, or reach internal network resources on the server. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV; it was reported by Turkey's national CERT (TR-CERT/USOM).

Technical ContextAI

NetGIS is a geographic information system (GIS) product from the Turkish vendor Netcad Software Inc. The vulnerability is a classic XML External Entity injection (CWE-611: Improper Restriction of XML External Entity Reference). It occurs when an XML parser processing serialized data is configured to resolve external entities (DOCTYPE/SYSTEM declarations) instead of disabling them. GIS platforms routinely ingest structured/serialized formats (e.g., GML, KML, SOAP, XM'-based map/feature exchange), which makes an XML deserialization path a plausible attack surface. The CPE cpe:2.3:a:netcad_software_inc.:netgis:*:*:*:*:*:*:*:* confirms the affected component is the NetGIS application itself across all editions in the vulnerable range. Because external entities can point at 'file://' URIs or internal 'http(s)://' endpoints, XXE typically yields arbitrary file read and server-side request forgery (SSRF)-style internal access.

RemediationAI

Upgrade NetGIS to version 7.2.2 or later, which is the first release outside the affected range (Vendor-released patch: 7.2.2). If immediate upgrade is not feasible, apply compensating controls at the XML-processing layer: disable DTD processing and external entity/parameter-entity resolution in the parser (the definitive XXE fix), which generally has no functional side effect for data that does not legitimately use DTDs; restrict or block the server's outbound network access so 'file://' and internal 'http://' entity fetches fail (trade-off: may break legitimate remote schema/resource fetches); and place NetGIS XML-ingestion endpoints behind authentication or network ACLs to limit which clients can submit serialized data (trade-off: reduces exposure but does not remediate the parser flaw). Refer to the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0570 for vendor guidance.

Share

CVE-2026-8396 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy