Close Menu
    What's Hot

    France 0 – 2 Spain

    Helping AI models to meet the real world | MIT News

    Microsoft Patches Record 622 Flaws, Including Two Zero-Days Under Active Attack

    Facebook X (Twitter) Instagram
    Trending
    • France 0 – 2 Spain
    • Helping AI models to meet the real world | MIT News
    • Microsoft Patches Record 622 Flaws, Including Two Zero-Days Under Active Attack
    • No More Trips to Walgreens? State Department Teases…
    • French and Spanish parties – Live Updates
    • Iran Escalates Its Attacks on Bahrain and Kuwait
    • Mikie Sherrill confronts FIFA in New Jersey turf battle – Live Updates
    • Palestine weekly: Israel attacks children, hospitals in bloody week in Gaza | Israel-Palestine conflict News
    interluknewsinterluknews
    • Home
    • Business
      • Corporate News
      • Industry Insights
      • Startups & Entrepreneurship
      • Technology & Innovation
    • Economy
      • Economic Policy
      • Financial Analysis
      • Inflation & Interest Rates
      • Trade & Markets
    • Global
      • Conflicts & Security
      • Diplomacy
      • Global Trends
      • International Affairs
    • Lifestyle
      • Fashion
      • Food & Dining
      • Personal Development
      • Travel
    • Opinion
      • Columns
      • Editorials
      • Expert Opinions
      • Reader Voices
    • More
      • Politics
        • Elections
        • Government & Policy
        • International Relations
        • Political Analysis
      • Sports
        • Cricket
        • Football / Soccer
        • International Sports
        • Local Sports
      • Technology
        • Artificial Intelligence
        • Cybersecurity
        • Gadgets & Reviews
        • Tech News
      • South Africa News
    Facebook X (Twitter) Instagram
    interluknewsinterluknews
    Cybersecurity

    Five Malicious Rust Crates and AI Bot Exploit CI/CD Pipelines to Steal Developer Secrets

    adminBy adminMarch 11, 2026No Comments5 Mins Read
    Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
    Five Malicious Rust Crates and AI Bot Exploit CI/CD Pipelines to Steal Developer Secrets
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Five Malicious Rust Crates and AI Bot Exploit CI/CD Pipelines to Steal Developer Secrets

    Cybersecurity researchers have discovered five malicious Rust crates that masquerade as time-related utilities to transmit .env file data to the threat actors.

    The Rust packages, published to crates.io, are listed below –

    • chrono_anchor
    • dnp3times
    • time_calibrator
    • time_calibrators
    • time-sync

    The crates, per Socket, impersonate timeapi.io and were published between late February and early March 2026. It’s assessed to be the work of a single threat actor based on the use of the same exfiltration methodology and the lookalike domain (“timeapis[.]io”) to stash the stolen data.

    “Although the crates pose as local time utilities, their core behavior is credential and secret theft,” security researcher Kirill Boychenko said. “They attempt to collect sensitive data from developer environments, most notably .env files, and exfiltrate it to threat actor-controlled infrastructure.”

    Cybersecurity

    While four of the aforementioned packages exhibit fairly straightforward capabilities to exfiltrate .env files, “chrono_anchor” goes a step further by implementing obfuscation and operational changes so as to avoid detection. The crates were advertised as a way to calibrate local time without relying on the Network Time Protocol (NTP).

    “Chrono_anchor” incorporates the exfiltration logic within a file named “guard.rs” that’s invoked from an “optional sync” helper function so as to avoid raising developer suspicions. Unlike other malware, the code observed in this case does not aim to set up persistence on the host through a service or scheduled task.

    Instead, the crate attempts to repeatedly exfiltrate .env secrets every time the developer of a Continuous Integration (CI) workflow calls the malicious code.

    The targeting of .env files is no accident, as it’s typically used to hold API keys, tokens, and other secrets, allowing an attacker to compromise downstream users and gain deeper access to their environments, including cloud services, databases, and GitHub and registry tokens.

    While the packages have since been removed from crates.io, users who may have accidentally downloaded them are advised to assume possible exfiltration, rotate keys and tokens, audit CI/CD jobs that run with publish or deploy credentials, and limit outbound network access where possible.

    “This campaign shows that low-complexity supply chain malware can still deliver high-impact when it runs inside developer workspaces and CI jobs,” Socket said. “Prioritize controls that stop malicious dependencies before they execute.”

    AI-Powered Bot Exploits GitHub Actions

    The disclosure follows the discovery of an automated attack campaign that targeted CI/CD pipelines spanning major open-source repositories, with an artificial intelligence (AI)-powered bot called hackerbot-claw scanning public repositories for exploitable GitHub Actions workflows to harvest developer secrets.

    Between February 21 and February 28, 2026, the GitHub account, which described itself as an autonomous security research agent, targeted no less than seven repositories belonging to Microsoft, Datadog, and Aqua Security, among others.

    The attack unfolds as follows –

    • Scan public repositories for misconfigured CI/CD pipelines
    • Fork target repository and ready a malicious payload
    • Open a pull request with a trivial change such as a typo fix, while concealing the main payload in the branch name, file name, or a CI script
    • Trigger the CI pipeline by taking advantage of the fact that workflows are automatically activated on every pull request, causing the malicious code to be executed on the build server
    • Steal secrets and access tokens

    One of the highest-profile targets of the attack was the repository “aquasecurity/trivy,” a popular security scanner from Aqua Security that searches for known vulnerabilities, misconfigurations, and secrets.

    “Hackerbot-claw exploited a pull_request_target workflow to steal a Personal Access Token (PAT),” supply chain security company StepSecurity said. “The stolen credential was then used to take over the repository.”

    In a statement issued last week, Aqua Security’s Itay Shakury revealed that the attacker leveraged the GitHub Actions workflow to push a malicious version of Trivy’s Visual Studio Code (VS Code) extension to the Open VSX registry to leverage local AI coding agents to collect and exfiltrate sensitive information.

    Socket, which also investigated the extension compromise, said the injected logic in versions 1.8.12 and 1.8.13 executes local AI coding assistants, including Claude, Codex, Gemini, GitHub Copilot CLI, and Kiro CLI, in highly permissive modes, instructing them to perform extensive system inspection, generate a report of discovered information, and save the results to a GitHub repository named “posture-report-trivy” using the victim’s own authenticated GitHub CLI session.

    Aqua has since removed the artifacts from the marketplace and revoked the token used to publish them. Users who installed the extensions are advised to immediately remove them, check for the presence of unexpected repositories, and rotate environment secrets. The malicious artifact has been removed. No other affected artifacts have been identified. The incident is being tracked under the CVE identifier CVE-2026-28353.

    Cybersecurity

    It’s worth pointing out that for a system to be impacted by the issue, the following prerequisites need to be fulfilled –

    • Version 1.8.12 or 1.8.13 was installed from Open VSX
    • At least one of the targeted AI coding CLIs was installed locally
    • The CLI accepted the permissive execution flags provided
    • The agent was able to access sensitive data on disk
    • The GitHub CLI was installed and authenticated (for version 1.8.13)

    “The progression from .12 to .13 looks like iteration,” Socket said. “The first prompt scatters data across random channels with no reliable way for the attacker to collect the output. The second fixes that problem by using the victim’s own GitHub account as a clean exfiltration channel, but its vague instructions might cause the agent to push secrets to a private repo the attacker can’t see.”

    Bot CICD Crates developer Exploit malicious Pipelines rust Secrets steal
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Previous ArticlePauline Frommer’s Tips for Affordable, Last-Minute Summer…
    Next Article Metadata company Gracenote is the latest to sue OpenAI for copyright infringement
    admin
    • Website

    Related Posts

    Microsoft Patches Record 622 Flaws, Including Two Zero-Days Under Active Attack

    July 14, 2026

    Microsoft Patches a Record 570 Security Flaws – Krebs on Security

    July 14, 2026

    SAP Patches CVSS 9.9 NetWeaver ABAP Flaw That Could Expose or Modify Data

    July 14, 2026
    Leave A Reply Cancel Reply

    Demo
    Latest Posts

    France 0 – 2 Spain

    Helping AI models to meet the real world | MIT News

    Microsoft Patches Record 622 Flaws, Including Two Zero-Days Under Active Attack

    No More Trips to Walgreens? State Department Teases…

    Latest Posts

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    Advertisement
    Demo

    We are a digital news platform delivering timely, accurate, and insightful coverage of politics, global affairs, business, economy, sports, and more. Our mission is to keep readers informed with reliable news, clear analysis, and stories that truly matter.
    We're social. Connect with us:

    Facebook X (Twitter) Instagram Pinterest YouTube

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.

    Powered by
    ...
    ►
    Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
    None
    ►
    Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
    None
    ►
    Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
    None
    ►
    Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
    None
    ►
    Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    None
    Powered by