Uh oh!
There was an error while loading. Please reload this page.
add api signature on Input and check for IODR on Processing - #164
add api signature on Input and check for IODR on Processing#164bugoverfl0w wants to merge 3 commits into
Conversation
Maikuolan
commented
Jul 21, 2022
Not sure I fully understand this. |
Hello, thanks for your reply I mean should properly checking private object id in POST/GET is owned by user that requests current api. When do testing I encounter many cases improperly checking private object id => IODR Reference link: IODR For example: user A with id 1, user B with id 2 If there is endpoint for update user: So the backend should check user_id is owned by current user that requests api (user_A) Thanks, |
bugoverfl0w
commented
Jul 25, 2022
@Maikuolan Exactly it is IODR or Broken Access Control I also add: Api Signature for web/api to prevent automatic testing. I think it is really helpful Could you please check it and let me know if any problem Thanks, |
I think should add API Signature to prevent manually/automatically testing
And check id (uid, cid, tid... for example) on params/query string is owned by user request