Opus 4.6 以 2283 美元生成 Chrome 完整 Exploit 链:对 Patch Window 的影响
好的,我现在需要帮用户总结一篇文章的内容,控制在100个字以内。首先,我得通读整篇文章,抓住主要信息。 文章讲的是Anthropic公司没有公开他们的Mythos模型,因为担心被用于攻击。但他们的Opus 4.6模型已经被用来生成针对Discord的漏洞利用代码。作者Mohan Pedhapati用了这个模型,花了时间和费用,成功实现了攻击。虽然成本较高,但相对于漏洞赏金来说还是很划算的。 接下来,文章提到Opus 4.7虽然有安全措施,但代码生成能力仍在提升。开发者需要加强安全措施,及时更新软件。特别是基于Electron框架的应用,如Discord,因为它们使用的Chrome版本较旧,容易被攻击。 总结时要涵盖这些要点:模型被用于攻击Discord、成本分析、安全建议和软件更新的重要性。确保在100字以内简洁明了地表达出来。 </think> Anthropic的Opus 4.6模型被用于生成针对Discord的漏洞利用代码,展示了AI在网络安全中的潜在威胁。尽管成本较高,但AI生成的漏洞利用可能比传统方法更快、更便宜。开发者需加强安全措施并及时更新软件以应对潜在风险。 2026-4-17 07:2:9 Author: www.theregister.com(查看原文) 阅读量:0 收藏

Anthropic withheld its Mythos bug-finding model from public release due to concerns that it would enable attackers to find and exploit vulnerabilities before anyone could react.

But the company's Opus 4.6 model, already superseded by the release of Opus 4.7 on Thursday, is capable of developing functional exploit code.

In a blog post on Wednesday, Mohan Pedhapati (s1r1us), CTO of Hacktron, described how he used Opus 4.6 to create a full exploit chain targeting the V8 JavaScript engine in Chrome 138, which is bundled into current versions of Discord.

"The V8 [out of bounds error] we used was from Chrome 146, the same version Anthropic's own Claude Desktop is running," he said. "A week of back and forth, 2.3 billion tokens, $2,283 in API costs, and about ~20 hours of me unsticking it from dead ends. It popped calc."

Eventually, any script kiddie with enough patience and an API key will be able to pop shells

“Popped calc” is a reference to opening the calculator app – an event commonly used in proof-of-concept exploit code to indicate that an attack compromised the target system.

Pedhapati said that while $2,283 is a significant sum for an individual to pay, it's very little if you consider the weeks it would take a person to develop a similar exploit without assistance. Even if you added several thousand dollars for Pedhapati's time tending the model, that's still significantly less the theoretical reward (~$15,000) one might get from Google's and Discord's vulnerability reward programs. And that's just the legitimate market – who knows what criminals might pay for a hot 0-day?.

According to the Opus 4.7 System Card, "Opus 4.7 is roughly similar to Opus 4.6 in cyber capabilities." But it's apparently less capable than Mythos Preview and comes with "safeguards that automatically detect and block requests that indicate prohibited or high-risk cybersecurity uses."

But for Pedhapati, the specific model isn't the issue. Rather, it's ongoing improvements in code generation that demand a change of security posture and procedure.

"Whether Mythos is overhyped or not doesn't matter," said Pedhapati. "The curve isn't flattening. If not Mythos, then the next version, or the one after that. Eventually, any script kiddie with enough patience and an API key will be able to pop shells on unpatched software. It's a question of when, not if."

For apps based on the Chrome-based Electron framework (e.g. Slack, Discord, etc.) the question is when will they update their codebase to the latest version, which is still behind the latest Google Chrome release.

Electron 41.2.1, released on April 15, bundles Chrome 146.0.7680.188, just one version behind the desktop Google Chrome version (147.0.7727.101/102) released that day. But developers of Electron apps don't necessarily update their dependencies and issue new versions immediately. And users don't necessarily get those updates immediately.

Pedhapati said he picked Discord as a target because "It's sitting on Chrome 138, nine major versions behind current."

Pedhapati argues that as AI models become more capable of exploit development, the patch window gets smaller.

"Every patch is basically an exploit hint," he argues, adding that this will be particularly difficult for open source projects, because fixes often become publicly visible in code before the revised version gets released.

His advice to developers is to focus more on security before code gets pushed and to pay closer attention to dependencies, so changes can be made quickly. He also argues that security patches should be done automatically, so people aren't left vulnerable because they forgot to accept an update. And he says open source projects like V8 use more caution in terms of when the public vulnerability details.

"Every public commit is a starting gun for anyone with an API key and strong team members who can weaponize exploits," he said. ®


文章来源: https://www.theregister.com/2026/04/17/claude_opus_wrote_chrome_exploit/
如有侵权请联系:admin#unsafe.sh