Ukraine found an uncontrolled Nvidia AI chip inside a Russian cruise missile

Ukraine's intel agency (HUR) pulled a Nvidia Jetson Orin NX module out of a downed Russian S-71M cruise missile, disclosed a few days ago. Nvidia's response is kind of wild: this specific chip was never on any export control list to begin with, unlike their datacenter GPUs, and they've said outright they can't track where resold units end up.

The EU's newest sanctions round (adopted late July) added dozens of new entities, but nothing that actually targets this class of consumer-grade edge AI hardware. Ukraine says they've now catalogued close to 6,000 foreign components across 200+ Russian weapons systems, so this isn't a one-off.

Feels like export control regimes were built around "obviously military" or "obviously datacenter" hardware, and completely miss the middle category: cheap, widely available edge AI modules that are genuinely useful for robotics/drones/normal stuff but also trivially good enough to guide a missile. Anyone know if there's an actual policy fix being discussed for that gap, or is it just going to stay a whack-a-mole enforcement problem?

reddit.com
u/Servola-Journal — 20 hours ago

An open-weight model just closed most of the gap on autonomous cyber offense - and that changes who can run it

Irregular (an AI security research group) tested Kimi K3, an open-weight model, against CyScenarioBench, a benchmark built around autonomous cyber campaigns - adapting public exploit techniques to constrained environments, building custom tooling, diagnosing failed attempts, and validating each stage before moving on. It is the first open-weight model to pass. It trails closed frontier models by roughly six months, at an estimated third of the inference cost.

The six-month lag is the less interesting number. What matters is that this level of capability now sits in downloadable weights instead of behind an API. A closed lab can throttle or ban an account mid-campaign - both OpenAI and Anthropic have done this before to abusive usage. Once equivalent capability is something you can self-host, that kill switch disappears entirely, along with any usage logging a defender could later subpoena.

If the trend holds, the realistic baseline for any internet-facing asset a year out is not "gets scanned for known CVEs" the way it is today, it is "gets probed continuously by something that adapts exploits on the fly, with no vendor able to pull the plug on the other end."

Source: https://www.irregular.com/research/assessing-kimi-k3-against-offensive-security-benchmarks

Curious how people here read the trend line: does a shrinking gap between closed and open capability argue for faster patch/disclosure windows industry-wide, or does it just confirm the attacker side was never actually capped by API access limits in the first place?

u/Servola-Journal — 1 day ago

Zimbra Classic Web Client has a critical stored XSS, patched in ZCS 10.1.19 (reported by Google TAG, no CVE yet, not flagged as exploited in the wild)

If you run the Zimbra Classic Web Client (Classic UI), worth patching. Zimbra shipped 10.1.19 on July 7 to fix a stored XSS.

What it does: a crafted email runs in the victim's session the moment they open the message, so it needs almost no interaction. Successful exploitation can lift session data, account settings, and mailbox contents.

Where to set expectations honestly:

- Reported by Google's Threat Analysis Group, which mostly tracks state-backed targeting of high-risk users. That is why it is drawing attention.

- Zimbra has not tagged it as exploited in the wild, and there is no CVE assigned yet.

- Zimbra webmail has been hit by state groups in past bugs, so patching promptly is the prudent call even without confirmed exploitation of this one.

Fix: update to ZCS 10.1.19. If you cannot patch right away, moving users off the Classic Web Client to the modern client reduces the exposure.

Curious how others handle TAG-reported-but-not-yet-exploited webmail bugs: patch on the same cycle as confirmed-exploited, or triage lower until there is in-the-wild evidence?

reddit.com
u/Servola-Journal — 1 month ago

Zimbra Classic Web Client has a critical stored XSS, patched in ZCS 10.1.19 (reported by Google TAG, no CVE yet, not flagged as exploited in the wild)

If you run the Zimbra Classic Web Client (Classic UI), worth patching. Zimbra shipped 10.1.19 on July 7 to fix a stored XSS.

What it does: a crafted email runs in the victim's session the moment they open the message, so it needs almost no interaction. Successful exploitation can lift session data, account settings, and mailbox contents.

Where to set expectations honestly:

- Reported by Google's Threat Analysis Group, which mostly tracks state-backed targeting of high-risk users. That is why it is drawing attention.

- Zimbra has not tagged it as exploited in the wild, and there is no CVE assigned yet.

- Zimbra webmail has been hit by state groups in past bugs, so patching promptly is the prudent call even without confirmed exploitation of this one.

Fix: update to ZCS 10.1.19. If you cannot patch right away, moving users off the Classic Web Client to the modern client reduces the exposure.

Curious how others handle TAG-reported-but-not-yet-exploited webmail bugs: patch on the same cycle as confirmed-exploited, or triage lower until there is in-the-wild evidence?

reddit.com
u/Servola-Journal — 1 month ago

A full library release, mostly written by AI, cost about $150 in model usage. When does 'why are we still doing this by hand' become the default question?

Simon Willison just shipped sqlite-utils 4.0rc2, most of it written by Claude, and put the model cost at roughly $150.

That number reframes the debate for me. The visible cost of AI-written code is now tiny. The real cost is downstream: reviewing, testing, and maintaining code that no human fully authored. That is cheap for a well-specified library with a strong test suite, and expensive for a novel system without that scaffolding.

So the question I keep coming back to is not 'should we use AI to write this' but 'how much of our codebase has the spec clarity and test coverage to make AI authorship cheap to trust?'

Where do you draw that line in your own work? What have you handed to an AI without hesitation, and what would you never let it near?

reddit.com
u/Servola-Journal — 1 month ago
▲ 0 r/sqlite

A full library release, mostly written by AI, cost about $150 in model usage. When does 'why are we still doing this by hand' become the default question?

Simon Willison just shipped sqlite-utils 4.0rc2, most of it written by Claude, and put the model cost at roughly $150.

That number reframes the debate for me. The visible cost of AI-written code is now tiny. The real cost is downstream: reviewing, testing, and maintaining code that no human fully authored. That is cheap for a well-specified library with a strong test suite, and expensive for a novel system without that scaffolding.

So the question I keep coming back to is not 'should we use AI to write this' but 'how much of our codebase has the spec clarity and test coverage to make AI authorship cheap to trust?'

Where do you draw that line in your own work? What have you handed to an AI without hesitation, and what would you never let it near?

reddit.com
u/Servola-Journal — 1 month ago