Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Clément Labro

@itm4n@infosec.exchange
  • Open on infosec.exchange

Pentest & Windows security research

1015 Followers
155 Following
10 Posts
Joined November 05, 2022
Blog:
https://itm4n.github.io/
GitHub:
https://github.com/itm4n
Bluesky:
https://bsky.app/profile/itm4n.bsky.social

Posts

Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Apr 03, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange
Replying to @CravateRouge@infosec.exchange
@CravateRouge Merci ! Si, c'est assez fastidieux en effet, mais c'est le genre de chose que je dois faire régulièrement pour PrivescCheck de toute façon. Et puis j'ai ajouté les définitions uniquement pour les types dont j'avais besoin. 😉
1
0
0
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Apr 02, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

🆕 New blog post!

"BitLocker's Little Secrets: The Undocumented FVE API"

A small Windows RE adventure to figure out how to get the status and configuration of a BitLocker protected drive programmatically and without admin privileges.

Now also implemented in PrivescCheck! 🔥

👉 https://itm4n.github.io/bitlocker-little-secrets-the-undocumented-fve-api/

17
2
13
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Apr 01, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

Yet another abuse of the missing "CrossDevice.Streaming.Source.dll" DLL!

After CVE-2025-24076 / CVE-2025-24076 found by Compass Security, Researcher Oscar Zanotti Campo found another vulnerability that he could exploit using the built-in misconfigured COM class referencing this DLL. This is CVE-2026-21508. 🔥

👉 https://0xc4r.github.io/posts/CVE-2026-21508/
👉 https://github.com/0xc4r/CVE-2026-21508_POC/
👉 https://blog.0patch.com/2026/03/micropatches-released-for-windows.html

#Windows #cve #cve_2026_21508 #vulnerability

0xc4r

CVE-2026-21508 - Windows Local Privilege Escalation via arbitrary COM object initialization

Windows Storage Elevation of Privilege Vulnerability

7
0
7
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Mar 30, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange
Replying to @tiraniddo@infosec.exchange
@tiraniddo@infosec.exchange Yes, it does, but the handle returned to the client only has the SYNCHRONIZE right. :/ The client has full control of the command line arguments. I thought about the COM IRundown trick indeed, but I wondered if there was something more straightforward. ^^ I don't see any reason it would not work though. One thing to note is that the process inherits the client's environment variables.
0
1
0
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Mar 22, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

This is my analysis (and PoC) for CVE-2026-20817, a privilege escalation in the Windows Error Reporting service.

👉 https://itm4n.github.io/cve-2026-20817-wersvc-eop/

Credit goes to Denis Faiustov and Ruslan Sayfiev for the discovery.

TL;DR A low privilege user could send an ALPC message to the WER service and coerce it to start a WerFault.exe process as SYSTEM with user-controlled arguments and options. I did not achieve arbitrary code execution, but perhaps someone knows how this can be done? 🤷‍♂️

10
4
11
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Mar 06, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange
Replying to @CravateRouge@infosec.exchange
@CravateRouge Yes, I know, me neither. As I wrote an the end of the blog post, I didn't go any further than that.
0
1
0
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Feb 27, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange
Replying to @CravateRouge@infosec.exchange
@CravateRouge Hey! Merci. :) Yes, there are many interesting vulnerabilities like this that get patched each month. It's too bad they are generally not documented publicly. I have another one in store from the January 2026 Patch Tuesday. Hopefully, I'll be able to figure it out and publish a writeup as well. 🤞
0
1
0
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Feb 24, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

It's a blog post I should have published months ago, but here we finally are.

"CVE-2025-59201 - Network Connection Status Indicator (NCSI) EoP"

Credit goes to t0zhang (on X) for the discovery.

👉 https://itm4n.github.io/cve-2025-59201-ncsi-eop/

I'd like to write more of those but it's so time-consuming. 😔

#cve #windows

3
6
7
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Jan 15, 2026
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

One of the best blog posts I've read recently. Complex subject but very accessible explanations. Great job by Ksawery Czapczyński a.k.a. @0xXaFF.

"PatchGuard Peekaboo: Hiding Processes on Systems with PatchGuard in 2026"

https://www.outflank.nl/blog/2026/01/07/patchguard-peekaboo-hiding-processes-on-systems-with-patchguard-in-2026/

4
0
2
0
Open post
itm4n
Clément Labro @itm4n@infosec.exchange · Oct 14, 2025
Clément Labro
@itm4n@infosec.exchange

Pentest & Windows security research

infosec.exchange

A nice and short blog post about blinding EDR with WFP by my colleague Florian.

"Blinding EDRs: A deep dive into WFP manipulation"

https://blog.scrt.ch/2025/08/25/blinding-edrs-a-deep-dive-into-wfp-manipulation/

8
0
5
0

Remote instance

infosec.exchange
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 12:08:08 UTC