TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AI published a bogus CVE for my project

20 pointsby mrocklin2 months ago
I help maintain Dask, an OSS project in the Python data space. Dask helps users run arbitrary Python code on distributed clusters of computers.<p>Yesterday, I and several users got a CVE alert (https:&#x2F;&#x2F;www.cve.org&#x2F;CVERecord?id=CVE-2024-10096) that there was an exploit allowing users with access to a Dask scheduler to run arbitrary code on that server using a backdoor with pickle.<p>Obviously, the creators of this CVE missed the easily accessible `client.run_on_scheduler(my_function)` API, which makes this much easier for a would-be hacker. Is this a backdoor? Maybe, but the front door is wide open inviting all to enter.<p>I did some research into the creator of the CVE, a project call &quot;Protect AI&quot; (Dask is often used in AI workloads). It looks like they acquired an AI bug bounty company, Huntr (https:&#x2F;&#x2F;protectai.com&#x2F;newsroom&#x2F;protect-ai-acquires-huntr), which reported the &quot;bug&quot; several months ago. Even though this was spam, Dask maintainers responded to the bug report saying ...<p>&gt; This is the expected behavior and not a vulnerability, which is documented at https:&#x2F;&#x2F;distributed.dask.org&#x2F;en&#x2F;stable&#x2F;limitations.html?highlight=host#security. Specifically &quot;You should only host Dask workers within networks that you trust.&quot;<p>Huntr&#x27;s response?<p>&gt; A dask&#x2F;dask maintainer has acknowledged this report<p>Followed by publishing the report as a CVE<p>This thoughtless behavior both distracts OSS users, and diminishes the seriousness of the CVE database. It&#x27;s a shame seeing companies misuse public infrastructure like this. I guess they&#x27;re using this to generate some internal revenue?

1 comment

fc417fc8022 months ago
Not even an attempt at coordinated disclosure? Doesn&#x27;t that suggest that they understood that this isn&#x27;t actually a vulnerability?
评论 #43436217 未加载