Normal view
-
/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]
Code Execution via Provisioning Packages
-
/r/netsec - Information Security News & Discussion
- Jackpot: a browser lab of 10 deliberately vulnerable LLM apps, one per OWASP LLM Top 10 category
Cruising for Shells in Flowise - elttam
-
/r/netsec - Information Security News & Discussion
- Before the first prompt: Code execution paths in trusted coding-agent projects
SQLite Critical CVEs or LLM Slop?
-
/r/netsec - Information Security News & Discussion
- The Risk of Fine-Tuned Open-Weight Models Β· MSec Operations Blog
The Risk of Fine-Tuned Open-Weight Models Β· MSec Operations Blog
r/netsec monthly discussion & tool thread
Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links.
Rules & Guidelines
- Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary.
- Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely.
- If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely.
- Avoid use of memes. If you have something to say, say it with real words.
- All discussions and questions should directly relate to netsec.
- No tech support is to be requested or provided on r/netsec.
As always, the content & discussion guidelines should also be observed on r/netsec.
Feedback
Feedback and suggestions are welcome, but don't post it here. Please send it to the moderator inbox.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- Investigating three real-world incidents in Anthropic's evaluations
Investigating three real-world incidents in Anthropic's evaluations
In three incidents across six runs, the agents treated real systems as simulated targets and tried weak passwords or unauthenticated endpoints.
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- Predictable RNG Fallback and 32-Bit Reseed in COLDCARD Firmware
Predictable RNG Fallback and 32-Bit Reseed in COLDCARD Firmware
-
/r/netsec - Information Security News & Discussion
- Full Rails RCE technical writeup... KindaRails2Shell: How a MATLAB file reads your secrets and pops a shell on Ruby on Rails | Ethiack
-
/r/netsec - Information Security News & Discussion
- Deterministic Runtime Bounds for Autonomous AI Agents at the C-ABI Syscall Layer
Deterministic Runtime Bounds for Autonomous AI Agents at the C-ABI Syscall Layer
When a compromised AI Agent holds valid credentials (such as OAuth tokens or DB keys), traditional perimeter defenses like WAFs, EDRs, and LLM prompt firewalls often become ineffective.
Recently, I've been researching a approach to bring runtime governance down to the C-ABI (Application Binary Interface) system call layer to enforce deterministic execution boundaries for local agentic workflows.
Key Architectural Considerations I'm testing:
- Deterministic Binary Gate: Pre-compiled permissions mapped to immutable O(1) bitmaps, causing illegal syscalls to physically fail with <500ns panic latency.
- Cryptographic Identity Binding: A 3-Tier PKI Certificate Authority architecture coupled with identity tokens (DIT) to resolve OS-level execution context loss.
- B2B Multi-Enterprise Supply Chain Defense: Simulating agentic supply chain execution vectors (e.g., automated workload interactions with untrusted external repos).
I'd love to hear feedback from the netsec community on deterministic runtime bounds and sandbox isolation models for autonomous agents. Is pushing governance down to the C-ABI layer practical in your agentic environments, or are there edge cases in execution context tracking that I might be overlooking?
[link] [comments]
-
/r/netsec - Information Security News & Discussion
- What Every Programmer Should Know About Twists of Elliptic Curves
What Every Programmer Should Know About Twists of Elliptic Curves
-
/r/netsec - Information Security News & Discussion
- KindaRails2Shell: arbitrary file read to RCE in Rails Active Storage via libvips (CVE-2026-66066)
KindaRails2Shell: arbitrary file read to RCE in Rails Active Storage via libvips (CVE-2026-66066)
Active Storage's default vips variant processor exposes an arbitrary file read that chains to RCE on stock Rails 7.x and 8.x, where the app serves back processed variants of user-supplied images. No authentication required in certain setups. Only vips is affected, Magick is not.
Patched in 7.2.3.2, 8.0.5.1, and 8.1.3.1, and the fix requires libvips 8.13+. Chain and PoC withheld while patches roll out.
[link] [comments]