By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

BTCRepublic: Timely News & Analysis for Smarter Trading.

  • ABOUT
  • DISCLAIMER
  • CONTACT
New Logo Black BTCRepublic BTCRebpublic-New White Logo
  • Guides
    • Bitcoin
    • Ethereum
    • Altcoins
    • Blockchain
    • DeFi
    • Mining
    • NFTs
    • Wallets
  • News
    • Bitcoin News
    • Ethereum News
    • Altcoins News
    • NFT News
    • Memecoin News
    • Blockchain News
    • Stablecoins News
    • DeFi News
  • Reviews
    • Exchanges
    • Wallets
    • Casinos
    • Services
  • Price Predictions
    Price PredictionsShow More
    Solana (SOL) Price Faces Correction, But Bulls Eye $205
    Solana (SOL) Price Faces Correction, But Bulls Eye $205
    August 4, 2025
    Ethereum Price Prediction 2024, 2025
    Ethereum Price Prediction 2024, 2025: What to Expect for ETH by 2030
    November 12, 2024
    Bitcoin Price Rises To $78k
    Bitcoin Price Rises To $78k After China Announced Stimulus Packages
    September 24, 2024
    Ethereum (ETH) Surged 15%
    Ethereum (ETH) Surged 15% In 7 Days Despite Whale Selloff
    October 29, 2024
    Worldcoin (WLD) Price Surged 16% As OpenAI Drops New AI Model
    Worldcoin (WLD) Price Surged 16% As OpenAI Drops New AI Models
    October 29, 2024
  • About US
  • Privacy Policy
  • Editorial Policy
  • Terms of Service
  • Disclaimer
  • Contact Us
  • Sitemap
Reading: Coinbase’s Go-To AI Coding Tool Found Vulnerable to ‘CopyPasta’ Exploit
Share
  • bitcoinBitcoin(BTC)$124,477.81
  • ethereumEthereum(ETH)$4,714.61
  • binancecoinBNB(BNB)$1,257.35
  • rippleXRP(XRP)$2.99
  • tetherTether(USDT)$1.00
  • solanaSolana(SOL)$233.65
  • usd-coinUSDC(USDC)$1.00
  • staked-etherLido Staked Ether(STETH)$4,703.83
  • dogecoinDogecoin(DOGE)$0.265989
  • cardanoCardano(ADA)$0.87
Font ResizerAa
BTCRepublicBTCRepublic
  • Guides
  • News
  • Reviews
  • Price Predictions
Search
  • Guides
    • Bitcoin
    • Ethereum
    • Altcoins
    • Blockchain
    • DeFi
    • Mining
    • NFTs
    • Wallets
  • News
    • Bitcoin News
    • Ethereum News
    • Altcoins News
    • NFT News
    • Memecoin News
    • Blockchain News
    • Stablecoins News
    • DeFi News
  • Reviews
    • Exchanges
    • Wallets
    • Casinos
    • Services
  • Price Predictions
Follow US
  • About US
  • Privacy Policy
  • Editorial Policy
  • Terms of Service
  • Disclaimer
  • Contact Us
  • Sitemap
© 2025 All Rights Reserved by BTCRepublic.

Home - AI News - Coinbase’s Go-To AI Coding Tool Found Vulnerable to ‘CopyPasta’ Exploit

AI NewsNews

Coinbase’s Go-To AI Coding Tool Found Vulnerable to ‘CopyPasta’ Exploit

The CopyPasta technique hides malicious prompts inside markdown comments within files such as README.md or LICENSE.txt. Because AI models treat license information as authoritative, the infected text is replicated across new files the assistant generates.

Oladapo Timothy
Last updated: September 7, 2025 5:33 am
Oladapo Timothy
Published: September 7, 2025
Share
Disclosure: BTCRepublic provides analysis and forecasts but does not offer investment advice. Our content is for informational purposes only. Please conduct your own thorough research and consult with a financial advisor before making any investment in cryptocurrency.
Coinbase’s Go-To AI Coding Tool Found Vulnerable to ‘CopyPasta’ Exploit
Highlights
  • A new exploit called the "CopyPasta License Attack" targets AI coding assistants, posing risks to companies like Coinbase if safeguards are not implemented.
  • The attack hides malicious prompts in markdown comments, allowing the virus to spread through codebases without developers' knowledge.
  • Security experts recommend scanning files for hidden comments and manually reviewing AI-generated changes to prevent prompt-based attacks from scaling.

A new exploit targeting AI coding assistants has raised alarms across the developer community, opening companies such as crypto exchange Coinbase to the risk of potential attacks if extensive safeguards aren’t in place.

Contents
  • How the attack works
  • ‘Potentially malicious’

Cybersecurity firm HiddenLayer disclosed Thursday that attackers can weaponize a so-called “CopyPasta License Attack” to inject hidden instructions into common developer files.

btcrepublic advertise

The exploit primarily affects Cursor, an AI-powered coding tool that Coinbase engineers said in August was among the team’s AI tools. Cursor is said to have been used by “every Coinbase engineer.”

How the attack works

The technique takes advantage of how AI coding assistants treat licensing files as authoritative instructions. By embedding malicious payloads in hidden markdown comments within files such as LICENSE.txt, the exploit convinces the model that these instructions must be preserved and replicated across every file it touches.

Once the AI accepts the “license” as legitimate, it automatically propagates the injected code into new or edited files, spreading without direct user input.

This approach sidesteps traditional malware detection because the malicious commands are disguised as harmless documentation, allowing the virus to spread through an entire codebase without a developer’s knowledge.

In its report, HiddenLayer researchers demonstrated how Cursor could be tricked into adding backdoors, siphoning sensitive data, or running resource-draining commands — all disguised inside seemingly innocuous project files.

btcrepublic advertise 2

“Injected code could stage a backdoor, silently exfiltrate sensitive data or manipulate critical files,” the firm said.

Coinbase CEO Brian Armstrong said on Thursday that AI had written up to 40% of the exchange’s code, with a goal of reaching 50% by next month.

~40% of daily code written at Coinbase is AI-generated. I want to get it to >50% by October.

Obviously it needs to be reviewed and understood, and not all areas of the business can use AI-generated code. But we should be using it responsibly as much as we possibly can. pic.twitter.com/Nmnsdxgosp

— Brian Armstrong (@brian_armstrong) September 3, 2025

However, Armstrong clarified that AI-assisted coding at Coinbase is concentrated in user interface and non-sensitive backends, with “complex and system-critical systems” adopting more slowly.

‘Potentially malicious’

Even so, the optics of a virus targeting Coinbase’s preferred tool amplified industry criticism.

AI prompt injections are not new, but the CopyPasta method advances the threat model by enabling semi-autonomous spread. Instead of targeting a single user, infected files become vectors that compromise every other AI agent that reads them, creating a chain reaction across repositories.

Compared to earlier AI “worm” concepts like Morris II, which hijacked email agents to spam or exfiltrate data, CopyPasta is more insidious because it leverages trusted developer workflows. Instead of requiring user approval or interaction, it embeds itself in files that every coding agent naturally references.

Where Morris II fell short due to human checks on email activity, CopyPasta thrives by hiding inside documentation that developers rarely scrutinize.

Security teams are now urging organizations to scan files for hidden comments and review all AI-generated changes manually.

“All untrusted data entering LLM contexts should be treated as potentially malicious,” HiddenLayer warned, calling for systematic detection before prompt-based attacks scale further.

Robinhood Now Allows European Users To Withdraw Bitcoin And Other Crypto To External Wallets
Binance Integrates USDT Stablecoin on TON Network
SEC Reverses Bitwise Multi-Crypto ETF Approval in Surprise Move
Enjin Rolls Out Quick Wallet, Making It Easy For Users to Claim NFTs
MetaMask Adds Google and Apple Login to Simplify Self-Custodial Wallet Access
TAGGED:AI CodingCoinbaseCopyPastaExploit

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Email Print
ByOladapo Timothy
Follow:
An expert, trader and writer with extensive experience of digital assets, covering everything related to the burgeoning crypto industry — from price analysis to Blockchain disruption. I have authored more than 2,000 stories for crypto and fintech media outlets. I am particularly interested in regulatory trends around the globe that are shaping the future of digital assets.
Previous Article SEC and CFTC Plan Joint Roundtable for Crypto Regulation SEC and CFTC Plan Joint Roundtable for Crypto Regulation
Next Article Solana Treasury Firm SOL Strategies Approved for Nasdaq Trading Solana Treasury Firm SOL Strategies Approved for Nasdaq Trading
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular
The Hottest Picks
News
Crypto Miner TeraWulf Raises $3 Billion To Expand Data Centres
September 29, 2025
Crypto InvestmentNews
BTCRepublic Market Pulse For This Week
September 27, 2025
Memecoin NewsNews
Dogecoin Price Prediction 2025, 2026 – 2030: Will DOGE Reach 1 Dollar?
September 27, 2025
Blockchain NewsNews
Are Layer-3 Networks The Missing Link In Blockchain Infrastructure?
September 26, 2025
- Advertisement -
Ad imageAd image

Follow Us on Socials

BTCRepublic use social media to react to hot news, update supporters and share authentic and factful information

Facebook Twitter Linkedin Telegram Pinterest
Footer Text white background

Subscribe to our newsletter

Stay ahead of the curve with the BTCRepublic newsletter. By subscribing, you will get information about what is happening in the Web3 world straight to your inbox.

More

  • About US
  • Privacy Policy
  • Editorial Policy
  • Terms of Service
  • Disclaimer
  • Contact Us
  • Sitemap
Reading: Coinbase’s Go-To AI Coding Tool Found Vulnerable to ‘CopyPasta’ Exploit
Share
© 2025 All Rights Reserved by BTCRepublic