Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • Crypto is a scam, lives of many people ruined, bitcoin is Epstein class owned.

    Get rid of it.

  • Now you've convinced me.
  • $320m, not a bad haul.

    More than enough to buy yourself a pardon if you get caught.

  • And remember that there is precedence for Trump pardoned financial criminals avoiding restitution.
  • One disadvantage of decentralized money, criminals gain more power. Many such cases
  • Not really "one disadvantage" as much as "the main use case".
  • That is a natural consequence of banks and governments losing power. That power balance shifts towards the citizens... some of whom are criminals.

    The coin fanboys will argue that the bankers and government were criminals as well.

  • This is a centralization failure. Please learn more before commenting.
  • I'm not sure if there is actually any evidence of this? Criminals do very well without crypto. If you look at percent of the economy that is fraudulent, it is quite large. If you look at percentage of crypto economy that is fraudulent, it is surprisingly similar
    by peab
  • There are always complaints on here about how Google is only paying $X for vulns. One advantage of decentralized digital money is that its bug bounties are self funding and the payout amount researcher-controlled.
    by lmz
  • I wonder how they'd ever cash out.
    by aizk
  • Is there any indications that this and the ColdCard heist could in fact be escaped distilled agents from the huggingface and similar attacks?
  • Now they have 300 million dollars
  • I worked at blockstream back in 2017 and developed the original cryptographic range proofs which are the ancestors some of the involved code here. However, the vulnerabilities here and the whole liquid product as it exists today postdates my involvement in the company (while I was there it was under initial development but envisioned quite differently than what they eventually did), and I haven't followed any of it closely since.

    But I gave this issue a quick look based on the transactions and github history.

    Underlying issue was related to validation caching. Signatures and proofs are expensive to validate, to improve performance and prevent certain DOS attacks their validation is cached. It's important that the key used in the cache capture everything that goes into the validation decision (though to prevent some attacks its important not too much goes into the key, or an attacker can flood with valid proof attacked to insignificantly different transactions).

    It appears to me that there was a longstanding vulnerability-- stemming back to the introduction of multiple-asset-support-- which could cause a consensus split/ddos. But on a lazy review I can't come up with any way of translating it into theft. I see how someone could make an invalid transaction that would be falsely accepted by nodes that have cache state from a constructed prior transaction, but the ways I can come up with results in the invalid transaction just burning assets--- not directly very useful. [Big asterisks on the non obviously exploitable here, I've only thought about it for a minute or two and I really know fairly little about assets support in Liquid-- but exploiting it would require being able to create a fake 'shadow' asset with the a generator that is the negation of a real asset.]

    In any case: This was recently fixed, but the "fix" introduced a hash collision vulnerability: The new fields added to the hash were not delimited. Failing to include type information like lengths in hashes is a perennial problem in cryptographic protocols.

    Imagine you have a protocol where you sign a {comment, command} tuple, each a string. If the protocol computes the hash by just concating the command and comment and they're variable length fields, then you could get a signature of {"boring comment containing dangerous command", "boring command"} but then present it to someone as {"boring comment containing ","dangerous command boring command"} and have the signature pass. That sort of thing.

    This new vulnerability has a somewhat straight forward path to exploitation and prints funds out of thin air.

    Based on some of the public comments about nodes rejecting the attack transaction, I'm guessing they rolled out the "fix" to the federation in advance of publishing the changes because they seem to have accepted an attack that everyone else was still rejecting.

    Advanced private deployment of a 'fix' might have gave them the confidence to drop the fix on github with little fanfare as it was "already fixed", but doing so painted a target on the issue that remained. Interestingly, off the shelf open weight AI like Kimi K3 immediately identify the new vulnerability without any particularly artful prompting. Makes me wonder if "safe" AI played a role in the introduction of the new, more serious, vulnerability.

    Interestingly, it looks like the funds are being returned: https://mempool.space/tx/3a3eac4a26395b8c2563aaf1eb8b1b77798...

    I'm going to guess that anyone who actually knows more has their hands busy dealing with the return of the funds. I'm not sure if anyone has ever taken and then returned 1/3rd of a billion dollars worth of assets before.

  • I'm told by someone who threw AI at it that there may be a way to exploit the initial longstanding vulnerability by counting on the fact that updates to validation cache are non-atomic: You can make an invalid transaction that primes the cache before its rejected. But that these priming transactions can't propagate in the network (because they're invalid)... so getting them to the parties that need to sign the blocks might have been impractical to exploit.
  • Why do they say it's white hat hackers?
  • Presumably to try and reduce the chance of a mass panic among their users.
  • The same reason scam artists describe themselves as businessmen
  • Purported white-hat hackers. The implication is that these people are presumably describing themselves as such, but it may not actually be true.
    by tom_
  • While moving the funds, the attackers left an OP_RETURN message with the text "we are whitehats. contact us on chain" https://mempool.space/tx/c103de95817b43f2df635ec6f35ff126ca2...
  • Crypto is total scam, lives of many people have been destroyed, it only works until it runs out of fools.

    How many forks and psyops until people realize?

  • I've seen people in real life still pushing for crypto. Believe it or not they already got burned a couple of times, but somehow they think that with the next crypto they'll be at the top of the pyramid chain and able to cash out. They don't understand crypto currencies technically, nor that they are always going to be at the bottom of the pyramid no matter how many times they are burned.

    Some of these people with the moral integrity of "quick buck at everyone else's expense" maybe won't stop until they go bankrupt or severly in debt. Might be a self-selective environment at this point.

  • > it only works until it runs out of fools.

    And given the world will never run out of fools, you're actually saying cryptocurrencies will continue working forever?

  • I don't know how "relevant replies" is calculated, but the top 8 responses when I clicked were all LLM generated. Pretty dire for twitter.
  • Xcancel is back? When did that happen?
  • There’s kind of an interesting thread here about open source, which is usually thought of as more secure because of more eyes on the code, actually being less secure because an accidental merge can be exploited instantly with LLM’s monitoring. Is there a lot more security value in obscurity than before?
  • Maybe there's a middle ground where the code itself is only made visible at the same time as the latest build.

    This shortens the exploit window

  • false security. if there aren't LLM's monitoring patches with disassembler MCPs ready, there will be soon.