Calum Hutton

#1348of 53,630
163Total CVSS
Vulnerabilities · 23
Medium
10
High
10
Critical
3
PT-2025-39169
8.2
2025-09-22
Unknown · Pushshopprovider · CVE-2025-10184
**Name of the Vulnerable Software and Affected Versions** OnePlus OxygenOS versions 12 through 15 **Description** A significant security issue affects OnePlus devices running OxygenOS. This flaw allows any installed application to read SMS/MMS data and metadata from the system Telephony provider without requiring user permission, interaction, or consent. The user is not notified that their SMS data is being accessed. This could compromise sensitive information and undermine the security of SMS-based Multi-Factor Authentication (MFA). The root cause is missing write permissions in several content providers (com.android.providers.telephony.PushMessageProvider, com.android.providers.telephony.PushShopProvider, com.android.providers.telephony.ServiceNumberProvider) and a blind SQL injection vulnerability in the `update` method of these providers. The vulnerability allows an attacker to extract SMS messages through boolean queries. The issue was discovered in May 2025 and publicly disclosed in September 2025. While OnePlus acknowledged the issue, a patch was not immediately available, with a rollout planned for mid-October 2025. **Recommendations** Update your device to the latest OxygenOS version as soon as the patch is available, starting mid-October 2025. Remove any untrusted applications from your device. Switch from SMS-based Multi-Factor Authentication (MFA) to an authenticator app. Use encrypted messaging applications instead of SMS for sensitive communications. Consider switching SMS notifications to push notifications.
PT-2024-18929
4.7
2024-06-21
Opencart · Opencart · CVE-2024-21516
**Name of the Vulnerable Software and Affected Versions** opencart/opencart versions 4.0.0.0 through 4.1.0.0 **Description** A reflected XSS issue was identified in the `directory` parameter of the admin common/filemanager.list route. An attacker could obtain a user's token by tricking the user to click on a maliciously crafted URL. The user is then prompted to login and redirected again upon authentication with the payload automatically executing. If the attacked user has admin privileges, this vulnerability could be used as the start of a chain of exploits like Zip Slip or arbitrary file write vulnerabilities in the admin functionality. This is only exploitable if the attacker knows the name or path of the admin directory, which is "admin" by default but has a warning to rename it in the dashboard. **Recommendations** For versions 4.0.0.0 through 4.1.0.0, consider disabling the admin common/filemanager.list route until a complete fix is available. Restrict access to the admin directory to minimize the risk of exploitation. Avoid using the `directory` parameter in the affected route until the issue is resolved. As a temporary workaround, remove the redirect post admin login to prevent an attacker from controlling the redirect. However, note that the fix for this vulnerability is incomplete, and it is still possible to exploit this issue in admin if the user is authenticated as an admin already. At the moment, there is no information about a newer version that contains a complete fix for this vulnerability.