Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

High level vulnerability in ServiceBus 3.1.1 #385

Closed aupadhye closed 5 years ago

aupadhye commented 5 years ago

Actual Behavior

Azure Service Bus SDK version 3.1.1 dependency async-http-client version 2.5.2 has a security vulnerability.

SRCCLR-SID-21682 XML External Entity (XXE): async-http-client is vulnerable to XML external entity attacks. The external DTD support in the Webdav module is not disabled, allowing attackers to access and retrieve system files, submit requests on behalf of the server, or potentially cause a denial of service.

Expected Behavior

Could you update the dependency to async-http-client-2.10.4 which doen't have this vulnerability?

Versions

image

nemakam commented 5 years ago

Fixed in https://github.com/Azure/azure-sdk-for-java/issues/5956