NatConsensus

Market Prices

Coin Price 24h
BTC Bitcoin
$79,672 -1.97%
ETH Ethereum
$2,453.6 -2.02%
SOL Solana
$101.86 -2.24%
BNB BNB Chain
$720.5 -0.57%
XRP XRP Ledger
$1.4 -3.59%
DOGE Dogecoin
$0.0848 -3.56%
ADA Cardano
$0.2110 -4.74%
AVAX Avalanche
$7.37 -1.94%
DOT Polkadot
$0.8820 -0.78%
LINK Chainlink
$11.63 -1.72%

Fear & Greed

74

Greed

Market Sentiment

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$79,672
1
Ethereum
ETH
$2,453.6
1
Solana
SOL
$101.86
1
BNB Chain
BNB
$720.5
1
XRP Ledger
XRP
$1.4
1
Dogecoin
DOGE
$0.0848
1
Cardano
ADA
$0.2110
1
Avalanche
AVAX
$7.37
1
Polkadot
DOT
$0.8820
1
Chainlink
LINK
$11.63

🐋 Whale Tracker

🔴
0xb070...8f1e
5m ago
Out
3,194 ETH
🔵
0x5181...a2bf
12h ago
Stake
1,387.28 BTC
🟢
0x2ce3...8ee3
3h ago
In
4,816,124 USDT

💡 Smart Money

0x3276...1aa2
Early Investor
+$3.6M
78%
0x7ae8...e3ec
Arbitrage Bot
-$1.0M
60%
0x2f54...4d0e
Top DeFi Miner
+$4.3M
67%

🧮 Tools

All →
Price Analysis

CVE-2026-65400: The macOS Screen Sharing Exploit That Should Terrify Crypto

CredBear
Every few months, someone asks me why I left the quiet of cryptographic research for the noise of DAO governance. My answer has never changed: code is law, but people are the soul of every ledger. This week, that soul is sitting in front of a screen. On August 9, a security researcher published a proof-of-concept for CVE-2026-65400. The summary of the vulnerability is short and brutal. It targets macOS Screen Sharing. If the service is enabled, an unauthenticated attacker can connect to the VNC port, authenticate as any account on the machine without a password, and take over the entire desktop. Apple has addressed the issue in macOS 26.6.1. The researcher apparently reached the vulnerability by reverse-engineering the fix. The report says there is no confirmed in-the-wild exploitation yet. Based on my years as a cryptography auditor and my work with DAO governance, I read this the way I read a contract audit: grateful for the alert, annoyed at the situation, and suspicious of what the summary left out. A critical CVE with no official references is not just an incomplete press release. It is a risk decision waiting to be made by people who may not know they are making it. The first thing I did after reading the article was look for an official Apple security bulletin. I did not find one in the summary. There was no NVD entry, no affected versions list, no CISA KEV status. The source was a blockchain and Web3 content site, not Apple's security portal. I do not say this to shoot the messenger. I say it because the way we receive security news affects the way we respond. A critical remote-code-execution report with no official link is a gift to phishing campaigns. Attackers can use the ambiguity to attach their own malicious instructions to a real CVE number. Screen Sharing is not a niche developer toy. It is a macOS system component. It implements the VNC remote desktop protocol, usually on port 5900. It is frequently used by IT support agents, remote workers, developers, and system administrators. In the crypto ecosystem, that user profile is not just an ordinary consumer. It is a node operator who needs to check a machine in another time zone. It is an engineer who connects to the office Mac from home. It is the operation lead of a DAO who shares a screen with a governance contributor to debug a transaction submission. These are exactly the people who hold privileged access to wallets, deployment keys, and protocol contracts. Screen Sharing is off by default. That is the first important mitigation. But the risk is not the default state; the risk is the difference between the default state and the actual state. The people who will be affected are the ones who once checked the box to enable remote sharing and never checked it again. In the crypto world, that checkbox is often checked by someone who has no IT team watching over them. Let me be precise about what I do and do not know. The source article did not include the patch diff. I can describe the class of failure that matches the reported behavior. In a VNC handshake, the server and client negotiate before authentication. The server announces security types. The client picks one. The server validates credentials. If that negotiation state machine is flawed, a malformed packet can flip the connection from 'awaiting authentication' to 'authenticated.' In older VNC implementations, similar flaws have come from type confusion, integer truncation, and buffer overflows in the message parser. The resulting behavior would allow a remote client to connect as an existing account without supplying a password. Again, I am not claiming to know Apple's exact line of code. But the reported shape—any account, no password, full desktop control—fits this family of flaws. The attack requires two things: the Screen Sharing service must be running, and the Mac must be network-reachable. The first is a checkbox. The second is a router port forward, a UPnP mapping, a VPN that allows incoming connections, or simply a shared Wi-Fi network. The phrase 'unauthenticated remote' does not mean an attacker must be on the other side of the ocean. It can also mean a compromised device in the same coffee shop. When we talk about private key security, we often imagine an attacker stealing a file or guessing a password. This is different. The attacker does not need to steal anything. The attacker can control the desktop where the key is used. If the wallet signing ceremony happens on that desktop, the attacker can see the transaction details, let the user sign, and then immediately send a second transaction. The user may think they are protecting the protocol by following the ceremony. In reality, they are operating a remote-controlled input device for the attacker. A hardware wallet is still safe in the physical sense, but the user's decision-making interface is not. Once the screen is controlled, the user is not making decisions. They are watching decisions happen. Apple has shipped a fix in macOS 26.6.1. That is the right kind of news. But the missing version matrix is a severe gap. Apple normally maintains the latest three major releases. If the issue affects macOS 15.x or 14.x, do those users receive a backport? Is there a Rapid Security Response? The source summary does not say. In the absence of a clear answer, the correct assumption is that every unpatched Mac with Screen Sharing enabled is potentially exposed. Absence of information is not absence of risk. Enterprises with managed fleets should use their MDM systems to audit the state of Screen Sharing immediately. Jamf, Kandji, Intune, or even a simple configuration profile can disable remote management across the fleet. The first action should be to reduce the attack surface, not to push a patch that may require testing. If a Mac does not need Screen Sharing, turn it off. If it does need Screen Sharing, put it behind a VPN and restrict port 5900 to specific IP addresses. Asking a human whether they remember enabling a service is not a security policy. Querying the fleet for listening ports is a security policy. Consumers should also check the service. Open System Settings, find Sharing, and look for Screen Sharing. If it is on and you no longer use it, turn it off. If you need it, update to macOS 26.6.1 first and then decide whether remote access is worth the risk. The order matters. Patching a service you no longer need still leaves the service running. Reducing the service to zero is faster than waiting for a patch, and it works on old operating systems that Apple may never update. The fact that the researcher reverse-engineered the patch is more significant than it sounds. A patch is not only a remedy. It is a map. The diff tells a skilled observer where the vulnerability lives and how to exploit the previous version. By publishing a PoC after reverse engineering the fix, the researcher has effectively handed the exploit recipe to every attacker who can read code. When that recipe is public, the weaponization clock is short. Scanners will start looking for port 5900. Automated tools will test the exact sequence of bytes that makes the handshake fail. In many cases, attacks follow within weeks. The phrase 'no evidence of exploitation' is a statement about the past, not a promise about the present. Attackers rarely announce their presence before the damage is done. At the same time, the absence of this CVE from CISA's Known Exploited Vulnerabilities catalog is not a reason to relax. A critical remote code execution with a public PoC is exactly the profile that gets added to KEV. When that happens, government contractors will have only a few days to patch. Smart private enterprises will already have done their own risk assessment before the KEV listing appears. After the first response, the longer-term question is governance. I have spent the last several years designing DAO governance frameworks. I keep telling teams that a multisig is not a security model. It is a ceremony. The security model depends on the devices and the people near those devices. A multisig with five signers is only as strong as the weakest screen. One compromised macOS machine can sign away a treasury if the user is not careful. The governance contract cannot tell the difference between the owner and the attacker who controls the owner's screen. Back in 2017, I audited more than fifty whitepapers during the ICO boom and published 'The Ethics of Empty Vests,' a guide warning people about projects that had grand words but no technical substance. The empty vest was a token that promised decentralization while depending on one server. The same lesson appears here. A laptop is an empty vest if it promises self-custody while leaving a 1990s remote-access protocol exposed to the world. Do not let a beautiful governance design be paired with a neglected operating system. Here is the contrarian insight. The blockchain community will want to label this an Apple problem. That feels safe. It lets us go back to auditing contracts and debating DAO procedures. But this is exactly what makes the problem worse. The crypto ecosystem is not a set of users who happen to own Macs. We are a set of system administrators by default. When you are your own bank, you are also your own IT helpdesk. There is no DAO that can file an incident response ticket on your behalf. Decentralization was supposed to remove the need to trust a single company. It does not remove the need to operate a secure machine. Trustless networks still require trustful devices. If your Mac is compromised, all the elegance of a zero-knowledge proof is meaningless, because the prover is not you. The prover is a remote attacker who controls the desk where you work. We need a different hierarchy of fears. We hire auditors to check smart contracts. We argue about gas fees and layer two compression. We rarely ask whether the signing device is patched. That asymmetry is not rational. An attacker with screen control does not need to break your cryptography. The attacker simply waits until your cryptography is unlocked. The industry loves to talk about tokenized real-world assets. Three years of storytelling have taught us that it is hard to put a real-world asset on a ledger. But the most real-world asset in the room is the machine that signs. No tokenization standard can protect the screen in front of you. We can debate whether RWA is a genuine movement or a narrative exercise. None of that matters if the person signing the tokenized instrument is stuck behind a hijacked desktop. Let me make this concrete. If you are a DAO contributor, do not wait for your governance token to tell you it is time. Start with the machine. Before you open a wallet application, check whether Screen Sharing is enabled. Look at the Sharing pane. If the green dot is there and you cannot explain why, turn it off. Then update. Then check whether the firewall is on. Then ask someone who knows less about crypto to look at the screen with you and watch for changes. That final step is important because a victim of a desktop takeover often loses their sense of agency. The screen does what the attacker wants, but the mouse still feels like the user's mouse. The next major exploit will not begin with a flash loan. It will begin with a laptop. An attacker will find a machine with Screen Sharing enabled, use a public PoC, and wait for someone to sign. The headline will say 'DAO loses millions' or 'Bridge drained.' The post-mortem will blame an audit gap or a malicious proposal. The open remote-desktop port will be a footnote. Check your screen sharing. Check your remote login. Ask the people who hold your multisig keys what they are running on their personal computers. If you do not know whether a service is running, do not let that service decide your fate. Code is law, but people are the soul. Don't govern the exit, govern the entrance. If we remember that, the next bull market may still be a test of nerve, but at least it will not be decided on a compromised screen.