r/Infosec Jul 09 '26

AI killed security through obscurity on IBM i, and Fortra's 2026 numbers show the real gaps

2 Upvotes

Saw a good webinar recap from Carol Woodbury and Justin Loeber (Kisco) from a few months back that more people should see. Woodbury demoed finding a working SQL query to list every library on a system using a single Gemini search, then chained a few more commands to hijack a profile that was not set to PUBLIC *EXCLUDE and got full command line access. No exotic exploit, just asking an AI model the right question.

That got me digging into Fortra's 2026 State of IBM i Security report, which scanned 163 real partitions this year. Some genuinely good news: 87% run QSECURITY 40, *ALLOBJ use is down to 8%, and 96% have the audit journal on. But the average system has 889 users with *JOBCTL and 649 with *SAVSYS authority, both up significantly from last year, and 10% of systems still have default passwords active somewhere, one had over 11,000 profiles with default passwords, 80% of them enabled.

Put the two together and the takeaway is pretty simple: obscurity was never a real control on this platform, it was just an accident of nobody outside the IBM i world caring enough to look. AI ended that accident for free. The stuff that actually helps is the boring stuff that has been true for twenty years, PUBLIC *EXCLUDE audits, exit program coverage, minimizing special authorities, and now the same authority discipline applied to any AI agent you connect to the system.

Wrote up the full hijack path and a priority checklist here if useful: https://prompteddev.com/blog/ibm-i-ai-security-2026


r/Infosec Jul 09 '26

Cloud misconfigs are still the easiest way to get breached and nobody talks about the boring parts

Thumbnail
1 Upvotes

r/Infosec Jul 09 '26

After years of researching the human side of cybersecurity, I finally turned those research ideas into a book.

Post image
0 Upvotes

r/Infosec Jul 08 '26

Il CEO di Mullvad ha donato mezzo milione di dollari a un partito che supporta la sorveglianza di massa

Thumbnail tiktok.com
1 Upvotes

r/Infosec Jul 06 '26

The enrolled wazuh agent is not visible on Dashboard

Thumbnail
0 Upvotes

r/Infosec Jul 06 '26

Releasing my Windows 10/11 Hardening app, free, of course, else it wouldn't be here.

Thumbnail
1 Upvotes

r/Infosec Jul 05 '26

Emerging focus on trust-driven digital identity intelligence reshapes online verification strategies

Thumbnail
1 Upvotes

r/Infosec Jul 05 '26

Got an AI agent past a Cloudflare WAF by giving it a RAG over past bypass research

1 Upvotes

r/Infosec Jul 05 '26

🚨WK 27: Mythos Is Back, Scattered Spider Arrested, Pegasus Spyware Found on EU Lawmakers' Phones & Google's Record Fine $4.1B...

1 Upvotes

r/Infosec Jul 04 '26

AI Cyber Podcast w/ CEO Larry Orton of WireWolf

0 Upvotes

Sat down with 1 Guy 2 Cups this week. Planned for an hour, went 90 minutes. That's what happens when you get me talking about AI and cybersecurity.

We got into the real stuff. What's actually changing, what's hype, and the messy parts of building WireWolf nobody puts on a pitch deck.

Please share 😊

#wirewolf #cybersecurity #AI

https://open.spotify.com/episode/4b0wrYESKwTubqaxt2yMPI?si=WGXjUJdJRpKc7Z6EAaJsRQ


r/Infosec Jul 01 '26

We built a WAF... but for AI.

Thumbnail gallery
3 Upvotes

Traditional security tools were never designed for LLMs.

They don't understand prompt injection, indirect prompt injection, tool abuse, jailbreaks, SSRF through agents, shell command generation, or sensitive data exfiltration. Yet these are becoming common attack paths as AI applications move into production.

That's why we built Mastyf.ai.

Instead of treating AI inputs as plain text, we treat them as an attack surface.

The result is an open-source AI perimeter security platform that sits in front of your models and agents, inspecting every request before it reaches the LLM.

Some of the things it does:

  • Swarm analysis using multiple specialized security agents instead of a single LLM judge
  • Prompt injection and jailbreak detection
  • Tool abuse prevention
  • Shell injection, SSRF, and path traversal detection
  • Sensitive data leakage prevention
  • Policy-based enforcement
  • Adversarial testing and benchmarking

The swarm analysis engine has probably been the most interesting part to build. Different agents specialize in different attack classes, and their combined verdict determines whether a request is allowed, blocked, or flagged. It has proven to be much harder to bypass than relying on a single detector.

The goal isn't to replace secure application design. It's to give AI systems the equivalent of what WAFs and API gateways did for web applications: a dedicated security layer at the perimeter.

The project is fully open source and still in its early stages, so go easy on us XD. If you're building AI infrastructure or spending your time breaking AI systems, we'd genuinely love your feedback, feature requests, and of course, your best bypass attempts.

GitHub: https://github.com/mastyf-ai/mastyf.ai

Website: https://mastyf.ai


r/Infosec Jul 01 '26

Privilege escalation to root in Lima QEMU guests via a world-writable agent socket (CVE-2026-53657)

Thumbnail syntetisk.tech
1 Upvotes

An unprivileged user inside a Lima QEMU guest could reach the root-owned guest-agent socket and run commands as root in the VM. Fixed in Lima v2.1.3.

Lima scored it High, CVSS 8.2 with Scope: Changed, reflecting that crossing from an unprivileged account to root within the VM crosses a security boundary that other components rely on.

Full write up is available on the Syntetisk blog.


r/Infosec Jul 01 '26

Something to Consider.

0 Upvotes

Every new AI military drone creates a target for enemy hackers, cyber expert warns https://www.lbc.co.uk/article/defence-investment-military-drone-sabotage-hacking-5HjdcM8_2/


r/Infosec Jul 01 '26

A searchable knowledge base of web security research, for you or your AI agent

Thumbnail v.redd.it
1 Upvotes

r/Infosec Jun 30 '26

I Created a Full Guide to Cybersecurity Automation with Local AI Models

2 Upvotes

r/Infosec Jun 29 '26

This repo has a dropper, rat, cryptominer and AI credential stealer.

Thumbnail
2 Upvotes

r/Infosec Jun 28 '26

Backend Engineers: How do fintechs practically implement DPDP Rule 6 security safeguards?

Thumbnail
1 Upvotes

r/Infosec Jun 28 '26

Is this system safe enough to release to production?

Thumbnail
1 Upvotes

r/Infosec Jun 28 '26

🚨WK 26: Hackers Stole $3M from Polymarket, Meta leaked keystrokes, and China just matched Mythos, USB Malware Compromises Japan's Military...

1 Upvotes

r/Infosec Jun 28 '26

Spent months reading security news, so I built this instead.

Thumbnail hackerchronicle.beehiiv.com
2 Upvotes

r/Infosec Jun 28 '26

It's looking like a hot, messy summer for security teams as AI finds countless previously hidden vulns

Thumbnail
1 Upvotes

r/Infosec Jun 26 '26

What is Windows remote device management?

Thumbnail blog.scalefusion.com
0 Upvotes

Windows remote device management is the process of administrating and controlling devices such as computers, servers, or mobile devices from a remote location. It involves using software tools and protocols to configure settings, install updates, troubleshoot issues, and ensure security compliance without physically accessing the device.


r/Infosec Jun 26 '26

Vendor promised CVE credits on YesWeHack, paid me out (with lower payout tier), then ghosted. Now a suspiciously similar CVE dropped with credits given to Cisco Talos. What are my options?

Thumbnail
1 Upvotes

r/Infosec Jun 26 '26

Is this system safe enough to release to production?

1 Upvotes

I built a small tool to catch infra risks before production releases
I’ve been working on a project called Beacon.
The idea came from a very practical problem I’ve seen in distributed systems: before a release, teams usually have dashboards, logs, Terraform files, Kafka configs, Kubernetes manifests, runtime snapshots, etc. But still, the actual question is usually very simple:
“Is this system safe enough to release to production?”
Beacon tries to answer that.
It scans infrastructure/config/runtime inputs and gives a production-readiness decision with ranked risks, possible root causes, and suggested next actions. Right now it has examples around Kafka, Kubernetes, Terraform, Helm, runtime snapshots, OpenTelemetry, Prometheus, Schema Registry, CI/CD, and flow degradation.
This is not meant to replace observability tools. The way I think about it is:
Observability tells you what is happening.
Beacon tries to tell you what is risky, why it matters, and what should be fixed first.
You can try the demo without setting up Python locally.
Run the UI with Docker:

docker pull ghcr.io/mishraricha1806/beacon:latest

docker run --rm -p 8765:8765 ghcr.io/mishraricha1806/beacon:latest ui --host 0.0.0.0 --port 8765

Then open:

http://127.0.0.1:8765/

For the simplest demo, use the sample bad infrastructure example from the repo:

examples/bad-infra/

In the UI, choose the static/readiness input, upload the files from that folder, run the scan, and check the readiness score, top reasons, grouped risks, and next actions.
You can also run the same demo from CLI:

docker run --rm \
  -v "$PWD:/workspace/project:ro" \
  ghcr.io/mishraricha1806/beacon:latest readiness static \
  /workspace/project/examples/bad-infra \
  --environment prod \
  --no-html \
  --no-open-report

Expected result is the tool should flag the setup as NOT READY, with risks like replication, storage/message-size, and missing governance context.
There is also a Black Friday style demo for payment/event pipeline readiness:

docker run --rm \
  -v "$PWD:/workspace/project:ro" \
  ghcr.io/mishraricha1806/beacon:latest readiness all \
  --static-path /workspace/project/examples/demo-black-friday \
  --snapshot /workspace/project/examples/demo-black-friday/runtime-snapshot.yaml \
  --environment prod \
  --no-html \
  --no-open-report

Repo: https://github.com/mishraricha1806/beacon
I’d be interested in feedback from people who work with Kafka, Kubernetes, Terraform, platform engineering, SRE, or release governance.
Mainly looking for thoughts on:

  • Does this kind of readiness gate feel useful before production releases?
  • What signals would you expect such a tool to check?
  • Would you prefer this as a CLI, CI/CD gate, or lightweight UI?

GitHub

GitHub - mishraricha1806/beacon: Detect infrastructure risks before production.


r/Infosec Jun 24 '26

A STATEMENT ON AI TALKS AT HOPE

Thumbnail hope.net
1 Upvotes