Skip to content
Beveiligingsnieuws

ThreatsDay: from iCloud backdoors to agent RCE

agent RCE

Every week, cyber threats come back to the same principle: systems trust just a bit too much, just a bit too early. ThreatsDay brings multiple stories together that underline this pattern. From misuse of apps and packages to the danger of agent RCE—meaning: code execution triggered by malicious input inside an automated environment.

Below, I outline the most important developments, with an emphasis on what you, as an organization or security team, can learn from them in practice.

Agents and “before the first prompt”: why RCE is getting closer

One of the most striking insights from ThreatsDay concerns the behavior of coding agents and their integrations. Research suggests that “trust” in a repository can lead to situations where code runs before you even give your first prompt. That means an action that looks harmless—like cloning a project—can become an attack path.

The risk increases when agent environments create automatic code-execution pathways based on project settings or tooling configurations. In such a chain, attacker behavior can be carried out before model prompt-injection controls have a chance to do their work.

Practical countermeasures

  • Treat the opening and processing of unknown repositories as “running code.”
  • Use throwaway infrastructure or sandbox-like environments without sensitive credentials.
  • Don’t grant project trust automatically to agent sessions with privileges or access to important data.

If you want to understand how similar “agents that don’t do what you expected” can be abused, this dossier is also relevant: AI agents go rogue: lessons from AISI research.

Odysseus and a chain that leads to OS commands

ThreatsDay also mentions a critical flaw in a privacy-focused AI workspace: Odysseus. The core issue is that an authenticated user without admin rights can have OS commands executed via a series of steps, using the privileges of the Odysseus process.

In doing so, the action is tied to a scheduled task mechanism, and the impact shifts through ordinary, non-privileged API requests. That means the attacker doesn’t need to start out “as an admin,” yet can still bridge to a higher-impact outcome.

Important detail: according to the source, the vulnerability has been fixed in version 1.0.2. There’s also no indication it was actively exploited before the fix. Still, this is exactly the type of problem where “low trust” leads to “high impact,” because the application itself can process and store sensitive data.

Samsung “one-click” takeover: when a link is enough

Another story highlighted by ThreatsDay involves Samsung devices where vulnerabilities can be chained into a system compromise. What’s special here is the trigger: it’s enough to click a link delivered via an advertisement or through a messaging app.

The researchers connect this to design choices around the virtual assistant Bixby. Their findings describe how a specific Android permission—when abused—gets automatically approved when misused, enabling privilege escalation. After that, the assistant can unintentionally act as a “bridge” between less-privileged contexts and services with higher privileges through interprocess communication.

These issues were demonstrated earlier in a hacking competition and later patched by Samsung. For organizations with managed mobile environments, this is a reminder: taps via messaging and ads must be treated as seriously as downloads from unknown sources.

Phishing chains via PDFs and ClickOnce: remote Rust backdoors

ThreatsDay also describes a multi-stage attack where ClickOnce applications are deployed via phishing PDFs. The goal is to deliver Rust-based backdoors. Then comes further activity: setting up persistence, collecting host information, and running remote commands via external servers using serverless hosting.

In this type of chain, packaging is the key. The first stage looks like normal content, but ultimately leads to actual implant deployment. These attacks often work well because standard email and web filters don’t always fully understand the intent—especially when the technique is built up across multiple steps.

Npm supply chain: bypassing detection by being “just different enough”

The JavaScript world also comes up. Sonatype describes a large-scale campaign with hundreds of components—aimed at delivering and executing malicious payloads. Part of the approach focuses on adjusting outward behavior and implementation details.

More concretely: packages download and start a second stage, with delivery optimized for different operating systems. In addition, the campaign includes variants that differ syntactically—for example in used URL functions or variable names—while the underlying behavioral logic remains strongly similar.

This matters for defenders because many detection mechanisms rely on exact matches or signature details. If attackers can vary around those signals without meaningfully changing behavior, traditional rules become less effective.

If you want to read more about supply-chain incidents across JavaScript ecosystems, this related article is a good supplement: ChainDrop: 400+ NPM packages infected.

macOS malware and “worming” via Xcode projects

For macOS, there’s a report of a new version of XCSSET. The update targets thousands of users through compromised Xcode projects and GitHub repositories. The malware uses an advanced approach to make the core logic less visible, including hiding elements in memory.

It also improves detection evasion through polymorphic payload generation and fileless persistence. Browser behavior is targeted as well (especially Chrome), where JavaScript can be injected for credential theft, clipboard monitoring, and exfiltration.

Notable too is the use of a Telegram-related “trojanizer”: a legitimate Telegram Desktop application is removed and replaced with a manipulated variant intended to eavesdrop on communications.

For macOS administrators, this is an additional reason to treat development assets—projects and repository contents included—not as “just source code,” but as potential execution channels.

Domain controller misuse: mixing identity and privileges

ThreatsDay also mentions Active Directory vulnerabilities related to identity confusion on domain controllers. In particular, it covers situations where a low-privileged user can quickly gain Domain Admin-level permissions.

The source states that Microsoft patched both issues in March and April 2026. Beyond that, it advises organizations to keep pushing least privilege beyond patches, and to monitor for unusual changes in permissions—such as non-standard permissions that suddenly get added.

This recommendation aligns with a mature defensive strategy: you reduce the attack surface with patches, but you limit the damage by detecting when rights change in “illogical” ways.

Telecom and infrastructure risks: residual traces and abuse of “trusted positions”

In addition to pure software or application vulnerabilities, ThreatsDay focuses on telecom risks. A report from a U.S. congressional committee describes how China-linked infrastructure could serve as a starting point through residual traces that make future cyber operations easier.

The reasoning is that Chinese telecom providers operating in the U.S. may not act independently and can retain “trusted” positions within communication structures. The report also mentions contractual provisions, including an “Acceptable Use Policy” that limits certain forms of content distribution.

This isn’t a typical IT patch story, but a reminder that security also has geopolitical and contractual dimensions: whoever has access to critical chains can influence how activity is concealed.

What you can do right now (short and actionable)

If there’s one takeaway from ThreatsDay, it’s this: defend against “early trust” and “privilege seepage.” Turn that into policies and technical controls.

  • Agents and automation: restrict what repositories and project settings are allowed to do. Run unknown code in disposable setups without sensitive tokens.
  • Patch management: keep critical platform and OS-like dependencies up to date, including AI workspaces and AD components.
  • Supply-chain hygiene: look beyond exact signatures. Use context, behavior, and traceability in your detections.
  • Privileges and monitoring: enforce least privilege and watch for non-standard permission changes, especially in identity systems.

Conclusion

ThreatsDay shows a consistent picture: attackers don’t just win with “new” exploits, but especially by making systems do what they’re supposed to—at the wrong time or from the wrong context. The risk of agent RCE is a clear example: if you trust an agent too much, malicious code can run before you notice or approve anything.

By isolating agent environments more strictly, patching software quickly, interpreting supply-chain signals more intelligently, and guarding privileges, you reduce the chance that an attacker can go from an apparently harmless step straight to high impact.

Source: https://thehackernews.com/2026/08/threatsday-odysseus-rce-samsung-one.html