this post was submitted on 11 Jul 2026
276 points (98.6% liked)

Selfhosted

60693 readers
372 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] irmadlad@lemmy.world 105 points 4 days ago (3 children)

A separate vulnerability in Linux allows users with limited rights to escalate to root. Tracked as CVE-2026-43499, it lurked in the OS for 15 years. Researchers from Nebula Security said they discovered it using Vega, Nebula’s AI-assisted vulnerability scanner. Matt Lucas, a researcher and founder of RedEye Security, explained

This will become more and more common as we use AI to find vulnerabilities faster (hopefully) than bad actors can use AI to find vulnerabilities.

[–] Tangent5280@lemmy.world 84 points 4 days ago (3 children)

If you pay attention you can hear a hundred NSA assholes tear their hair out

[–] panda_abyss@lemmy.ca 1 points 1 day ago

This is why they restrict Mythos and similar.

They want the vulnerability machine, and they don’t want you to have it.

[–] mlg@lemmy.world 43 points 4 days ago* (last edited 4 days ago) (1 children)

20 years of hoarding CVEs down the drain.

Now they'll never be able to gg ez their way into any country and will have to actually use their bribery budget to get more implants lol.

[–] sp3ctr4l@lemmy.dbzer0.com 25 points 4 days ago* (last edited 4 days ago)

Which means the new paradigm will be 'every piece of hardware is a supply chain attack.'

cough TPM 2 cough

[–] chicken@lemmy.dbzer0.com 7 points 4 days ago (1 children)

You don't think frontier AI models are leaving some out deliberately?

[–] Reannlegge@lemmy.ca 19 points 4 days ago

If they leave it out someone else will find it, the days of leaving things out deliberately past.

[–] mnemonicmonkeys@sh.itjust.works 21 points 3 days ago (1 children)

Keep in mind that the rate of errors caught by AI will not be consistent. It will drop off over time.

While I'm no fan of AI, that has nothing to do with it. Adding AI to error detection suites is (mostly) fine so long as you don't remove more tradional methods like code review, manually set up unit tests, and properly reviewing each failed test instead of just letting the AI slop in a patch.

My point is that any test you add to an existing codebase is going to catch a decent number of issues at first, then over time it will drop off as pre-existing issues get resolved. Then you'll be left with the lower rate of new issues from updates.

AI isn't a silver bullet. It (sometimes) is another tool in the toolbox.

[–] irmadlad@lemmy.world 13 points 3 days ago

AI isn’t a silver bullet. It (sometimes) is another tool in the toolbox.

I would fully agree with that statement.