talsec / Free-RASP-Flutter

Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
194 stars 20 forks source link

java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference #40

Closed olexale closed 1 year ago

olexale commented 1 year ago

Can not reproduce this NPE locally. It happened on Android 11 & 12 for a few users.

Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
       at com.aheaditec.talsec.security.k1.e(SourceFile:10)
       at com.aheaditec.talsec.security.k1.g(SourceFile:10)
       at com.aheaditec.talsec.security.k1.$r8$lambda$llnNtpFpp0MEWB0RhtqrUDAuXaY(SourceFile)
       at com.aheaditec.talsec.security.k1$$InternalSyntheticLambda$1$fa5e170b00cd179a7b8aca1202b01d848d1d21c7b74151c65d5fdb6fc8039d8d$0.run(k1.java:4)
       at com.aheaditec.talsec.security.m1.a(SourceFile:25)
       at com.aheaditec.talsec.security.k1.d(SourceFile:1)
       at com.aheaditec.talsec.security.k1.a(SourceFile:2)
       at com.aheaditec.talsec.security.s1.d(SourceFile:3)
       at com.aheaditec.talsec.security.s1.$r8$lambda$DEiFfqTS15ahlVEiavfeOkwe6KI(SourceFile)
       at com.aheaditec.talsec.security.s1$$InternalSyntheticLambda$1$70e647751427081963304fa1c05aa9eb4e5c1786996cb107c2e81f823c0c2dce$0.run(s1.java:4)
       at java.lang.Thread.run(Thread.java:923)
yardexx commented 1 year ago

Hi @olexale

Thank you for report. We will look into it.

Kind regards, Jaroslav from Talsec Team

suleymancalik commented 1 year ago

Hey, same issue here.

Brand:samsung Model:Galaxy A3(2017) Orientation: Portrait RAM free: 685.45 MB Disk free: 4.78 GB Version:Android 8.0.0 Orientation: Portrait Rooted:No

Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
       at com.aheaditec.talsec.security.k1.e(k1.java:10)
       at com.aheaditec.talsec.security.k1.lambda$llnNtpFpp0MEWB0RhtqrUDAuXaY(k1.java:25)
       at com.aheaditec.talsec.security.-$$Lambda$k1$llnNtpFpp0MEWB0RhtqrUDAuXaY.run(-.java:4)
       at com.aheaditec.talsec.security.m1.a(m1.java:25)
       at com.aheaditec.talsec.security.k1.d(k1.java:1)
       at com.aheaditec.talsec.security.k1.a(k1.java:2)
       at com.aheaditec.talsec.security.s1.d(s1.java:3)
       at com.aheaditec.talsec.security.-$$Lambda$s1$DEiFfqTS15ahlVEiavfeOkwe6KI.run(-.java:4)
       at java.lang.Thread.run(Thread.java:764)
talsec-app commented 1 year ago

Hello, we are actively looking into the issue. We apologize for the delay due to the holidays.

Kind regards, Talsec team

msikyna commented 1 year ago

Hello, we have found the issue. It will be fixed in the next release, which will be delivered soon.

Kind regards, Matúš from Talsec team

yardexx commented 1 year ago

Hello everyone!

New version of freeRASP have been released. New version fixes this issue.

Jaroslav from Talsec Team