From .txt for text documents to .jpg for images, these extensions provide a shorthand for computers to understand the format and…Continue reading on Medium » (https://medium.com/@paritoshblogs/create-your-own-file-extension-fa484c677590?source=rss------bug_bounty-5)
Html-Injection [ Bug Bounty ]
# Html-injection-Bug-Bounty- ## Overview This repository is a collection of in-depth articles documenting the bug hunting journey within…Continue reading on Medium »
Read more...
# Html-injection-Bug-Bounty- ## Overview This repository is a collection of in-depth articles documenting the bug hunting journey within…Continue reading on Medium »
Read more...
Medium
Html-Injection [ Bug Bounty ]
Html-injection-Bug-Bounty- Overview This repository is a collection of in-depth articles documenting the bug hunting journey within our…
Html-Injection [ Bug Bounty ]
https://medium.com/@rhashibur75/html-injection-bug-bounty-a41f87217118?source=rss------bug_bounty-5
https://medium.com/@rhashibur75/html-injection-bug-bounty-a41f87217118?source=rss------bug_bounty-5
Html-injection-Bug-Bounty-
Overview
This repository is a collection of in-depth articles documenting the bug hunting journey within our…Continue reading on Medium » (https://medium.com/@rhashibur75/html-injection-bug-bounty-a41f87217118?source=rss------bug_bounty-5)
Overview
This repository is a collection of in-depth articles documenting the bug hunting journey within our…Continue reading on Medium » (https://medium.com/@rhashibur75/html-injection-bug-bounty-a41f87217118?source=rss------bug_bounty-5)
Essential Skills for Successful Bug Bounty Hunting
Bug bounty programs have become a vital component of cybersecurity strategies for organizations worldwide.Continue reading on Medium »
Read more...
Bug bounty programs have become a vital component of cybersecurity strategies for organizations worldwide.Continue reading on Medium »
Read more...
Medium
Essential Skills for Successful Bug Bounty Hunting
Bug bounty programs have become a vital component of cybersecurity strategies for organizations worldwide. By incentivizing ethical hackers…
500$ Access Control Bug: Performed Restricted Actions in Developer Settings by low level user.
Recently,i found an interesting bug during my testing that enables a supporter to carry out restricted actions within the developer settings, specifically tweaking notifications without proper authorization in an Private Program. This issue sheds light on a loophole where a low-level actor or a restricted supporter can attempt to manipulate the application’s logic.Understanding Target ExamNote(Virtual Name of BBP) is a comprehensive platform designed to prioritize customer needs by offering an all-in-one solution for modern card issuer processing and program management. It empowers businesses to efficiently build and launch new revenue streams, providing a seamless experience for both businesses and their customers.In this context, the identified bug allowing unauthorized actions in the developer settings poses a potential risk.The Bug The bug I discovered in ExamNote a flaw that enables a supporter or low-level actor to perform restricted actions in the developer settings. Specifically, it allows the user to change notifications without the necessary permissions. This issue becomes significant because a user with lower privileges, like a supporter, can attempt to manipulate the application’s logic by creating notifications in the admin developer settings, even though they don’t have the required permissions.Before we move on, if you like my write-ups, please support me by liking, sharing, and clapping up to 50 times here on Medium, it’s free. Thank you.Steps To Reproduce:-Use the admin account to create a notification.Capture the request made during the notification creation process and drop the request.Switch to the supporter or user account and capture any request made.POST /graphql HTTP/2Host: api.us.test.examnote.comAuthorization: Bearer ------------{"query":"mutation AddWebhookNotificationTarget($input: AddWebhookNotificationTargetInput!) {\n addWebhookNotificationTarget(input: $input) {\n _typename\n ... on WebhookNotificationTarget {\n id\n signingKeys {\n createdAt\n id\n secret\n }\n }\n ... on UserError {\n errors {\n path\n code\n description\n }\n }\n }\n}","variables":{"input":{"name":"hello","uri":"https://test.com","subscriptions":"ACH\_EXTERNALLY\_INITIATED\_DEPOSIT\_RECEIVED","ACH\_EXTERNALLY\_INITIATED\_DEPOSIT\_PROCESSED"}}} 4. Change the Authorization: Bearer token of the captured notification setting request to the user/supporter(Attacker account) Authorization: Bearer token. 5. Send the modified request.The Bounty The security vulnerability I identified in ExamNote was deemed significant, and as a recognition of its severity, the company awarded a bounty of $500 for the report. This underlines the importance placed on maintaining the integrity and security of their platform.Takeaway This discovery highlights the critical need for robust security measures in applications like ExamNote. The lesson here is clear: even seemingly minor issues can pose a substantial threat to a platform’s functionality and security. It emphasizes the importance of continuous vigilance from both security researchers and developers to ensure a resilient and secure user experience.Leave some clap if you enjoyed this read, leave your feedback in comment and consider following me for more exciting findings.Find me on Twitter: @a13h1_Thank you everyone Keep Supporting, Keep Clapping, Keep Commenting. 500$ Access Control Bug: Performed Restricted Actions in Developer Settings by low level user. was originally published in InfoSec Write-ups on Medium, where people are continuing the conversation by highlighting and responding to this story.
Read more...
Recently,i found an interesting bug during my testing that enables a supporter to carry out restricted actions within the developer settings, specifically tweaking notifications without proper authorization in an Private Program. This issue sheds light on a loophole where a low-level actor or a restricted supporter can attempt to manipulate the application’s logic.Understanding Target ExamNote(Virtual Name of BBP) is a comprehensive platform designed to prioritize customer needs by offering an all-in-one solution for modern card issuer processing and program management. It empowers businesses to efficiently build and launch new revenue streams, providing a seamless experience for both businesses and their customers.In this context, the identified bug allowing unauthorized actions in the developer settings poses a potential risk.The Bug The bug I discovered in ExamNote a flaw that enables a supporter or low-level actor to perform restricted actions in the developer settings. Specifically, it allows the user to change notifications without the necessary permissions. This issue becomes significant because a user with lower privileges, like a supporter, can attempt to manipulate the application’s logic by creating notifications in the admin developer settings, even though they don’t have the required permissions.Before we move on, if you like my write-ups, please support me by liking, sharing, and clapping up to 50 times here on Medium, it’s free. Thank you.Steps To Reproduce:-Use the admin account to create a notification.Capture the request made during the notification creation process and drop the request.Switch to the supporter or user account and capture any request made.POST /graphql HTTP/2Host: api.us.test.examnote.comAuthorization: Bearer ------------{"query":"mutation AddWebhookNotificationTarget($input: AddWebhookNotificationTargetInput!) {\n addWebhookNotificationTarget(input: $input) {\n _typename\n ... on WebhookNotificationTarget {\n id\n signingKeys {\n createdAt\n id\n secret\n }\n }\n ... on UserError {\n errors {\n path\n code\n description\n }\n }\n }\n}","variables":{"input":{"name":"hello","uri":"https://test.com","subscriptions":"ACH\_EXTERNALLY\_INITIATED\_DEPOSIT\_RECEIVED","ACH\_EXTERNALLY\_INITIATED\_DEPOSIT\_PROCESSED"}}} 4. Change the Authorization: Bearer token of the captured notification setting request to the user/supporter(Attacker account) Authorization: Bearer token. 5. Send the modified request.The Bounty The security vulnerability I identified in ExamNote was deemed significant, and as a recognition of its severity, the company awarded a bounty of $500 for the report. This underlines the importance placed on maintaining the integrity and security of their platform.Takeaway This discovery highlights the critical need for robust security measures in applications like ExamNote. The lesson here is clear: even seemingly minor issues can pose a substantial threat to a platform’s functionality and security. It emphasizes the importance of continuous vigilance from both security researchers and developers to ensure a resilient and secure user experience.Leave some clap if you enjoyed this read, leave your feedback in comment and consider following me for more exciting findings.Find me on Twitter: @a13h1_Thank you everyone Keep Supporting, Keep Clapping, Keep Commenting. 500$ Access Control Bug: Performed Restricted Actions in Developer Settings by low level user. was originally published in InfoSec Write-ups on Medium, where people are continuing the conversation by highlighting and responding to this story.
Read more...
Medium
500$ Access Control Bug: Performed Restricted Actions in Developer Settings by low level user.
Recently,i found an interesting bug during my testing that enables a supporter to carry out restricted actions within the developer…
Essential Skills for Successful Bug Bounty Hunting
https://medium.com/@Land2Cyber/essential-skills-for-successful-bug-bounty-hunting-fcdca331405e?source=rss------bug_bounty-5
https://medium.com/@Land2Cyber/essential-skills-for-successful-bug-bounty-hunting-fcdca331405e?source=rss------bug_bounty-5
Bug bounty programs have become a vital component of cybersecurity strategies for organizations worldwide.Continue reading on Medium » (https://medium.com/@Land2Cyber/essential-skills-for-successful-bug-bounty-hunting-fcdca331405e?source=rss------bug_bounty-5)
Demystifying Bug Bounty Vulnerability Scans A Comprehensive Guide
https://medium.com/@Land2Cyber/demystifying-bug-bounty-vulnerability-scans-a-comprehensive-guide-970de13484df?source=rss------bug_bounty-5
https://medium.com/@Land2Cyber/demystifying-bug-bounty-vulnerability-scans-a-comprehensive-guide-970de13484df?source=rss------bug_bounty-5
Bug bounty programs have emerged as a cornerstone of cybersecurity, incentivizing ethical hackers to discover and report vulnerabilities…Continue reading on Medium » (https://medium.com/@Land2Cyber/demystifying-bug-bounty-vulnerability-scans-a-comprehensive-guide-970de13484df?source=rss------bug_bounty-5)
From Novice to Ninja A Beginner’s Guide to Bug Bounty Hunting”
https://medium.com/@Land2Cyber/from-novice-to-ninja-a-beginners-guide-to-bug-bounty-hunting-16367419c8f0?source=rss------bug_bounty-5
https://medium.com/@Land2Cyber/from-novice-to-ninja-a-beginners-guide-to-bug-bounty-hunting-16367419c8f0?source=rss------bug_bounty-5
In the ever-evolving landscape of cybersecurity, bug bounty hunting has emerged as a lucrative and rewarding pursuit for aspiring ethical…Continue reading on Medium » (https://medium.com/@Land2Cyber/from-novice-to-ninja-a-beginners-guide-to-bug-bounty-hunting-16367419c8f0?source=rss------bug_bounty-5)
“Bug Bounty Best Practices Lessons Learned from Industry Experts”
https://medium.com/@Land2Cyber/bug-bounty-best-practices-lessons-learned-from-industry-experts-31ea50535cf5?source=rss------bug_bounty-5
https://medium.com/@Land2Cyber/bug-bounty-best-practices-lessons-learned-from-industry-experts-31ea50535cf5?source=rss------bug_bounty-5
Bug bounty programs have become indispensable tools for organizations looking to bolster their cybersecurity defenses by harnessing the…Continue reading on Medium » (https://medium.com/@Land2Cyber/bug-bounty-best-practices-lessons-learned-from-industry-experts-31ea50535cf5?source=rss------bug_bounty-5)
Demystifying Bug Bounty Vulnerability Scans A Comprehensive Guide
Bug bounty programs have emerged as a cornerstone of cybersecurity, incentivizing ethical hackers to discover and report vulnerabilities…Continue reading on Medium »
Read more...
Bug bounty programs have emerged as a cornerstone of cybersecurity, incentivizing ethical hackers to discover and report vulnerabilities…Continue reading on Medium »
Read more...
Medium
Demystifying Bug Bounty Vulnerability Scans A Comprehensive Guide
Bug bounty programs have emerged as a cornerstone of cybersecurity, incentivizing ethical hackers to discover and report vulnerabilities in…
From Novice to Ninja A Beginner’s Guide to Bug Bounty Hunting”
In the ever-evolving landscape of cybersecurity, bug bounty hunting has emerged as a lucrative and rewarding pursuit for aspiring ethical…Continue reading on Medium »
Read more...
In the ever-evolving landscape of cybersecurity, bug bounty hunting has emerged as a lucrative and rewarding pursuit for aspiring ethical…Continue reading on Medium »
Read more...
Medium
From Novice to Ninja A Beginner’s Guide to Bug Bounty Hunting”
In the ever-evolving landscape of cybersecurity, bug bounty hunting has emerged as a lucrative and rewarding pursuit for aspiring ethical…