Earlier quoted context omitted.
Freebsd doesn't have docker. It has jails which can serve a similar purpose but are not the same in important ways
Please at least read the context before attempting to correct me... Here's what I'm referring to: https://github.com/califio/publications/blob/7ed77d11b21db80...
Claude wrote a full FreeBSD remote kernel RCE with root shell
61–70 of 128 posts
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#62https://github.com/califio/publications/tree/main/MADBugs/CV... would have been a better link
https://blog.calif.io/p/mad-bugs-claude-wrote-a-full-freebsd
But I found the exploit writeup pretty interesting
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#63> It's worth noting that FreeBSD made this easier than it would be on a modern Linux kernel: FreeBSD 14.x has no KASLR (kernel addresses are fixed and predictable) and no stack canaries for integer arrays (the overflowed buffer is int32_t[]). What about FreeBSD 15.x then? I didn't see anything in the release notes or the mitigations(7) man page about KASLR. Is it being worked on? NetBSD apparently has it: https://wik…
This is more of a Linux kernel criticism of KASLR, but perhaps it's related as to why it's not been a priority in FreeBSD (i.e. it gives a false sense of safety and rather focus on 'proper' security hardening): https://forums.freebsd.org/threads/truth-about-linux-4-6-sec...
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#64Earlier quoted context omitted.
A talk given by an employee that stands to make millions from Anthropic going public, definitely not a conflict of interest by the individual.
I didn't say "watch this without critical thinking". The chance this is completly fabricated though is very low and its an highly interesting signal to many others. There was also a really good AI CTF Talk at 39c3 hacker conference just 4 month ago.
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#65Key point is that Claude did not find the bug it exploits. It was given the CVE writeup[1] and was asked to write a program that could exploit the bug. That said, given how things are I wouldn't be surprised if you could let Claude or similar have a go at the source code of the kernel or core services, armed with some VMs for the try-fail iteration, and get it pumping out CVEs. If not now, then surely not in a too di…
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#66Automatic discovery can be a huge benefit, even if the transition period is scary.
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#67I am hoping that quite soon we will have general acceptance of the fact that "Claude can write code" and we will switch focus to how good / not good that code is.
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#68Earlier quoted context omitted.
I didn't say "watch this without critical thinking". The chance this is completly fabricated though is very low and its an highly interesting signal to many others. There was also a really good AI CTF Talk at 39c3 hacker conference just 4 month ago.
But you did say “Claude is already able to find CVEs on expert level.”
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#69The most difficult part is always to find the vulnerability, not to fix it. And most people who are spending their days finding them are heavily incentivized to not disclose. Automatic discovery can be a huge benefit, even if the transition period is scary.
Nevertheless, attacking is a targeted endeavour, unlike defense. Fixing is, in _general_, more difficult in theory.
* reference to past google and ffmpeg incident
Re: Claude wrote a full FreeBSD remote kernel RCE with root shell
#70This requires an SSH to be available? Is it possible to pwn without SSH listening?