Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

File metadata and controls

31 lines (22 loc) · 1.06 KB
stage group info
Secure
Dynamic Analysis
To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

External XML Entity Injection (XXE)

Description

It is possible to cause the application's XML parser to include external resources. This can include files or in some circumstances initiate requests to third party servers.

Remediation

Consult the documentation for the XML Parser used by the target application for security guidelines and hardening steps. It is recommended that all XML parsers disable external entity resolution and XML xinclude features. Most XML parsers based on libxml can also be configured to disable network access.

Details

ID Aggregated CWE Type Risk
611.1 false 611 Active high

Links