home.social

#bugbounty — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bugbounty, aggregated by home.social.

fetched live
  1. Yes, $150,000! Apple paid Sentry founder and CTO Drinor Selmanaj $150,000 for finding a Private Cloud Compute flaw that could allow root file writes and redirect Apple Intelligence telemetry.

    Listen/Read: hackread.com/apple-sentry-foun

    #CyberSecurity #Apple #AppleIntelligence #Vulnerability #BugBounty

  2. #SQLMap for #BugBounty Hunters

    We showed you different ways you can use the tool in bug bounty.

    Payloads, tampers, columns, ways to #bypass WAF and real stories were covered!

    hackers-arise.com/sql-injectio
    #Cybersecurity #ethicalhacking

  3. 💻 Oh, look! Another "witty" tech blog post dissecting the fall of a company—HackerOne this time—by a self-proclaimed bug bounty oracle. 🙄 But don't worry, there's a table of contents to guide you through this groundbreaking #analysis, because who doesn't want #chaos with their curiosity? 😂
    blog.teknogeek.io/posts/what-h #techblog #humor #HackerOne #bugbounty #HackerNews #ngated

  4. How to get started for bug bounty, by hakluke (@hakluke).

    LLM in the workflow, yeah it kinda sucks... but, a hacker is the one who used available tools on their advantage.

    Though, if you are cracked, there are still chances you found something without LLM help (harder but not impossible). If you did achieve this, you can flex your muscles.

    hakluke.com/how-to-start-or-co

    #cybersecurity #bugbounty #infosec

  5. Welcome to the age of AI-mediated dehumanization and abuse. Ethical hackers will also be replaced by AI agents. Will it end in a machine-versus-machine apocalypse? Or will the internet become a barren, dark wasteland filled with digital ghosts? I saw this coming and quit bug bounty a long time ago; now it's impossible to ignore.

    #hackerone #bugbounty #ethicalhacking #infosec

    blog.teknogeek.io/posts/what-h

  6. Apple restricts its Bug Bounty program to combat a surge of fake AI-generated vulnerability reports, instituting caps to protect critical flaw detection.

    #Apple #BugBounty #Cybersecurity #AI #Vulnerability

    securityonline.info/apple-bug-

  7. 🍝 New Blog Post: tl;dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open

    tl;dv's Firestore database has zero tenant isolation on their meetings collection. Any free-tier user can query every meeting on the platform. 181,874 meetings. 84,312 users. 35,003 domains.

    What's exposed:

    • Creator emails, conference IDs, recording status, timestamps
    • Live calls you can join uninvited (I joined 2, including one with the Malaysian Ministry of Education)
    • Government meetings from 23 countries
    • Corporate meetings from thousands of companies

    Reported January 28th. Six months later, still not fixed. CTO never responded. Their Firestore database has better uptime than their inbox.

    Full writeup: bobdahacker.com/blog/tldv-hack

    #InfoSec #BugBounty #ResponsibleDisclosure #Firebase #Security #CyberSecurity #Privacy #DataExposure #APISecurity #tldv #MeetingPrivacy

  8. Apple aggiorna il proprio programma di #bugbounty per gestire l'ondata di segnalazioni generate da #IA. L'obiettivo è filtrare il cosiddetto AI slop per concentrarsi su vulnerabilità reali. kiro.it/vFIqx

  9. Platforma HackerOne wprowadza obowiązkową weryfikację tożsamości w programach Bug Bounty

    Platformy HackerOne raczej nie trzeba przedstawiać nikomu, kto interesuje się cyberbezpieczeństwem. To właśnie za jej pośrednictwem wielu hakerów zgłasza wykryte podatności, w zamian za co, oprócz uznania, otrzymują nagrody pieniężne.  TLDR: Do tej pory istniała możliwość otrzymania nagrody, bez potrzeby ujawniania tożsamości. Stosując się jednak do obowiązujących regulacji, zwłaszcza tych...

    #WBiegu #Bugbounty #Hackerone #Hacking #Weryfikacja

    sekurak.pl/platforma-hackerone

  10. The nature of cliques - you are either IN or OUT! GitHub is moving it's Bug Bounty program to 2 tiers.

    Public submissions from Joe software dude of basic bugs will get $250, down from between $500 and $1,000 previously.

    In the new invite-only VIP program basic bugs get a $1,000. VIP invitations will be based a proven history of submitting a number of valid reports. theregister.com/devops/2026/07 #GitHub #Software #Security #Bugs #SoftwareBugs #BugBounty #Rewards #Microsoft #AI #SoftwareSecurity #SoftwareBugs #Vulnerability

  11. #GitHub slashes public #bugbounty payouts as AI report flood buries its security team
    For researchers sticking with the public program, a low-severity finding that previously earned between $500 and $1,000 will now bring in $250. Medium bugs top out at $2,000 instead of $5,000, high-severity flaws have been cut from as much as $20,000 to $5,000, and the maximum reward for a critical #vulnerability falls from $30,000 to $10,000.
    theregister.com/devops/2026/07

  12. 🙏 New Blog Post

    The Pope's official prayer app has an IDOR that lets anyone pull user data for all 719,517 accounts. One GET request per user. No auth check.

    What's exposed:

    • Email addresses
    • Names
    • Country
    • Date of birth (they call it "borned_date" lol)
    • Account role (it's "PRAYER" for everyone, obviously)

    Also found:

    • Signup endpoint returns the email verification token in the response body, so you can verify accounts without accessing the inbox
    • Their verification emails fail their own domain's authentication requirements

    Reported January 3rd. Emailed 9 people. A journalist also contacted them. Zero responses. Still live six months later. Vow of silence I guess.

    Full writeup: bobdahacker.com/blog/click-to-

    #InfoSec #BugBounty #ResponsibleDisclosure #IDOR #Security #CyberSecurity #Privacy #DataExposure #ClickToPray #Vatican #APISecurity

  13. new writeup: three bugs in vinext's alpha, cloudflare's next.js reimplementation that one engineer built with an AI model in about a week for roughly $1,100 in tokens.

    the good one: vinext checks middleware matchers against the path with the i18n locale prefix still on it, then strips the locale when it resolves the route. /fr/dashboard misses /dashboard/:path*, the auth middleware never runs, and the router serves /dashboard anyway.

    also a middleware header allowlist that is really a merge, and reflected XSS via unescaped attribute names in the next/head serializer. reported in february, cloudflare fixed all three.

    moltenbit.net/posts/three-bugs

    #infosec #appsec #cloudflare #nextjs #bugbounty #cybersecurity #security