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

Karol Mazurek

@karmaz@infosec.exchange
  • Open on infosec.exchange
0 Followers
0 Following
21 Posts
Joined August 22, 2023
GitHub:
https://github.com/karmaz95
Blog:
https://www.patreon.com/Karol_Mazurek
Linkedin:
https://www.linkedin.com/in/karol-mazurek-849975183/
Twitter:
https://twitter.com/karmaz95
Old Blog:
https://karol-mazurek.medium.com/
YouTube:
https://www.youtube.com/@karol-mazurek

Posts

Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Nov 21, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

The blog post about how #macOS stored authentication tokens in persistent file metadata via the kMDItemWhereFroms key after download.

https://afine.com/how-macos-file-metadata-exposed-authentication-tokens/

3
0
1
1
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Oct 27, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Short post about LPE and TCC Bypass on macOS through third-party apps bundled with Sparkle framework - a reminder of why XPC services should validate their clients.

https://afine.com/threats-of-unvalidated-xpc-clients-on-macos/

2
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Sep 18, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Shout out to Xeno Kovah for @OpenSecurityTraining2@infosec.exchange "Vulnerabilities 1001 & 1002: C-Family Software Implementation Vulnerabilities" courses. I learned a ton. Many CVE examples are available for practice with clear guidance and explanations. Highly recommend it for vulnerability hunters and devs.

6
0
6
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Sep 15, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Since #Microsoft does not care, and the grace period is over, here is the Hardened Runtime bypass they introduced through .NET MAUI on #macOS. All applications built with it are vulnerable. The #vulnerability has existed probably since 2019.

https://afine.com/breaking-hardened-runtime-the-0-day-microsoft-delivered-to-macos/

7
0
7
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Sep 02, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Short post about why you should not distribute apps with `get-task-allow` through App Store and why #Apple should improve the distribution process.

https://afine.com/to-allow-or-not-to-get-task-allow-that-is-the-question/

2
0
0
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Aug 25, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

This post demonstrates how bugs aren't always what they seem, especially when working with a decompiled version of the code. Compiler optimization or decompiler artifacts can mask or "fix" high-level code issues. #Apple #macOS #iOS

https://afine.com/reverse-engineering-apples-tcc-daemon-when-decompiled-code-lies/

4
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Aug 18, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

#Phrack is much older than me, it is good to see it still doing so well, and an honour to be one of its authors in the 40th anniversary edition, which is now available online: https://phrack.org/issues/72/9_md#article

Thank you for what you are doing for our community. Long live the #Phrack!

0
0
0
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Aug 18, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Microsoft Visual Studio Code has a misconfiguration in its Electron setup that enables the “RunAsNode” fuse, letting attackers bypass TCC on macOS.

https://afine.com/tcc-bypass-in-microsoft-visual-studio-code-via-misconfigured-node-fuses/

3
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Aug 11, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

It is probably the weirdest way I've found a stack overflow #vulnerability until now (patched in 15.6). Here is a blog post for those interested in #IOKit #macOS #kernel or #Apple Silicon #Exploit Development masochist looking for a target. Enjoy!
https://afine.com/a-mouse-move-that-crashed-the-system-stack-buffer-overflow-in-display-driver-on-macos/

2
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Aug 04, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

An example of how plaintext credentials stored in memory can pose a threat.

https://afine.com/insecure-credential-storage-in-check-point-smartconsole-aka-cve-2024-24915/

1
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Jul 22, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

A short post about a #redteam from last year, where employees installed software from a shared SMB. It demonstrates how DLL hijacking in the Check Point SmartConsole installer (CVE-2024-24916) can be exploited for initial access on #Windows. Enjoy

https://afine.com/dll-hijacking-in-check-point-smartconsole-installer-aka-cve-2024-24916/

1
0
2
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Jul 14, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Thanks
@8kSec@infosec.exchange
for the recent #ARM64 #CTF. I wish to see Battleground continue to grow! In the blog below, I have gathered some learning resources about ARM64 that will save others' time. Additionally, you'll find a write-up about one of the challenges.

https://www.patreon.com/posts/arm64-reference-134027880

0
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Jun 23, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Think RAM forgets? 🤔 Not always. See how secrets can leak, what mitigations exist on major OS like #macOS, #Windows, #Linux, and what devs can do:

https://afine.com/when-memory-refuses-to-forget-sensitive-data-persistence-in-desktop-application/

5
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · May 26, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Most #macOS devs often underestimate #Apple #TCC. I used to—until I wrote #malware and hit that wall. TCC is the last line protecting users even after compromise. In my latest post, I explain why vendors should care. Enjoy!

https://afine.com/threat-of-tcc-bypasses-on-macos/

6
0
4
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Apr 22, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

How a simple #fuzzing payload bypassed entitlement check and triggered a #kernel panic on #macOS in the IOMobileFramebuffer driver. Patched in 15.4. Enjoy!

https://afine.com/case-study-iomobileframebuffer-null-pointer-dereference/

#RE, #Vulnerability #Research #PoC

1
0
0
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Mar 10, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

🚀 New blog post! 🚀

"A History of #NULL Pointer Dereferences on macOS." Discover how #Apple's security measures have evolved, making these vulnerabilities unexploitable on modern systems.

Enjoy!
#macOS #Cybersecurity #Vulnerability

https://afine.com/history-of-null-pointer-dereferences-on-macos/

0
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Feb 24, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

This is a short blog post about a cheap #redteam trick I found last year during #phishing assessments to bypass #Outlook spam filters and deliver links to malicious #ISO files. #Microsoft does not want to patch it, so it is good to be aware of it:
https://afine.com/bypassing-spam-filtering-mechanism-in-outlook/
Enjoy!

3
0
0
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Feb 12, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

🚀 New blog post! 🚀

Deep dive into a #macOS IONVMeFamily #driver Denial of Service issue! It is not a security risk but a great case study for macOS driver analysis.🕵️‍♂️

Enjoy!
#RE #Vulnerability #Research #Kernel #Fuzzing #PoC

https://afine.com/case-study-analyzing-macos-ionvmefamily-driver-denial-of-service-issue/

0
0
0
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Jan 30, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Georgia Tech and Ruhr University Bochum researchers have uncovered new side-channel attacks on #Apple Silicon. My latest blog post briefly introduces these #vulnerabilities along with links to the full #research papers. Check it out to learn more:

https://afine.com/slap-flop-apple-silicons-data-speculation-vulnerabilities/

0
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Jan 22, 2025
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange

Task Injection on macOS
🔍 Dive into how attackers can leverage Task Ports for process code injection. Learn security rules, lldb & debugserver mechanics, and some red tricks!
#macOS #Cybersecurity #TaskInjection #InfoSec

Enjoy & read it now here:
https://afine.com/task-injection-on-macos/

3
0
1
0
Open post
karmaz
Karol Mazurek @karmaz@infosec.exchange · Mar 21, 2024
Karol Mazurek
@karmaz@infosec.exchange
infosec.exchange
Replying to @shellsharks@infosec.exchange
@shellsharks @selenalarson @JohnsNotHere @4Dgifts @tweedge @wdormann @reverseics @LukaszOlejnik @raesene @cryptax @catc0n @acrypthash @0ddj0bb @timb_machine @mayahustle @tiraniddo @hdm @obivan @hackNpatch @thc @malmoeb @danaepp @vinoth @verovaleros @alexandreborges @lukasberancz @albinowax @nhamiel @alex @taylorparizo @sanjaymenon @teriradichel @shortridge @yossarian @livinginsyn @EricHogue @neurovagrant @LeeArchinal @harrysintonen @0xor0ne @r1cksec @cyb_detective @abrignoni @Cyberkid1987 @buherator @mttaggart @bruienne @florenciocano @ahoog42 It's a remarkable list of great people. I am honoured to be included! Thanks! 🥳
10
0
0
0

Remote instance

infosec.exchange
Open on original server
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: 06:00:19 UTC