Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-5948: Merge pull request #127 from TeamAmaze/bugfix/welcomescreen · TeamAmaze/AmazeFileUtilities@62d0220

Improper Authorization in GitHub repository teamamaze/amazefileutilities prior to 1.91.

CVE
#android#git#java#auth

Expand Up @@ -37,6 +37,7 @@ import androidx.core.app.ActivityCompat import com.amaze.fileutilities.R import com.amaze.fileutilities.utilis.showToastInCenter import com.stephentuso.welcome.WelcomeActivity import com.stephentuso.welcome.WelcomeUtils import org.slf4j.Logger import org.slf4j.LoggerFactory
Expand Down Expand Up @@ -327,6 +328,19 @@ abstract class WelcomePermissionScreen : return grantResults.size == 1 && grantResults[0] == PackageManager.PERMISSION_GRANTED }
/** * Remove all flags and URI that put into the Intent. * We are finishing the app here, so any URI provided will not be useful anyway. */ override fun cancelWelcomeScreen() { val intent = this.intent intent.flags = -1 intent.data = null intent.putExtra(WELCOME_SCREEN_KEY, WelcomeUtils.getKey(this.javaClass)) this.setResult(RESULT_CANCELED, intent) finish() }
interface OnPermissionGranted { fun onPermissionGranted(isGranted: Boolean) } Expand Down

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907