Select to view content in your preferred language

Security Audit issues are there in My Application.

93
1
a week ago
JyoshnaRani
Emerging Contributor

Hi team,

I used ArcGIS SDK in my application. After auditing of my application they found few security issue.

1. Use of a Broken Risky Cryptographic Algorithm. ->

com/esri/arcgisruntime/internal/apachehttp/client5/http/impl/auth/k.java

Description :
The use of a broken risky cryptographic algorithm is an unnecessary risk that may result
in the disclosure of sensitive information. The use of a non-standard algorithm is
dangerous because a determined attacker may be able to break the
algorithm compromise whatever data has been protected. Well-known techniques may
exist to break the algorithm.

Impact :
The use of a non-standard algorithm is dangerous because a determined attacker may
be able to break the algorithm compromise whatever data has been protected. Well-known techniques may exist to break the algorithm.

Screenshot 2024-09-20 144757.png

2. Insecure WebView Implementation. -> com/esri/arcgisruntime/security/DefaultOAuthIntentReceiver.java

Description :
WebView ignores SSL Certificate errors accept any SSL Certificate.

Impact :
Insecure WebView Implementation leads to MITM attacks

Screenshot 2024-09-20 145117.png

I had below android implementation version.

implementation 'com.esri.arcgisruntime:arcgis-android:100.15.4'

Please check the attached images for your reference. 

Kindly suggest me to what are the necessary steps or process to fix this audit issues.

Thank You,

Jyoshna 

0 Kudos
1 Reply
SimonSchütte_ct
Frequent Contributor
0 Kudos