PEC-CSS / acm-website-backend

Backend of the official website of PEC ACM CSS
MIT License
18 stars 2 forks source link

Database Leak ho rha hai !! #105

Closed 13jksingh closed 7 months ago

13jksingh commented 7 months ago

Links that are giving unauthorized access to db-: https://api.pecacm.com/

{
  "_links" : {
    "verificationTokens" : {
      "href" : "https://api.pecacm.com/verificationTokens{?page,size,sort}",
      "templated" : true
    },
    "users" : {
      "href" : "https://api.pecacm.com/users{?page,size,sort}",
      "templated" : true
    },
    "events" : {
      "href" : "https://api.pecacm.com/events{?page,size,sort}",
      "templated" : true
    },
    "transactions" : {
      "href" : "https://api.pecacm.com/transactions{?page,size,sort}",
      "templated" : true
    },
    "profile" : {
      "href" : "https://api.pecacm.com/profile"
    }
  }
}