LiveActive security incident?Get immediate response
CVE Record

CVE-2023-47889: The Android application BINHDRM26 com.bdrm.superreboot 1.0.3, exposes several critical actions through its...

The Android application BINHDRM26 com.bdrm.superreboot 1.0.3, exposes several critical actions through its exported broadcast receivers. These exposed actions can allow any app on the device to send unauthorized broadcasts, leading to unintended consequences. The vulnerability is particularly concerning because these actions include powering off, system reboot & entering recovery mode.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This CVE affects the Android app BINHDRM26 package com.bdrm.superreboot 1.0.3. Other apps on the same device may be able to trigger sensitive functions, including power off, reboot, or recovery mode, without proper authorization. That can disrupt device availability and potentially affect integrity or confidentiality depending on device context.

Executive priority

Treat as high priority for fleets where Android uptime matters, especially kiosks, operational devices, and shared devices. The main business risk is unauthorized local disruption. Urgency is lower for environments where the app is absent or tightly controlled.

Technical view

The issue is exposed Android broadcast receivers for critical actions in com.bdrm.superreboot 1.0.3. The CVE assigns CVSS 3.1 score 7.8 with local attack vector, low complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact. The source bundle maps it to CWE-927.

Likely exposure

Exposure is limited to Android devices with BINHDRM26 com.bdrm.superreboot 1.0.3 installed. The source data does not indicate network exposure. The attacker needs local app presence or equivalent ability to send broadcasts on the same device.

Exploitation context

No CISA KEV listing is reported in the source bundle, and no active exploitation evidence is provided. The described abuse path is local inter-app misuse of exported broadcast receivers, not a remote internet attack.

Researcher notes

Evidence is narrow: the CVE description names the Android package and version, but affected vendor/product fields are listed as n/a. No patch details or exploitation confirmation are provided. The reference filename mentions CWE-925 while the source bundle lists CWE-927; classification should be verified against the original reference.

Mitigation direction

  • Inventory managed Android devices for com.bdrm.superreboot 1.0.3.
  • Remove the app where it is not explicitly required.
  • Check vendor or maintainer guidance for an updated build or manifest fix.
  • Restrict installation of untrusted apps on devices that must keep this app.
  • Prioritize remediation on shared, kiosk, operational, or high-availability Android devices.

Validation and detection

  • Confirm whether com.bdrm.superreboot 1.0.3 is installed on managed Android devices.
  • Review the installed app manifest for exported broadcast receivers tied to critical actions.
  • Check device management logs for unexpected reboot, power-off, or recovery-mode events.
  • Verify whether a newer vendor-approved version is available and deployed.
  • Document affected device groups and business functions before removal or replacement.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-927: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-47889 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-47889Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-927 · source CWE mapping

Use of Implicit Intent for Sensitive Communication

Use of Implicit Intent for Sensitive Communication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.