Skip to content

Releases: payatu/BugBazaar

v1.2.1

14 Aug 10:14
Compare
Choose a tag to compare

What's Changed?

  1. Fixed minor bugs in the MyProfile module.
  2. Fixed broken features in multiple modules.
  3. Fine-tuned code in multiple vulnerable components.

v1.2

30 Apr 07:02
464b7b5
Compare
Choose a tag to compare

What's Changed?

New Vulnerabilities Added:

1. Fragment Injection

  • Added visible fragment into Refer-us activity.
  • Added hidden fragment for exploitation.

2. SQLi via exported content provider

  • Removed direct SQL queries which were fetching addresses from database.
  • Implemented a new content provider named AddressContentProvider which now fetches addresses from database.
  • This content provider is exported and extra data can be supplied via intent.

3. Unauthorized data Insertion via Insecure Content Provider

  • Implemented AddressContentProvider to write the user supplied data into database via content provider query.
  • Set this content provider as exported and allow data insertation via intent extra data.

Bugs Fixed:

  1. Deeplink not working
  2. Fixed the broken Deeplink feature.
  3. Restructured elements in manifest file and improved logic in java code for multiple components

Full Changelog: android...v1.2

v1.1

14 Dec 05:58
de20579
Compare
Choose a tag to compare

BugBazaar Android Application version 1.1

  • Fixed "Application crashing on Android 33+ issue"