CVE-2026-0634
Published: 02 April 2026
Summary
CVE-2026-0634 is a high-severity Argument Injection (CWE-88) vulnerability in Tecno (inferred from references). Its CVSS base score is 7.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 19.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates command injection (CWE-88) in AssistFeedbackService by requiring validation of inputs from local apps to prevent arbitrary code execution.
Addresses the specific CVE by identifying, patching, and deploying fixes for the command injection flaw as referenced in TECNO's security updates.
Limits damage from privilege escalation to system user by enforcing least privilege on processes like AssistFeedbackService.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct local command injection enables exploitation for privilege escalation to system-level code execution.
NVD Description
Code execution in AssistFeedbackService of TECNO Pova7 Pro 5G on Android allows local apps to execute arbitrary code as system via command injection.
Deeper analysisAI
CVE-2026-0634 is a code execution vulnerability in the AssistFeedbackService component of the TECNO Pova7 Pro 5G running Android. It stems from a command injection flaw (CWE-88) that enables local apps to execute arbitrary code with system-level privileges. The vulnerability was published on 2026-04-02 and carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability.
An attacker with local access and low privileges, such as a malicious app installed on the device, can exploit this vulnerability. Exploitation requires low complexity and no user interaction, allowing the attacker to inject commands into AssistFeedbackService and gain arbitrary code execution as the system user. This escalates privileges, potentially enabling full device compromise, data theft, or persistence mechanisms.
Mitigation details are referenced in TECNO's security updates advisory at https://security.tecno.com/SRC/securityUpdates. Security practitioners should consult this page for patch availability and deployment guidance specific to the TECNO Pova7 Pro 5G.
Details
- CWE(s)