Normal view
-
/r/netsec - Information Security News & Discussion
- Beyond Prompt Injection: Hacking Apple's Private Cloud Compute
-
/r/netsec - Information Security News & Discussion
- HTTP/3 Trailer HEADERS Frame Triggers Unhandled Exception in Google ESF: 60s Hang & QUIC INTERNAL_ERROR 0x0001 | Protocol RE | Netacoding
-
/r/netsec - Information Security News & Discussion
- When terrible disclosure from the vendor results in zero days plus a fun dive in to bypassing full disk encryption
DEFCON: New Red Team Tactic
Evil Fonts deceive a viewer by rendering a different letter than is actually on the disk. Evil Fonts can poison HTML, DOCX, PDFs, and anywhere else you can bring your own fonts. Works great in Windows corporate networks for bypassing security tooling, initial access through JavaScript free click fix (beats mitm web security tooling), and leaving traps around the network to harvest shells.
Imagine thinking you are copying whoami but what is actually on the disk is rm -rf \~
Demos:
(Use desktop)
https://doctoreww.github.io/EvilFontTool/
For the demos, copy and paste the HTML/DOCX to a notepad to remove the evil fonts. For the AI ones imagine your security tooling inspects the benign text on disk, but shows the obviously malicious extortion to the user.
Labs:
https://github.com/DoctorEww/EvilFontTool/blob/main/labs%2FREADME.md
Lab Walkthrough:
https://github.com/DoctorEww/EvilFontTool/blob/main/labs%2Fwalkthrough.md
Some evil font uses:
Tamper homework to make it so students poison AI queries
Poison help desk documentation
Bypass email filters
Clickfix
Beat resume AI filters
[link] [comments]
Analyzing a Multi-Stage PowerShell Payload Chain
I recently analyzed a multi-stage PowerShell payload delivery chain involving heavily obfuscated PowerShell loaders and remotely hosted payloads.
The analysis covers PowerShell deobfuscation, hidden execution, Base64/XOR decoding, a decoy βVerification complete!β prompt, payload delivery, and IOCs.
Initial indicators:
203[.]188[.]171[.]166
dorenzaa[.]com
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- DEF CON talk: 8 in 10 Banks in Belgium HATE This One Weird eID RCE
DEF CON talk: 8 in 10 Banks in Belgium HATE This One Weird eID RCE
-
/r/netsec - Information Security News & Discussion
- Write Once, Shell Everywhere - Turning Arbitrary File Writes into RCE (DEF CON Bug Bounty Village)
Write Once, Shell Everywhere - Turning Arbitrary File Writes into RCE (DEF CON Bug Bounty Village)
Write once, shell everywhere. Sun Microsystems didn't mean it like this.
Talk from today at DEF CON's Bug Bounty Village. Full technique catalog graded for distroless containers, an errno path oracle for black-box target fingerprinting, and three minimal-guessing techniques: bash fd/255, Rails schema_cache.yml deserialization, and a Node.js worker path overwrite without process restart.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- RovoBlast: How One Click Triggered Atlassianβs AI Assistant to Leak Data
RovoBlast: How One Click Triggered Atlassianβs AI Assistant to Leak Data
-
/r/netsec - Information Security News & Discussion
- SCTPhantom: An 18-Year-Old SCTP ASCONF Transport Use-After-Free Β· Tencent Zhuque Lab
SCTPhantom: An 18-Year-Old SCTP ASCONF Transport Use-After-Free Β· Tencent Zhuque Lab
Yes, given that the legacy SCT protocol has known security vulnerabilities such as sctphantom, the industry strongly recommends deprecating it and migrating to more secure modern standards to ensure system security.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- tl;dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open
tl;dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open
The meetingscollection 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.
I queried the Firestore meetings collection and saw there were 181,874 meeting records belonging to 84,312 unique users across 35,003 email domains.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- TrustFall: When the Trusted Execution Environment Cannot Be Trusted
TrustFall: When the Trusted Execution Environment Cannot Be Trusted
ByteRay researchers have published a blog on a set of vulnerabilities they are calling TrustFall, and the findings land hard for any company that treats the Trusted Execution Environment as the part of a device you do not have to worry about.
OP-TEE is the walled-off Secure World that phones, TVs, cars, and industrial gear lean on to guard keys, DRM, and identity, and the whole point of paying for that hardware isolation is the promise that even a compromised operating system cannot reach inside.
TrustFall shows that promise was not as solid as buyers assumed. The researchers found several flaws that let the untrusted side reach into or knock over the Secure World, which is exactly the outcome the design exists to prevent. The bugs have since been fixed upstream, so patched builds are available, but the uncomfortable takeaway for vendors is that the vault they were told to trust had a way in, and "it runs in the TEE" is no longer an answer on its own.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- Claude Code RCE: How a Malicious PR Triggers Code Execution
Claude Code RCE: How a Malicious PR Triggers Code Execution
Abusing the trust boundary in Claude Code for RCE. Trust is never broken and that opens up a few avenues for abuse. Simply opening claude code on a PR can be enough to silently trigger attacker payloads.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- From wallet drains to a 12-year-old CryptoJS entropy bug: the Ill Bloom investigation
-
/r/netsec - Information Security News & Discussion
- Stored XSS in Django's admin via an unvalidated URLField display path (CVE-2026-15920)
New Linux Bridge STP Vulnerability
A use-after-free vulnerability in the Linux kernel bridge (net/bridge) Spanning Tree Protocol (STP) implementation.
A bridge that is administratively down while kernel STP is enabled, together with a port driven into the LEARNING state, arms periodic STP timers without an IFF_UP guard.
The teardown path taken by dellink never synchronously deletes those timers, so the backing net_device (which embeds struct net bridge as private data) is freed with a timer list still queued on a per-CPU timer base.
The result is a slab use-after-free in the kmalloc-cg-8k cache.
[link] [comments]
Bugtraq is back π₯Ή
-
/r/netsec - Information Security News & Discussion
- Hardware Hacking: From zero to a Pre-Auth Stack Buffer Overflow on Amazon's best-selling router
-
/r/netsec - Information Security News & Discussion
- HEVD: From Stack Overflows to Modern Pool Grooming
HEVD: From Stack Overflows to Modern Pool Grooming
Hi. I just published a four-part deep dive into windows kernel exploitation, progressing from classic control flow hijacking to modern pool grooming and pure data-only attacks on windows 11.
I wanted to highlight the real-world friction of modern security measures. A lot of the focus is on mitigating LFH randomization, and avoiding IoCompleteRequest bugchecks by dodging ReadFile for arbitrary reads.
Hope this is helpful or insightful to some of you looking into modern kernel exploitation.
[link] [comments]