返回介绍

10 Insecure Direct Object References

发布于 2024-10-11 20:33:58 字数 744 浏览 0 评论 0 收藏 0

Like XSS and open redirects, insecure direct object references ( IDORs) are a type of bug present in almost every web application. They happen when the application grants direct access to a resource based on the user’s request, without validation.

与 XSS 和开放式重定向一样,不安全的直接对象引用(IDOR)是几乎每个 Web 应用程序都存在的类型错误。当应用程序在不进行验证的情况下基于用户请求直接访问资源时,就会发生这种情况。

In this chapter, we’ll explore how these work. Then we’ll dive into how applications prevent IDORs, and how you can bypass those common protection mechanisms.

在本章中,我们将探讨它们的工作原理。然后,我们将深入研究应用程序如何防止 IDOR,并介绍如何绕过这些常见的保护机制。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文