Skip to content
View Santoshkumarpuppala's full-sized avatar

Block or report Santoshkumarpuppala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Santosh Kumar Puppala

AI/ML Platform Architect. I work on authorization flaws in open-source software — the class of bug where a system correctly authenticates who you are and then fails to check what you are allowed to do.

Most of my public work is vulnerability research done under coordinated disclosure: I read source, reproduce the issue locally, report it privately to the maintainers, and stay with it until a fix ships.

Security research

  • 100+ vulnerabilities reported and remediated across open-source projects
  • CVE identifiers assigned for a number of these; several credited to me by name
  • Most of the work concentrates on one root-cause class: broken access control — IDOR, missing authorization checks, and read/write permission asymmetries
  • Affected software includes systems operated by public health services, benefits administrators, civil registries and government portals

I also write up the methodology, because a single fixed bug helps one project and a documented detection pattern helps everyone maintaining similar code.

Fixes, not just reports

Where a maintainer prefers it, I write the patch myself:

  • chirpstack/chirpstack#982Require gateway-admin for relay-gateway update/delete. Two write operations were guarded by the permission check meant for listing, so any tenant member — including a read-only API key — could modify or delete gateway configuration. Merged into master.

Published advisories

A sample of findings that are public, fixed, and credited:

Advisory Project Issue Fixed in
GHSA-w7v5-7g6w-87r4 MailWatch Any signed-in user could release or permanently delete another tenant's quarantined mail 1.2.27
GHSA-7cqp-qvh5-7x85 Open Food Network An enterprise manager could read and alter customer account balances belonging to a different enterprise 5.7.4
GHSA-9vjj-v46c-c5qf Gammu A crafted SMS sender ID could inject shell metacharacters into a command the SMS daemon runs 1.43.3
GHSA-vf9q-phg3-hqj6 OpenFn Lightning An authenticated user could read and modify data in projects they were not a member of by supplying that project's identifier 2.17.0
CVE-2026-54732 libreoffice-convert An unsanitized filename allowed writing outside the intended directory 1.8.2
CVE-2026-16454 Eclipse hawkBit A Range header skipped the download authorization check, letting one device fetch another's firmware 1.0.4
CVE-2026-61746 InvenTree Plugin settings endpoints were readable without authentication 1.4.0
CVE-2026-55610 InvoiceShelf User records were looked up by global id without checking company ownership 2.4.1

Writing

More on Medium and dev.to.

Elsewhere

Reporting a vulnerability in something I maintain? Open a private security advisory on the repo.

Pinned Loading

  1. chirpstack chirpstack Public

    Forked from chirpstack/chirpstack

    ChirpStack open-source LoRaWAN Network Server

    Rust