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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.8HighVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/actuator/com.bdrm.superreboot/blob/main/CWE-925.mdCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
