Home / Companies / Ory / Blog / May 2023

May 2023 Summaries

2 posts from Ory

Filter
Month: Year:
Post Summaries Back to Blog
Bubble.io is a visual drag-and-drop programming platform that enables users, regardless of coding skills, to build applications ranging from simple to complex. It allows users to utilize third-party plugins to enhance functionality, such as adding enterprise features like SAML single sign-on. This no-code platform is particularly advantageous for small businesses or enterprises due to its cost-effectiveness, reduced development time, and built-in SEO tools. While there is a learning curve, once familiar with the platform, users can quickly develop professional applications without the need for extensive IT resources. The platform also allows for easy integration of secure login features, making it a practical solution for businesses aiming to implement sophisticated features without significant technical knowledge.
May 11, 2023 749 words in the original blog post.
The blog post examines vulnerabilities associated with reverse proxies using hop-by-hop headers, contrasting them with end-to-end headers and highlighting issues within the Go standard library's httputil.ReverseProxy. The flaw stems from the improper handling of hop-by-hop headers, which are intended only for the next hop on the request path but may be retained if specified in the Connection header, leading to potential security risks. The Go team addressed this vulnerability by introducing a new Rewrite hook in version 1.20 to replace the Director hook, enhancing the proxy's security design. The post also discusses the practical application of these changes in Ory Oathkeeper, a reverse proxy affected by this issue, and suggests that while the vulnerability's impact is generally minor, it could be exploited under specific conditions, urging developers to assess the trustworthiness of their reverse proxies.
May 05, 2023 682 words in the original blog post.