Davide Ornaghi (@turtlearm97) 's Twitter Profile
Davide Ornaghi

@turtlearm97

A pentester doing security research while dumping NTDS

ID: 1531942924916752386

linkhttps://github.com/TurtleARM calendar_today01-06-2022 10:17:26

74 Tweet

384 Followers

71 Following

HITBSecConf (@hitbsecconf) 's Twitter Profile Photo

#HITB2023AMS COMMSEC: The Return of Stack Overflows in the Linux Kernel - Davide Ornaghi - conference.hitb.org/hitbsecconf202…

HITBSecConf (@hitbsecconf) 's Twitter Profile Photo

#HITB2023AMS #VIDEO #COMMSEC D2 - The Return of Stack Overflows in the Linux Kernel - Davide Ornaghi - conference.hitb.org/hitbsecconf202…

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

Quick gdb tip to access per-cpu variables in case lx_per_cpu doesn't work: x __per_cpu_offset[$lx_current().cpu] + (unsigned long) var

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

CVE-2023-3338 represents a series of issues I found in the Linux DECnet Layer (a 20-year-old protocol) that caused it to be removed from all LTS releases, the most obvious one being this NPD openwall.com/lists/oss-secu…

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

Added two less known PE payloads to the project: core_pattern overwrite and syscall hooking (inspired by CVE-2022-0435)! github.com/TurtleARM/CVE-…

Lau (@notselwyn) 's Twitter Profile Photo

Exciting news! 🚀 Just dropped my blogpost unveiling the universal Linux kernel LPE PoC for CVE-2024-1086 (working on v5.14 - v6.7) used for pwning Debian, Ubuntu, and KernelCTF Mitigation instances, including novel techniques like Dirty Pagedirectory 🧵 pwning.tech/nftables

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

I've written my first blog post on exploiting the Linux kernel, with bonus digressions on internals and rabbit holes. Hope you enjoy the fancy graphics! betrusted.it/blog/64-bytes-… betrusted.it/blog/64-bytes-…

No Hat Con (@nohatcon) 's Twitter Profile Photo

🎫 No hat Computer Security Conference 2024 tickets are NOW AVAILABLE on nohat.it 🎫 See you in Bergamo, Italy on Oct 19th! #NoHat #Computer #Security #Conference #Community #Cybersecurity #NoHat2024

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

While testing and fixing a couple of NPDs in nftables, I found that reusing the subsystem after crashing triggers a UAF read on the previously freed task_struct when reacquiring the commit mutex, maybe worth a look? github.com/torvalds/linux…

Davide Ornaghi (@turtlearm97) 's Twitter Profile Photo

Here is a more up-to-date syz description of your favorite subsystem nftables, happy fuzzing! github.com/google/syzkall…