Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6639] Is it possible titanium android app can kill any other running app including itself.

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
Reportershishir.roy
AssigneeAbir Mukherjee
Created2020-12-04T08:08:51.000+0000
Updated2020-12-07T04:14:11.000+0000

Description

We have done the security scan for our android app which is build using titanium sdk As per the output of security, scan says that "This app can kill any other running app including itself" Details: org.appcelerator.titanium.util.TiUIHelper org.appcelerator.titanium.TiExceptionHandler Above API is responsible for the same. So is there are any security concerns related to the mentions API.

Comments

  1. Joshua Quick 2020-12-04

    I'm not exactly sure what your security scanner is referring to in those classes. We've ran security scanners on our software before and I don't recall a warning such as this. Can you provide us more detail? Like what Java APIs the scanner has a problem with? I'm especially baffled by it flagging our TiExceptionHandler, which is used to catch unhandled exceptions. If anything, that helps prevent the app from kill itself.
  2. shishir.roy 2020-12-07

    One of our client run zimperium tools for our app which is developed using titanium sdk. So they have provided us the result which says that "*This app can kill any other running app including itself*" and more details of APIs org.appcelerator.titanium.util.TiUIHelper org.appcelerator.titanium.TiExceptionHandler So we wanted to know that is any possibility of the above scenario could happen in the android app which is developed using Titanium sdk.

JSON Source