A roundup of 265 items curated from across the security community.
BBOT 3.0: Rust-Powered Recon with 15x Faster DNS
The biggest BBOT release ever. Core DNS and HTTP engines rewritten from scratch in Rust, delivering 15x faster DNS resolution and FFUF-class directory brute-forcing without leaving the BBOT process. New modules, native SIEM outputs, ASN targeting via the BBOT.IO API Hub, and reworked scoping. Free and open source.
News
Japanese telecom giant KDDI confirms a data breach affecting 12 million customer records, one of the largest telecommunications breaches in recent years.
International law enforcement operations result in 5,800 arrests of suspected cybercriminals across multiple countries, targeting fraud rings and money laundering networks.
NowSecure research finds that Transsion devices, which dominate the African mobile market, include telemetry that sends user data to servers in China without meaningful consent.
KrebsOnSecurity reveals that a cybersecurity startup is run by individuals with felony convictions for fraud and identity theft, raising questions about vetting in the industry.
An operator behind the Ryuk ransomware campaign enters a guilty plea. Ryuk targeted hospitals and critical infrastructure during 2019-2021.
A negotiator who acted as intermediary for the BlackCat/ALPHV ransomware gang has been convicted, marking another win in dismantling the group’s support network.
The European Union formally sanctions named GRU officers for conducting cyberattacks against Polish critical infrastructure, including energy grid operations.
CISA’s postmortem reveals a contractor published dozens of internal credentials, including AWS GovCloud keys, in a public GitHub repo for nearly six months before being notified.
European retailer Lidl confirms a breach impacting customer data. Details of the scope and affected regions are still emerging.
- OpenAI Launches Jailbreak Bug Bounty Program by Dave Kennedy.
OpenAI expands its bug bounty to reward researchers who find jailbreak techniques and safety bypasses in its models, signaling a shift toward adversarial AI safety testing.
More this week (22)
- Google Is Suing Chinese Scammers Who Are Using Gemini by Bruce Schneier.
- RT cje: we’ve been shipping pretty hard on http://disclose.io. https://lookup.disclose.io resolves any asset - domain, ip, package, repo, container, h… by Andy Gill.
- RT Daily CyberSecurity: Synacktiv publicly disclosed a Kerberos reflection bypass, CVE-2026-26128, with PoC exploit code. It yields SYSTEM on most Win… by Florian Roth.
- RT Daily CyberSecurity: Synacktiv publicly disclosed a Kerberos reflection bypass, CVE-2026-26128, with PoC exploit code. It yields SYSTEM on most Win… by Dave Aitel.
- RT hacker.house: Inference Fuzzing with Recursive Prompting: A Practical Methodology for LLM-Driven Code Audits https://x.com/hackerfantastic/status/2… by kmkz.
- RT CTI Updates: 35gb of source code from Accenture listed for sale by threat actor 888 “Compromised data: Source codes, RSA Keys, SSH Keys, Azure PAT,… by DebugPrivilege.
- AssuranceAmerica data breach exposes records of 6.9 million drivers https://www.bleepingcomputer.com/news/security/assuranceamerica-data-breach-expose… by Nicolas Krassas.
- Mount Royal University confirms breach as hackers claim attack https://www.bleepingcomputer.com/news/security/mount-royal-university-confirms-breach-a… by Nicolas Krassas.
- Adobe DNG SDK: Heap memory disclosure in ReorderSubTileBlocks due to truncated row block count for clipped strips https://project-zero.issues.chromium… by Project Zero Bugs.
- This was super useful for doing agentic work, especially during a research/recon phase. It allows the agents to look up CVE info a lot easier thana yo… by Brandon.
- RT BleepingComputer: Accenture confirms breach after hacker offers stolen data for sale https://www.bleepingcomputer.com/news/security/accenture-confi… by Florian Roth.
- RT Kostas: After many requests, we’re introducing Advanced Emulations! In this new category, we emulate APT tradecraft and infrastructure to create s… by Panos Gkatziroulis.
- RT hacker.house: Inference Fuzzing with Recursive Prompting: A Practical Methodology for LLM-Driven Code Audits https://hacker.house/blog/inference-fu… by Chihuahua in charge NotMe.
- RT MacSec Labs: We found a KASLR bypass in macOS IOKit. Two services leaked live kernel heap addresses to any unprivileged, sandboxed user. Apple Secu… by kmkz.
- Money launderer accused of stealing seized crypto while in prison https://www.bleepingcomputer.com/news/security/money-launderer-accused-of-stealing-s… by BleepingComputer.
- Glendale Community College - 793,925 breached accounts https://haveibeenpwned.com/Breach/GlendaleCommunityCollege by Nicolas Krassas.
- Their interests may differ, but their target is the same “Despite different collection priorities, both [China and India state hackers] targeted Baloc… by Kim Zetter.
- RT The Hacker News: They hacked thousands of sites. Then forgot to lock their own front door. For 3 weeks, this crew left its server wide open, s… by Florian Roth.
- WDAC / AppLocker Bypass Recon Scripts https://gist.github.com/AlloySecureGroup/5062355dc48f1e333223f0dda90e7cda by Panos Gkatziroulis.
- RT Casey: Endless supply here https://tij.me/blog/finding-and-utilising-leaked-code-signing-certificates/ Solid Gold so much certificate material on p… by Chihuahua in charge NotMe.
- Centers Lab NJ discloses data breach incident impacting 542,000 people https://cyberinsider.com/centers-lab-nj-discloses-data-breach-incident-impactin… by Nicolas Krassas.
- UK charges suspects linked to Russian Coms call spoofing platform https://www.bleepingcomputer.com/news/security/uk-charges-suspects-linked-to-russian… by Nicolas Krassas.
Techniques and Write-ups
CVE-2026-53359, a use-after-free in KVM’s x86 emulator that has existed for 16 years. Used as a 0-day in Google’s kvmCTF program, it allows a guest VM to escape to the host.
- New macOS SIP Bypass Demonstrated on Latest Beta by Csaba Fitzl.
A new System Integrity Protection bypass on the latest macOS beta demonstrated by researchers Csaba Fitzl and Gergely Kalman. Allows circumventing Apple’s kernel-level file protection.
CVE-2026-6307: a single V8 bug yields full Chrome renderer RCE with arbitrary read/write and V8 sandbox escape. No heap spray needed, works across 40+ Chrome versions. Full Nebula Security writeup.
A detection-focused breakdown of modern call stack spoofing techniques used to evade EDR, with a hardware-breakpoint-based approach to identify and defeat spoofed stacks.
First full-chain browser-to-kernel RCE on Android 17, chaining a Firefox JIT bug (CVE-2026-10702) with a kernel exploit. Earned $92,000 through Google’s bug bounty.
Verichains demonstrates an ASLR-independent remote code execution on nginx 1.30.0 using just two bytes, achieving a call to system() without needing an infoleak.
CVE-2026-55607: a prompt-injection attack exploits .git worktree confusion in Claude Code’s sandbox to achieve arbitrary code execution outside the sandbox boundary. Full writeup and PoC available.
CVE-2026-43499, a stack use-after-free in the Linux kernel’s futex subsystem dating back 15 years. PoC on GitHub achieves local privilege escalation to root.
Critical unauthenticated RCE in the Windows HTTP protocol stack. Successful exploitation yields kernel-level code execution. ZDI’s analysis shows detection may be as hard as exploitation.
Researchers found valid code-signing certificates with private keys inadvertently shipped inside public NuGet and npm packages. Attackers could use them to sign malware as trusted software.
More this week (204)
- Discovery & Validation in the Linux Kernel (Part 3): Local vs Frontier Models - Samuel Page https://bynar.io/blog/discovery-validation-in-the-linux-ke… by Swissky.
- Studying LLM Workflows Until They Actually Find Cool Bugs - @Elliot_belt https://felixbillieres.github.io/posts/llm-bug-bounty-pipeline-2026/ by Swissky.
- I Let Claude Opus Write a Chrome Exploit: The Next Model (Mythos?) Won’t Need My Help? @S1r1u5_ https://www.hacktron.ai/blog/i-let-claude-opus-to-writ… by Swissky.
- Finding Zero-Days with Any Model - @NielsProvos https://www.provos.org/p/finding-zero-days-with-any-model/ by Swissky.
- RT Synacktiv: CI/CD pwnage with a pre-auth RCE in #ArgoCD by @hugow_vincent Discover how a single misconfiguration in a Helm chart can lead to a … by ϻг_ϻε.
- Oof https://www. openssh.org/releasenotes.html.
- RT ElfMaster: Granular ASLR for ELF executables in Linux, implemented in C with a Shiva ELF microprogram: https://youtu.be/uHSPspFR4gg Building in-pro… by thaddeus e. grugq.
- Part 2 is out! We look into Basic Blocks, Dominators, and finally get around to modifying the CFG! We are getting one step closer to writing a Code Fl… by db.
- RT SEKTOR7 Institute: BOF for lateral movement using MSI ODBC Driver installation. A tool by Craig Wright (@werdhaihai) Source: https://github.com/wer… by Bobby Cooke.
- Max severity Adobe ColdFusion flaw now exploited in attacks https://www.bleepingcomputer.com/news/security/max-severity-adobe-coldfusion-flaw-now-expl… by BleepingComputer.
- This should work in theory, can someone test if this blocks updates ? by Nightmare Eclipse.
- I have suspected the klist.exe could be used to dump local tickets but never had time to check that out correctly. This guy did and explains it very w… by Aurélien Chalot.
- A blazingly fast, multi-threaded TUI malware analysis tool built in Rust. Features deep PE parsing, YARA scanning, and heuristic risk scoring. https:/… by Nicolas Krassas.
- Two memcached heap buffer overflows - default-config LRU-crawler metadump + proxy backend-response length truncation (→ RCE). Found with Raptor http… by Nicolas Krassas.
- Global Device Identifier fully reverse engineered https://github.com/SmtimesIWndr/gdid-reversal by Nicolas Krassas.
- Canada’s spy agency conducted state-authorized cyberattacks against drug traffickers and ransomware gangs https://www.scworld.com/brief/canadas-spy-ag… by Nicolas Krassas.
- uBlock Origin Chrome extension now blocks known ClickFix sites https://cyberinsider.com/ublock-origin-chrome-extension-now-blocks-known-clickfix-sites… by Nicolas Krassas.
- Hook Chains (how I built Crystal Kit incorrectly*) https://rastamouse.me/cpl-hook-chains/ by Nicolas Krassas.
- Fake IT support calls on Microsoft Teams push EtherRAT malware https://www.bleepingcomputer.com/news/security/fake-it-support-calls-on-microsoft-teams… by Nicolas Krassas.
- Blogspot-Hosted Payloads Delivered in ‘Veil#Drop’ Attacks https://www.securityweek.com/blogspot-hosted-payloads-delivered-in-veildrop-attacks/ by Nicolas Krassas.
- Iran-Linked Hackers Use New Cavern C2 Framework to Target Israeli Organizations https://thehackernews.com/2026/07/iran-linked-hackers-use-new-cavern-c… by Nicolas Krassas.
- 16-Year-Old Linux KVM Flaw Lets Guest VMs Escape to Host on Intel and AMD x86 Systems https://thehackernews.com/2026/07/16-year-old-linux-kvm-flaw-let… by Nicolas Krassas.
- ARToken: Inside an EvilTokens affiliate panel targeting Microsoft 365 https://blog.talosintelligence.com/artoken-inside-an-eviltokens-affiliate-panel-… by DirectoryRanger.
- MSFDefender: Metasploit Windows Modules Detonation & Analysis #DFIR https://bloo.io/blog/msfdefender-metasploit-windows-modules-detonation-analysis by DirectoryRanger.
- [RT Enno Rey: Bitlocker downgrade attacks https://archives.pass-the-salt.org/Pass%20the%20SALT/2026/slides/PTS2026-TALK-13-bitlocker_talk_deck.pdf PDF… by DirectoryRanger.
- UAT-7810 continues building ORB networks using new malware by Jungsoo An.
- Story time! A few weeks ago I was at the AREA41 conference and there were A LOT of CTFs there - it was almost like every village and every sponsor’s booth had one. I had some time before my talk so I.
- RT CodeX: Open sourcing another of my random BOFs that I think may be useful to people. Obtains location data, thats pretty much it. May be useful if … by Octoberfest7.
- “Special Agents executed a search warrant at the Airbnb where the group was staying. Investigators recovered evidence of a large-scale financial fraud… by SwiftOnSecurity.
- RT lazarusholic: “How DPRK’s Contagious Interview Campaign Targets Developers” published by @KudelskiSec. #Cryptocurrency, #GitHub, #NPM, #Contagious… by SwitHak ().
- Who said KYC is not fun? Discover how @k3vinTell and @L0g__s exploited new #AI techniques to bypass Age Verification and how this technology reshuffle… by Synacktiv.
- How to Set Red Team Objectives that Produce Value by Heather Simpson.
- && another silly exploit landed on stream, 0day LPE for “CyberPanel” –> https://warez.sl0p.foo/cyberpanel-root/ join us at https://sl0p.foo :-) by blasty.
- aaaaaand we just finished a dumb request smuggling PoC for (Open)LiteSpeed httpd live on stream: https://warez.sl0p.foo/ols-h2-smuggle/ their commit h… by blasty.
- RT Frey: COM Hijacking. Set a trap in the Windows Thumbnail Cache (CLSID {AB8902B4-09CA-4bb6-B78D-A8F59079A8D5}). Wipe the cache, and the OS triggers … by One punch mander.
- RT Nextron Research : Re New C2 uncovered: 5[.]175[.]184[.]52/api/service/ca6f8e4ee9a04abf7d68a49b30173f93 Same behavior, dropping and executing 0… by Florian Roth.
- RT blackorbird: Multi-architecture Linux privilege escalation toolkit with 24 pre-built and runtime-compilable exploits. Auto-detects kernel version, … by Florian Roth.
- RT FBI Cyber Division: Law enforcement partners in Spain announced the arrest of a member of the pro-Russia hacktivist group Cyber Army of Russia Rebo… by Florian Roth.
- RT R136a1: I just finished a 108-page whitepaper on a complex, air-gapped malware framework I found a while back. I’m calling it BeheMOF (you can chec… by Florian Roth.
- RT Smukx.E: How to Use Ghidra to Analyse Shellcode and Extract Cobalt Strike Command & Control Servers by Matthew. TLDR;- Manual analysis of Cobalt St… by Florian Roth.
- RT Vivek | Cybersecurity: OGhidra - AI Powered Reverse Engineering with Ghidra OGhidra is an open-source tool that integrates AI with Ghidra, mak… by Florian Roth.
- RT ret2src: Escalating from On-prem to Entra through MITM Attacks My colleague @0x64616e just published his latest research on lateral movement betwee… by Arun.
- Although this is a well-known topic, it’s still one of my favorites. I put together a concise reference covering the most dangerous Windows privileges… by Andrea P.
- RT Com Feed: UPDATE: New Court Files Reveal How Microsoft Helped the FBI Identify Peter Stokes “Bouquet” (Scattered Spider Member) The court file… by hasherezade.
- Mutation testing comes to DAML.
- RT SpecterOps: Most red team scope gets written the same way: “find what you can.” @Ne0nd0g breaks down why that approach leaves the most important qu… by Chihuahua in charge NotMe.
- RT Bert-Jan : New Blog: ClickFix: The Gift That Keeps On Giving ClickFix continues to evolve as one of the most effective social engineering tec… by Chihuahua in charge NotMe.
- so this can execute js without using “/”, “=” and whitespaces. Wouldn’t that be useful?! <optio… by Masato Kinugawa.
- RT Smukx.E: Offensive PowerShell for Red Teamer with Defense Evasion Techniques TLDR; Blog covers fileless malware, social engineering initial access,… by kmkz.
- RT International Cyber Digest: ‼ BREAKING: New research shows you can copy any signed GitHub commit into a second one that looks identical, without… by kmkz.
- RT Leo: I recently played GreyCTF Finals with @ARESxCTF. Me and @bitfriends_ managed to blood a kpwn challenge by finding some new triggers for modpro… by kmkz.
- RT Rony Kelner: We refreshed ida_kernelcache: bug fixes + a full IDA 9.x port. Tested and working on IDA 9.3 against the latest iOS. https://github.co… by kmkz.
- RT portbuster: Added 4 new LPE exploits to lpe-toolkit: - PEdit COW CVE-2026-46331 - DirtyClone CVE-2026-43503 - Bad Epoll CVE-2026-46242 - FUSE OOB C… by Max.
- Video and slides of my webinar on Evading Microsoft Defender for Identity are published. One of my favorite topics. Hope to keep coming back to MDI ev… by Nikhil Mittal.
- Building a Mental Model for Kubernetes Security Research by Katherine.
- Megalodon: Mass GitHub Repo Backdooring via CI Workflows - @safedepio https://safedep.io/megalodon-mass-github-repo-backdooring-ci-workflows/ by Swissky.
- Codex Hacked a Samsung TV - @calif_io We gave Codex a foothold. It popped a root shell. https://blog.calif.io/p/codex-hacked-a-samsung-tv by Swissky.
- .@UNC1739 Adam continues to cook by Rad.
- RT Dominic Chell : Re To confirm, we added cet masking support (the first to do so?) back in September ‘25 - https://x.com/GigelV41464/status/2024… by sabotage.
- RT PT SWARM: PHP PDO layer exposed! Aleksey Solovev & Nikita Sveshnikov uncovered 2 flaws: SQL Injection in pdo_firebird (CVE-2025-14179) and DoS… by ϻг_ϻε.
- RT Nicolas Krassas: CVE-2026-44963: Veeam Backup – Authenticated Domain User to RCE via BinaryFormatter Blacklist Bypass https://blog.securelayer7.ne… by ϻг_ϻε.
- RT Kim Zetter: If you’re a security researcher who gets hit with a cease-and-desist letter or threat of lawsuit for good-faith research you’ve done, y… by thaddeus e. grugq.
- Why the HTTP QUERY Method Is a Bad Idea, and Accept-Query Is Why https:// blog.sicuranext.com/http-query -method-is-a-bad-idea-and-accept-query-is-why/.
- Microsoft patches RoguePlanet Defender zero-day vulnerability https://www.bleepingcomputer.com/news/microsoft/microsoft-patches-rogueplanet-defender-z… by BleepingComputer.
- Hackers exploit Roundcube flaw to spy on academic researchers https://www.bleepingcomputer.com/news/security/hackers-exploit-roundcube-flaw-to-spy-on-… by BleepingComputer.
- Ubiquiti warns of new max severity UniFi OS vulnerability https://www.bleepingcomputer.com/news/security/ubiquiti-warns-of-new-max-severity-unifi-os-v… by BleepingComputer.
- GhostApproval Symlink Flaws Could Let Malicious Repos Run Code in AI Coding Agents https://thehackernews.com/2026/07/ghostapproval-symlink-flaws-could… by Nicolas Krassas.
- Fake 7-Zip Installers Turn Devices Into Residential Proxy Nodes https://thehackernews.com/2026/07/fake-7-zip-installers-turn-devices-into.html by Nicolas Krassas.
- GitHub Copilot: Sorry Dave, I can’t do that harmful thing - unless you ask me in code https://www.theregister.com/security/2026/07/08/github-copilot-s… by Nicolas Krassas.
- Finding and Expl-oiting Code Caves https://blog.shellntel.com/p/finding-and-exploiting-code-caves by Nicolas Krassas.
- RT Unit 42: We recently identified files likely associated with the C-based ransomware variant used by The Gentlemen (Storm-2697). The ransom note (!-… by Nicolas Krassas.
- RT Justin Elze: This probably also helps you avoid getting your GitHub repos flagged or banned for doing OffSec work this way, since they seem to scan… by Dave Kennedy.
- Semantic Gadget Programming Is an exploitation technique where attacker-controlled content is arranged into trusted-looking semantic fragments, or “g… by Giuseppe
N3mes1s. - RT Dr Heidy Khlaaf (هايدي خلاف): New! We hijack Claude Code(Sonnet 4.6,5/Opus 4.8) & Codex(GPT5.5) to achieve RCE when merely used to defensi… by Giuseppe
N3mes1s. - Didn’t figure out what was causing this behavior, but landed on dropping the XLL in the %APPDATA%\microsoft\excel\XLSTART folder and then running exc… by Octoberfest7.
- WolfSSL, GeoVision, VTK vulnerabilities by Kri Dontje.
- Finding SOCKS with Proxywatch by Brian Reitz.
- Inside an AI coal mine security camera network powered by plaintext passwords https:// eaton-works.com/2026/07/08/coa l-india-camera-hack/.
- RT Tech Brandon: These are great points for not using trusted locations as exclusion to MFA. Locations are great for imposing additional protection fo… by Sean Metcalf.
- RT Casey: Deception lends itself nicely to Natural Language descriptions of Canaries and Canarytokens. Our team built a simple app that allows you to … by Sean Metcalf.
- RT Dominic White : We’ve documented a new EDR-bypassing process injection technique from @z3ro2504 & Max Hirschberger on the @sensepost blog. Link… by Steven Lowson.
- RT John Althouse: New 0-day in XQUIC - the HTTP/3 library. Just a few packets can take down load balancers and web servers! In the blog are JA4Scan li… by SwitHak ().
- RT Microsoft Threat Intelligence: While investigating wiping attacks, Microsoft Threat Intelligence uncovered GigaWiper, a destructive backdoor that c… by SwitHak ().
- RT Australian Signals Directorate: ALERT We’re aware of an exploitation campaign targeting vulnerabilities in website CMS platforms. These vulne… by SwitHak ().
- During an internal assessment, @TurboThonSec found several vulnerabilities in #Xpra (Screen for X11) which, chained together, allow a malicious server… by Synacktiv.
- RT : Postscriptum: To check EPA (extended protocol authentication) status use RelayInformer https://github.com/zyn3rgy/relayinformer (by @zyn3rgy … by Matt Creel.
- RT Neeraj Gupta: LLM security and jailbreak testing gets messy fast. I built Jailbreaker to make it easier to run and track jailbreak, prompt injectio… by Matt Creel.
- Inside an AI coal mine security camera network powered by plaintext passwords https://eaton-works.com/2026/07/08/coal-india-camera-hack/ by /r/netsec.
- Suspected Russian Threat Actor Impersonates Legitimate Crypto Wallets to Deploy Remote Utilities https://hybrid-analysis.blogspot.com/2026/07/suspecte… by /r/netsec.
- Drift Corpus: binary diffs of 240+ 2026 Windows kernel patches https://byteray-ai.github.io/drift-corpus by /r/netsec.
- GitLost: a public GitHub issue can steer an org’s Agentic Workflow into leaking private repo contents, and a one-word prefix (“Additionally”) bypassed… by /r/netsec.
- A rule mapped to MITRE is not the same as real coverage https://socauthority.com/blog/mitre-attack-detection/ by /r/netsec.
- Playing Around With ADIDNS RPC Internals https://blog.paradoxis.nl/playing-around-with-adidns-rpc-internals-0c59c15d0a15 by /r/netsec.
- fresh from the sl0pminez. bind9 DoS nday. wanna leave the office early and/or drive the smelly old neckbearded sysadmin mad? crash your local bind9 us… by blasty.
- RT Byron Wan: China-aligned attackers broke into the networks of US and Canadian universities to steal sensitive data and establish persi… by Florian Roth.
- RT Nextron Research : Valkyrie-bot botnet deploys WHQL-signed Windows kernel rootkit using device filter driver for covert kernel↔userland m… by Florian Roth.
- RT Askar Dyussekeyev: Always great to see major vendors like @Seqrite validating my independent research! I published the exact infection… by Florian Roth.
- RT N Shams: Check Point Research is tracking a new C2 framework used by Iran MOIS threat group Cavern Manticore. Their C2 framework “Cavern” uses mult… by Dominic Chell.
- RT cr3ghost: Adding to this list. All free. No paywall. No signup. http://exploitreversing.com - 700+ pages of malware analysis and exploit research h… by hasherezade.
- RT cr3ghost: A full university malware analysis course with every lecture, video, assignment, and lab available for free online. Malware taxonomy. Sta… by hasherezade.
- Is malware protection changing? https://eclecticlight.co/2026/07/10/is-malware-protection-changing/ via @howardnoakley by Howard Oakley, Eclectic Light Co.
- CVE-2026-47291: Remote Code Execution in the Windows HTTP.sys by TrendAI Research Team.
- I wrote an article earlier this week to cover all procedures associated with the abuse of Windows Services to achieve persistence and detection s… by Panos Gkatziroulis.
- Playing a Different Game: Rethinking Modern Defense Evasion https://c0rnbread.com/playing-a-different-game-rethinking-modern-defense-evasion/ by Panos Gkatziroulis.
- API Hooking Techniques: Trampoline Hooks, IAT Hooking, and Inline Patching https://www.rbtsec.com/blog/api-hooking-techniques-trampoline-hooks-iat-hoo… by Panos Gkatziroulis.
- RT Dhiraj: Here is my write-up on (CVE-2026-12374) LPE in Cato Networks client for macOS via XPC auth bypass + TOCTOU. https://somelab.ai/cato-secures… by kmkz.
- RT AlmaLinux: We are shipping patched kernels for GhostLock (CVE-2026-43499), a new Linux kernel local-privilege-escalation flaw. Every supported Alma… by kmkz.
- RT Smukx.E: Rust PoC for Refresh rate anti-sandbox technique PoC:- https://git.smukx.site/smukx/Rust-for-Malware-Development/src/branch/main/Sandbox/A… by kmkz.
- RT Daily CyberSecurity: Public PoC and write-up detail a Linux kernel privilege escalation flaw (CVE-2026-46215) in DRM GEM. A local user gets root in… by kmkz.
- RT Zerotistic: New writeup: Redis 8.6 Stream PEL UAF to RCE. It only took me a month to write about it! https://zerotistic.blog/posts/redis-stream-pel… by kmkz.
- RT : This is pretty nifty. Check it out! (It’s a network diagram drawing tool with a focus on security. Has options to draw and connect phishing, … by kmkz.
- RT Cyber_OSINT: Elastic Security Labs described REF6045’s operator-assisted banking-fraud toolkit SCMBANKER, detailing its Windows-based infection ch… by kmkz.
- RT Ѻṧαη∂α: Inside a TradingView Phishing Kill Chain: Dissecting a Self-Hosted ScreenConnect Phishing Campaign https://osandamalith.com/2026/07/0… by Spiros Fraganastasis.
- RT Binary Wizards: Stop reverse engineering by hand. New video: I introduce IDASQL, the first tool in the xSQL family. It exposes IDA Pro’s database a… by Max.
- RT Aleksa Zatezalo: Check out my new tool. ChainFire. It combines @semgrep, @pdnuclei, and @claudeai into one pipeline. https://aleksazatezalo.medium…. by Nuclei by ProjectDiscovery.
- New research from runZero, featured in http://Cybr.Sec.Media, uncovers 7 vulnerabilities in the FatFs library - impacting everything from drones to IoT… by runZero, Inc..
- This week’s Metasploit update includes new exploits for Flowise CSV Agent, Apache .htaccess persistence, and macOS PackageKit privilege escalation. Check out the full details here: https://www. rapid7.
- RT Open Source Security mailing list: CVE-2026-43503: Linux kernel: Analysis of the “DirtyClone” LPE (Dirty Frag family variant) https://www.openwall…. by Solar Designer.
- RT 𝕡𝕨𝕟𝕚𝕖: A researcher discovered a vulnerability in ETW, the Event Tracing for Windows system that underpins most of Windows’ securit… by thaddeus e. grugq.
- RT Toan Pham: One in many ways to against frontier/open-source models from getting blocked by govs is to show that their cyber capabilities aren’t un… by thaddeus e. grugq.
- RT NetAskari: Meet ‘ZRON’, a full intelligence collection and analysis tool chain, offered by a Chinese company. A recent hack, offered on a CN dark w… by thaddeus e. grugq.
- RT SpecterOps: Proxied execution leaves almost nothing on disk. No new process, no dropped tool, just a socket doing its job. @brian_psu & John Wotton… by Vincent Yiu.
- RT Nightmare Eclipse: New blog about some recent findings in Windows Defender https://blog.projectnightcrawler.dev/posts/2026-07-09-some-interesting-f… by sailay(valen).
- RT GitHub Changelog: npm v12 enables install-time security defaults and starts deprecating 2FA-bypass granular access tokens (GATs). • Dependency scr… by AndrewMohawk⁽ⁿᵘˡˡ⁾.
- ‘Ghostcommit’ hides prompt injection in images to fool AI agents and steal repo secrets - @Ax_Sharma https://www.bleepingcomputer.com/news/security/gh… by BleepingComputer.
- New U-Boot flaws could enable stealthy firmware attacks https://www.bleepingcomputer.com/news/security/new-u-boot-flaws-could-enable-stealthy-firmware… by BleepingComputer.
- Hackers exploit critical auth bypass in Gitea Docker image https://www.bleepingcomputer.com/news/security/hackers-exploit-critical-auth-bypass-in-gite… by BleepingComputer.
- Zimbra urges customers to patch critical web client XSS flaw https://www.bleepingcomputer.com/news/security/zimbra-urges-customers-to-patch-critical-w… by BleepingComputer.
- OpenMandriva Linux says contributor tried to sabotage the project https://www.bleepingcomputer.com/news/security/openmandriva-linux-says-contributor-t… by BleepingComputer.
- Injective SDK on npm infected with cryptocurrency wallet stealer https://www.bleepingcomputer.com/news/security/injective-sdk-on-npm-infected-with-cry… by BleepingComputer.
- New Helix vishing group emerges in SharePoint data theft attacks https://www.bleepingcomputer.com/news/security/new-helix-vishing-group-emerges-in-sha… by BleepingComputer.
- New Forg365 phishing platform uses AI to target Microsoft 365 accounts https://www.bleepingcomputer.com/news/security/new-forg365-phishing-platform-us… by BleepingComputer.
- Australia warns of global campaign targeting vulnerable CMS platforms https://www.bleepingcomputer.com/news/security/australia-warns-of-global-campaig… by Nicolas Krassas.
- EDR Tradecraft: Internals, Detection, Evasion & Advanced Researchg https://0xdbgman.github.io/posts/edr-internals-research-and-bypass/ by Nicolas Krassas.
- theteatoast/local-vuln-research-pipeline: Fully local vulnerability research pipeline - 14B code-specialized LLM reviews every source file exhaustive… by Nicolas Krassas.
- Sign here… and install an unwanted RMM https://www.stormshield.com/news/cti-phishing-campaign-rmm-installation/ by Nicolas Krassas.
- No Manners Here: The Ruthless Rise of The Gentlemen Ransomware https://unit42.paloaltonetworks.com/the-gentlemen-ransomware/ by Nicolas Krassas.
- Inside Raton RAT: A Commodity Trojan That Tries to Do Everything https://decodalabs.com/blog/inside-raton-rat/ by Nicolas Krassas.
- Silver Fox group uses new Rust-based MODBEACON RAT https://www.scworld.com/brief/silver-fox-group-uses-new-rust-based-modbeacon-rat by Nicolas Krassas.
- URGENT - Progress Tells ShareFile Customers to Shut Down Storage Zone Controllers Over Security Threat https://thehackernews.com/2026/07/urgent-progre… by Nicolas Krassas.
- Dump TGTs remotely and convert Windows’ klist binary output to ccache. https://github.com/jakeotte/klist2ccache by Nicolas Krassas.
- How one scanning operation hid across 11,107 IPs on 147 networks https://honeylabs.net/blog/hunting-your-database-dumps by Nicolas Krassas.
- RT Maggie Miller: New: @RoKhanna is urging the White House to stop distribution of the White House app - recently installed on DHS mobile devices - … by Kim Zetter.
- https://pruva.dev/r/REPRO-2026-00281 by Giuseppe
N3mes1s. - Saw a c2 post which claims that using a VM to execute post-ex is better than using BOFs because it doesn’t allocate RX memory every now and then. Howe… by Chetan Nayak (Brute Ratel C4 Author).
- Cybersecurity advisory Russian🇷🇺 state actors are compromising IP cameras | By @AIVD ↘ https://english.aivd.nl/documents/2026/07/10/broch… by SwitHak ().
- After MySQL, it’s now SQL Server’s turn. @noraj_rawsec takes a deep dive into Unicode-related security issues. Read the full article: https://www… by Synacktiv.
- RT Gergely Kalman: New blogpost is finished: I discuss Apple’s changes to the bug bounty program, the drama, my thoughts and predictions. There’s some… by Wojciech Reguła.
- Can AI-generated adversaries break TTP-based attribution? (arXiv 2026) https://arxiv.org/pdf/2606.07158 by /r/netsec.
- RT BINARLY: We broke U-Boot’s FIT Signature Verification. The Binarly REsearch team uncovered 6 previously unknown vulnerabilities affecting … by Alex Plaskett.
- RT 0xor0ne: Series on using LLMs for vulnerability research (@ZephrFish) MCP: https://blog.zsec.uk/bullyingllms/ Harness: https://blog.zsec.uk/harness… by Florian Roth.
- RT AmberWolf: AmberWolf and @MDSecLabs are jointly disclosing technical details on CVE-2026-40639, a weakness found in how some Dell platforms store B… by Dominic Chell.
- RT MDSec: Dell BIOS Passwords: Weak XOR Encryption Allows Recovery from SPI Flash (CVE-2026-40639) - new research from @craigsblackie and @R3n5k1 from… by Filip Dragovic.
- New blog post about a trivial macOS infoleak: https://gergelykalman.com/CVE-2024-40842-xprotectremediatordubrobber-infoleak-on-macos.html Here’s the d… by Gergely Kalman.
- New blogpost is finished: I discuss Apple’s changes to the bug bounty program, the drama, my thoughts and predictions. There’s some unsolicited career… by Gergely Kalman.
- RT Oege de Moor: Re Full details here https://xbow.com/blog/Grok-4-5-ai-model-offensive-security by Halvar Flake.
- RT 0xor0ne: GDB kernel debugging on Pixel 8 over serial (@andreyknvl) https://xairy.io/articles/pixel-kgdb #infosec by hasherezade.
- CaddySmith - Generate Caddy redirector configs from Cobalt Strike or Sliver C2 profiles. https://github.com/IceCubeSandwich/CaddySmith by Panos Gkatziroulis.
- RT 0x12 Dark Development: Remembering the COMouglage process injection technique https://github.com/zero2504/COMouflage by Panos Gkatziroulis.
- RT : Quick ’n dirty BloodHound ecosystem overview. The different ingestors, collectors, analysis tools. There might be things missing. https://gis… by Chihuahua in charge NotMe.
- RT blackorbird: Unauthenticated RCE in Motorola’s MR2600 Router https://mrbruh.com/motorola/ by kmkz.
- RT cr3ghost: Lazarus used this as a zero-day. No BYOVD needed. The vulnerable driver is already on every Windows machine. CVE-2024-21338 exploits appi… by kmkz.
- RT Swissky: New Age of Collisions: Reading Arbitrary Files Pre-Auth as root in cPanel (CVE-2026-29205) - Shubham Shah, Adam Kues, Patrik Grobshäuser … by kmkz.
- RT 0xor0ne: Page Use-After-Free in Qualcomm’s AI Accelerator kernel driver (qaic), full exploit writeup (Credits Lukas Maar) https://lukasmaar.github…. by kmkz.
- RT Smukx.E: Defeating Windows DEP Using ROP Chains Leveraging VirtualAlloc TLDR: Windows Exploit Development Certification Notes and hands-on research… by kmkz.
- RT MagicSword: The drivers behind The Gentlemen’s EDR killer suite are already in LOLDrivers and prevented by MagicSword. IMFForceDelete (GentleKiller… by kmkz.
- This week’s Metasploit update includes new exploits for Flowise CSV Agent, Apache .htaccess persistence, and macOS PackageKit privilege escalation. Ch… by Metasploit Project.
- Vulnerability in Realtek driver allows DMA controller abuse from user mode with no additional hardware or driver https:// zwclose.github.io/2026/07/08/r tsper2.html.
- New Age of Collisions: Reading Arbitrary Files Pre-Auth as root in cPanel (CVE-2026-29205) - Shubham Shah, Adam Kues, Patrik Grobshäuser - @SLCyberSe… by Swissky.
- Two Bypasses for Chrome’s Sanitizer API - Adam Kues - @SLCyberSec https://slcyber.io/research-center/two-bypasses-for-chromes-sanitizer-api/ by Swissky.
- Dan Guido - 200 Bugs/Week/Engineer: How We Rebuilt Trail of Bits Around AI | [un]prompted 2026 https://www.youtube.com/watch?v=kgwvAyF7qsA by Swissky.
- RT Scott Ullrich: I co-founded pfSense. For the last year I’ve been building its successor. If you run pfSense today, you already know the reasons to … by scriptjunkie (Matt).
- LIEF 1.0.0 is out featuring a brand-new Runtime API https:// lief.re/blog/2026-07-13-lief-1 -0-0/.
- RT Gergely Kalman: New blog post about a trivial macOS infoleak: https://gergelykalman.com/CVE-2024-40842-xprotectremediatordubrobber-infoleak-on-maco… by Csaba Fitzl.
- RT Crackmes.one: We built crackmes-RE: 4,598 crackmes labeled with a flag and/or a runnable verifier script (2,172 have one), plus normalized obfuscat… by thaddeus e. grugq.
- RT Zerotistic: When Linux and Your Decompiler Load Different Programs: Built an ELF where Binary Ninja, Hex-Rays, and Ghidra all decompile a call as r… by thaddeus e. grugq.
- RT Dino A. Dai Zovi: It’s unfortunate that there isn’t more awareness of the authentication approaches around not needing secret tokens at all. That’s… by thaddeus e. grugq.
- RT Smukx.E: This is a blog about a RaaS (Ransomware-as-a-Service) operator being mocked by threat intel researchers, pointed out the mistakes he made … by thaddeus e. grugq.
- Rust-proof your code with our new Testing Handbook chapter.
- Persistence via Fake AMSI Provider | Playbook & Detection Strategies https:// ipurple.team/2026/07/13/amsi-p rovider/.
- RT Ayush Anand: 32 ransomware groups abuse AnyDesk for persistence, per the Ransomware Tool Matrix. Longest row in the RMM table. The setup is one pip… by Vincent Yiu.
- RT Ayush Anand: AnyDesk logs the operator’s real IP to disk. NetFlow, proxy, EDR network events: all show the relay. Dead end. The host trace file has… by Vincent Yiu.
- RT International Cyber Digest: ‼ A 16-year-old Linux KVM vulnerability called Januscape (CVE-2026-53359) lets a root user inside a guest VM escape … by Mr.Z.
- Alarum Technologies, the publicly traded Israeli company responsible for the NetNut residential proxy service, says it’s investigating claims that NetNut is linked to the Popa botnet and nonconsensual.
- CISA warns of actively exploited RCE flaws in Joomla extensions https://www.bleepingcomputer.com/news/security/cisa-warns-of-actively-exploited-rce-fl… by BleepingComputer.
- US and allies warn of Russian critical infrastructure attacks https://www.bleepingcomputer.com/news/security/us-and-allies-share-defense-tips-against-… by BleepingComputer.
- RedHook Android malware now uses Wireless ADB for shell access https://www.bleepingcomputer.com/news/security/redhook-android-malware-now-uses-wireles… by BleepingComputer.
- The LinkedIn scam that gets you hacked https://aisafe.io/blog/inside-a-malicious-take-home-interview by Nicolas Krassas.
- https://github.com/SIA-IOTechnology/Kittysploit-framework by Nicolas Krassas.
- New MemGhost Attack Plants Persistent False Memories in AI Agents Through One Email https://thehackernews.com/2026/07/new-memghost-attack-plants-persi… by Nicolas Krassas.
- Siggen Backdoor Hits Windows Developers Via Infected Visual Studio Projects https://hackread.com/siggen-backdoor-windows-developers-visual-studio-proj… by Nicolas Krassas.
- RT CyberSatoshi 𓆙: anyone ever used Grok Build, please check your grok logs. cat ~/.grok/logs/unified.json | grep repo_state.upload you will be pis… by Nicolas Krassas.
- Improving Your Simple Windows Domain for Offensive Testing: Elastic Defend EDR https://redsiege.com/blog/2026/07/improving-your-simple-windows-domain-… by DirectoryRanger.
- SharePoint Is on Fire Again: What CISA’s CVE-2026-45659 Warning Means, and How to Hunt It https://www.threathunter.ai/blog/sharepoint-cve-2026-45659-c… by DirectoryRanger.
- Railway. LSHIY. Different Auth Flows, but the Same Lesson We Keep Skipping https://www.huntress.com/blog/conditional-access-misconfigurations by DirectoryRanger.
- From Windows Telemetry to Arrest: How Microsoft’s GDID Helped Connect the Dots https://darkatlas.io/blog/from-windows-telemetry-to-arrest-how-microso… by DirectoryRanger.
- RT @z3ro2504: Excited to share our research on Process Parameter Poisoning with Max Hirschberger! We detail a novel process injection techn… by DirectoryRanger.
- Windows Rootkits and Bootkits Guide, by @artem_i_baranov https://github.com/ArtemBaranov/WindowsRootkitsGuide/blob/main/rootkits_bootkits_v2_1.pdf by DirectoryRanger.
- Entra ID User App Config Abuse https://cyberdom.blog/entra-id-user-app-config-abuse/ by DirectoryRanger.
- The AD Forest As A Security Boundary And the Impact of Trusts on That Security Boundary – The Revisited Still (In)Secure Sequel, by @JsQForKnowledge … by DirectoryRanger.
- RT Martin Sohn Christensen: RID-500 is AD’s best break-glass account… and you should disable it! @JsQForKnowledge shared counterintuitive wisdom… by DirectoryRanger.
- RT Andrew Thompson: My beard is grey, and I love cut, sort, uniq, etc, but jq is powerful, and this was a fun blog by @Bandrel: https://trustedsec.com… by Dave Kennedy.
- RT Jamf Threat Labs: Meet CrashStealer. This one takes delivery more seriously than most, a signed and Apple-notarized dropper that’s pulling its seco… by L0Psec.
- RT Yarden Shafir: First post in the series: a quick explanation of the PreviousMode mitigation added in 23H2: https://windows-internals.com/random-win… by Greg Linares (Laughing Mantis).
Tools and Exploits
A set of Beacon Object Files for lateral movement through Windows service abuse. Covers service creation, modification, and execution with minimal on-disk footprint.
New Cobalt Strike release with updated features for adversary simulation. Continues to be the industry standard C2 framework for red team operations.
Latest Sigma release adds 20 new rules covering TanStack supply-chain attacks, CVE-2026-41089, and Copy Fail, plus 61 rule updates and expanded AV detection coverage.
Browser-based dashboard for Graph API post-exploitation. Handles token ingestion, device code phishing, and keyword searches across SharePoint and OneDrive in one interface.
Cloudflare releases Drop, a tool that uses AI to convert any web page into clean structured data. Useful for threat intelligence pipelines and automated OSINT collection.
- DefenderKiller: Microsoft-Signed Driver Disables Any EDR by Simone Margaritelli.
PoC using a legitimately Microsoft-signed Defender kernel driver to kill arbitrary EDR processes. No BYOVD needed since the driver is already trusted by Windows.
- Sighthound: Open-Source Rust Alternative to Semgrep by thaddeus e. grugq.
A Rust-based static vulnerability scanner using Tree-sitter parsers with pattern-based detection and taint flow analysis. All rulesets included with no paid account needed.
PowerShell toolkit for forensic analysis of Microsoft 365 and Entra ID environments. Covers sign-in logs, audit trails, and identity-related incident response workflows.
A new userland rootkit technique leveraging Windows filesystem filter drivers to intercept and modify I/O at the kernel boundary without loading a traditional kernel driver.
More this week (9)
- New release on memcached, resolving the 2 RCE cases found yesterday. Awesome work from the team, from my initial email to resolution just in couple ho… by Nicolas Krassas.
- RT TheRealClarity: Releasing ClearSword, my C port of the DarkSword Kernel exploit https://github.com/TheRealClarity/ClearSword Exploit has my notes a… by Dave Aitel.
- RT Enno Rey: OpenSSH 10.4 released https://www.openssh.org/releasenotes.html by scriptjunkie (Matt).
- cfgrip v1.0.0 - https://gitlab.com/BinaryHardening/cfgrip PE/ELF 32/64 CFG extractor. Capstone disasm, indirect call resolution (GOT, jump tables, reg… by x86byte.
- RT Josh Avraham: As of macOS 27, launchd will no longer load quarantined plists https://developer.apple.com/documentation/macos-release-notes/mac… by Gergely Kalman.
- RT 5pider: I released another video demonstration! This time I am demonstrating the stack spoofing capabilities, especially CET compliance and being a… by Panos Gkatziroulis.
- RT Mike Scutt: I am thrilled to finally release my research into the capabilities of local LLMs and their potential for use in offensive research and … by The Haag™.
- RT Ahmad Sadeddin: We open-sourced Sighthound today. Sighthound is a Rust-based static vulnerability scanner for source code. It runs locally or … by Giuseppe
N3mes1s. - RT Bjoern Kerler: And here we go, a new release of the ida_rpc plugin :) Happy AI-accelerated IDA RE ! https://github.com/bkerler/ida_rpc by kmkz.
