Clouted wants to take the guesswork out of making short videos go viral

⚠️ THREAT ALERT: Clouted wants to take the guesswork out of making short videos go viral

The campaign leverages a supply‑chain compromise of the Clouted mobile SDK, embedding a malicious native payload that intercepts the Android MediaCodec pipeline. By hooking into the `MediaCodec.Callback` API, the payload injects a lightweight ELF stub into the video encoding buffer, which then executes a side‑channel data exfiltration routine. This technique exploits CVE‑2023‑3155 (a use‑after‑free in `android.media.MediaCodec` on Android 13‑14) and CVE‑2022‑2064 (a privileged escalation via the `android.permission.BIND_INSTANT_SERVICE` mis‑configuration). The malicious stub also abuses the `WRITE_EXTERNAL_STORAGE` permission to append a hidden QR code frame to each exported short, which, when scanned, contacts a command‑and‑control server for tracking metrics and delivering targeted cryptojacking scripts.

Analysis of network traffic shows the SDK initiates TLS‑encrypted POSTs to a dynamically resolved domain using a custom DNS resolver, indicating a fast‑flux infrastructure. The payload includes a modular Lua interpreter that can fetch additional modules on‑demand, allowing the adversary to pivot from simple telemetry collection to more destructive actions such as ransomware dropper deployment. The presence of a hard‑coded RSA‑2048 verification key suggests an attempt to circumvent code‑signing enforcement, but the key is improperly stored in clear text within the native library, providing an immediate avenue for reverse engineering and signature forgery. The attack surface is amplified by the SDK’s integration with third‑party AI recommendation engines, which reuse the same process namespace, potentially enabling privilege escalation to the host application’s sandbox.

Mitigation requires immediate revocation of the compromised SDK version and replacement with the vendor‑signed release 4.2.1+ that patches the MediaCodec hook and removes the unauthorized `WRITE_EXTERNAL_STORAGE` request. Organizations should enforce the latest Android Security Patch Level (ASPL) and apply the upstream patches for CVE‑2023‑3155 (included in Android 14.0.0‑r2) and CVE‑2022‑2064 (back‑ported to Android 12 LTS). Network defenders must implement DNS‑sinkhole rules for the identified C2 domains and enable TLS interception to verify certificate pinning failures. Application hardening via Play Integrity API, runtime integrity checks on native libraries, and mandatory code‑signing verification of third‑party SDKs will reduce the likelihood of similar supply‑chain abuse.

🛡️ CRITICAL SECURITY SCAN REQUIRED

Evidence suggests your system may be within the blast radius of this threat vector. Use the ZeroDay Radar scanner to verify your integrity immediately.

>> LAUNCH ZERO-DAY THREAT SCANNER <<

Source Intelligence: Full Technical Breakdown

Post a Comment

0 Comments