Skip to content

Using blacklisted XML parsing function is dangerousΒ #9

@anshumanbh

Description

@anshumanbh

Find more live information in Aikido here: https://app.aikido.dev/queue?sidebarIssue=2217903&groupId=6189&sidebarIssueTask=1405595&sidebarTab=tasks

Scope

This task includes issues in the following code repository:

TLDR

Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks.

How to fix

Replace xml.dom.minidom.parse with its defusedxml equivalent function.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions