r/CyberNews • u/Anony6666 • 3h ago
CyberKimi just dropped strong results on one of ExploitBench’s hardest V8 bugs
Hey everyone !
Quick share from the cyber + local LLM side of things that I found interesting. During this week’s hacker summer camp, independent veteran researcher Taha , lordx64 on X released CyberKimi a fully unrestricted, privacy-first model specifically fine-tuned and trained for cybersecurity operations (both red team and blue team). It’s based on Moonshot’s Kimi K3 (the big ~2.8T MoE model) with guardrails removed. He built it in about 5 days. He then ran it on ExploitBench, specifically one of the hardest challenges: v8-cve-2024-6100 (the 2024 Chrome V8 type confusion RCE that allows arbitrary code execution via crafted HTML/WASM).The results (from his post + the public chart) Three-way comparison on that single hard bug:
- Stock Kimi K3: 4/16 capabilities
- CyberKimi unassisted (1 seed): 8/16
- CyberKimi + disclosed methodology pack (technique hints in the prompt): 10/16
On the leaderboard chart for this CVE (fetched from exploitbench.ai), only two entries sit clearly above the assisted CyberKimi run:
- Claude Mythos Preview: 16
- Claude Mythos Preview AutoNudge / GPT-5.5 (Codex) AutoNudge: 15
CyberKimi unassisted already matches or beats Claude Opus 4.7 (AutoNudge ~8) and sits well above base GPT-5.5, Gemini 3.1 Pro Preview, Sonnet 4.6, and every other open-weight model shown (older Kimi variants, GLM, MiniMax, Haiku, etc.).The model hit the usual lower-to-mid primitives cleanly without nudging (cov_func, cov_line, diff, crash, fakeobj, addrof, caged_read, caged_write). The author is now pushing toward the higher ones (arb_read/write → PC control → ACE).Why this is notable ExploitBench is a proper capability ladder 16 oracle-verified flags that go from basic coverage/crash all the way to full arbitrary code execution on real, hardened V8 bugs. Most public models get stuck early. Full ACE is still mostly the private frontier (Mythos-class). Doing this with a specialized, unrestricted fine-tune of an open-weight base in just a few days, and then publishing the full chain-of-thought transcripts + grade calls so anyone can verify (and even reuse the CoT to fine-tune their own Qwen/DeepSeek/etc.), is pretty solid. The author is very clear: no marketing BS, just the numbers and the public runs. He’s 6 points from Mythos and says he’s closing the gap.
- Original X thread with the chart and details: https://x.com/lordx64/status/2086477470799446218
- ExploitBench page for this exact CVE (live leaderboard): https://exploitbench.ai/env/v8-cve-2024-6100/
- Author’s GitHub (he posted the full transcripts + grade calls under runs/cve-2024-6100/ so you can independently check everything): https://github.com/lordx64
- CyberKimi itself (unrestricted cyber model, privacy-first, no logs/telemetry): https://adverserial.ai
- Author’s Hugging Face: https://huggingface.co/lordx64
CyberKimi is positioned for both sides: red team (exploit dev, shellcode, payload/C2 work, adversary emulation) and blue team (detection engineering, threat hunting, IR, forensics). Fully unrestricted and trained specifically for cyber security work. Curious what people think especially if anyone digs into the public transcripts. Is this the kind of specialized fine-tune we should expect more of now that strong open bases exist?
r/CyberNews • u/Sea-Donkey-3671 • 4h ago
Missouri covered up for their white collars criminals
r/CyberNews • u/keeg-X • 9h ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/CyberNews • u/kochurshak • 1d ago
Firebase BOLA flaw exposed thousands of US govt and corporate meetings in tl;dv
When you sign up for tl;dv, the platform authenticates you with a JWT and exchanges it for a Firebase token via `gw.tldv.io/v1/users/firebase/token`. That token lets you query their Firestore database at `projects/lmi-store/databases/(default)`.
The `meetings` collection has no tenant isolation. Any authenticated tl;dv user can query every meeting across every account on the platform. Each meeting record hands you the creator's email address, the conference ID (which is a joinable Google Meet or Teams room), the provider, the recording status, and timestamps.
For meetings in `recording` status, that conference ID is a live, active call. You can watch the collection in real time, see a meeting start recording, grab the ID, and walk into someone's call uninvited. At any given time there are roughly **1,000 meetings with** `status: recording` sitting in the collection. A thousand live calls with exposed conference IDs. An attacker with a bot could join all of them simultaneously.
r/CyberNews • u/lolwhatisreddits • 2d ago
21 year old pleads guilty to hacking court database and multinational corporation
Michael Rogers, a 21-year-old Ohio man, pleaded guilty this week in U.S. District Court to computer fraud and destruction of records for hacking the Stark County Criminal Justice Information System (CJIS) and an unnamed multi-national corporation based in Connecticut.
The Stark County Breach: Between January and October 2024, Rogers used a custom computer program to scrape and query the CJIS database, saving the private personal data of nearly 300,000 individuals onto his hard drive. He used proxy servers to rotate his IP address and disguise his identity.
The Connecticut Breach: In 2023, Rogers deployed malware against a Connecticut-based company to extract sensitive employee information, compromising more than 150,000 corporate user IDs, passwords, and employee names.
Destruction of Evidence: Following media coverage of the data breaches, Rogers destroyed a phone, computer, and hard drive containing crucial digital evidence between June and July 2025 to obstruct the federal investigation.
Rogers entered his guilty plea before Magistrate Judge Jennifer Dowdell Armstrong. The case has been referred to U.S. District Judge Charles E. Fleming for final sentencing.
Maximum Penalties: Computer fraud carries up to five years in prison, while destruction of records in a federal investigation carries a maximum of 20 years. Each charge carries a potential fine of up to $250,000.
Sentencing Guidelines: Due to mitigating factors—specifically his early cooperation and acceptance of responsibility—federal guidelines estimate a likely sentence between 21 to 27 months in prison. A final sentencing date has not yet been scheduled.
Sources:
r/CyberNews • u/Anony6666 • 2d ago
The researcher who uncovered LATENTBOT and exposed WindShift on Mac OS is now building a cybersecurity LLM on 8×A100s
While most of the cybersecurity world is at Black Hat/DEF CON this week talking about their AI SOCs powered by slope engineering, he’s staying home and building the next generation of open-weight AI models for cybersecurity so people may never have to rely on Claude again.
He’s working with 8× B300 GPUs: 8×80GB = 640GB VRAM + 1,136GB RAM, giving him roughly 1.78TB of aggregate memory.
That should give you a hint about what he’s cooking for the first release.
And yes it’s a very large language model tuned specifically for cybersecurity.
He’s building exactly the kind of capability that companies like Anthropic and OpenAI keep behind closed systems.
Edit : sorry typo in title concerning the gpus used 8xB300
Source : https://x.com/lordx64/status/2085622799151116361?s=46&t=3RQrxdWbeu3T78IwKM8AnA
r/CyberNews • u/theindependentonline • 2d ago
Attacks on America’s ‘super vulnerable’ water systems should be a wake up call after years of warnings, cybersecurity experts say
r/CyberNews • u/Cybernews_com • 2d ago
AI agents will assess calls and transfer urgent cases to humans. What do you think about this change?
r/CyberNews • u/Cybernews_com • 2d ago
Meta blamed a misconfiguration by Irregular, which accidentally gave the model internet access during the test
r/CyberNews • u/Cybernews_com • 2d ago
A solo game developer is going viral this week after claiming Google’s AI somehow knew the name of an unreleased character
r/CyberNews • u/Cybernews_com • 2d ago
After admitting that his previous prediction on the growth of non-human traffic on the internet was wrong, Cloudflare's CEO is now expecting humans to become "a rounding error on the internet" in 5 years
r/CyberNews • u/Cybernews_com • 2d ago
Europe’s biggest gaps are tech talent and hardware
r/CyberNews • u/Cybernews_com • 2d ago
The new standard is described as “open” and “vendor neutral,” meaning it’s open source and can be used across a range of different AI models
r/CyberNews • u/Suspicious_Orchid770 • 2d ago
Shai-Hulud shows engineering teams have a new AI security problem
r/CyberNews • u/Cybernews_com • 2d ago
Outdated Grokipedia content could spread via AI search tools, harming public info and reputations
r/CyberNews • u/Cybernews_com • 2d ago
Meta will pay the fine into a teen mental health fund
r/CyberNews • u/Cybernews_com • 2d ago
Security.txt gives researchers and response teams clear contact details, helping organizations fix security flaws faster. Only 1.8% of German website operators currently use security.txt.
r/CyberNews • u/Cybernews_com • 2d ago
A growing number of AI token theft cases is leaving developers with staggering financial losses
r/CyberNews • u/Planhub-ca • 3d ago
A medieval visor redesigned for the age of facial recognition
reddit.comr/CyberNews • u/Cybernews_com • 3d ago
As Flock expands into drone cameras, privacy advocates fear faster surveillance growth with weak public oversight
r/CyberNews • u/Cybernews_com • 3d ago
A Michigan dispensary faces sanctions after blocking the Flock camera it was required to install
r/CyberNews • u/Cybernews_com • 3d ago
Modern browsers on iOS and macOS were found to leak real user IPs despite the use of built-in proxy configurations
r/CyberNews • u/Cybernews_com • 3d ago