<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Uphack Application Security Blog</title>
	<link>https://uphack.io/blog/</link>
	<description>Practical AppSec research, secure engineering lessons, exploit breakdowns, and security career advice.</description>
	<language>en-gb</language>
	<atom:link href="https://uphack.io/blog/rss.xml" rel="self" type="application/rss+xml" />
	<lastBuildDate>Mon, 14 Sep 2026 00:00:00 GMT</lastBuildDate>
<item>
	<title>Web application architectures</title>
	<link>https://uphack.io/blog/post/web-application-architectures/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/web-application-architectures/</guid>
	<pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate>
	<description>Now that we have a basic understanding of web application architecture, it’s time to dig deeper. As you probably noticed, not all web applications work the same. Some are faster...</description>
</item>
<item>
	<title>Client vs. server side</title>
	<link>https://uphack.io/blog/post/client-vs-server-side/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/client-vs-server-side/</guid>
	<pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
	<description>The architecture of any web application, whether it’s facebook.com or some no-name Wordpress blog, starts with two components: frontend and backend. In this post, we will analyse these components, how they interact, and what each one is for.</description>
</item>
<item>
	<title>IDOR in an SSO Investment Account Closure</title>
	<link>https://uphack.io/blog/post/idor-sso-investment-account-closure/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/idor-sso-investment-account-closure/</guid>
	<pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate>
	<description>How different password and SSO confirmation paths expose an IDOR in an investment account closure endpoint, including the request comparison, vulnerable code, impact, and ownership fix.</description>
</item>
<item>
	<title>Hashing in cryptography</title>
	<link>https://uphack.io/blog/post/hashing-in-cryptography/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/hashing-in-cryptography/</guid>
	<pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
	<description>Hashing is everywhere in security, and for good reason. It’s how we verify data integrity, secure passwords, and much more. In this post, we’ll unpack what makes hashing so useful and see it in action.</description>
</item>
<item>
	<title>Symmetric vs Asymmetric encryption</title>
	<link>https://uphack.io/blog/post/symmetric-vs-assymetric-encryption/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/symmetric-vs-assymetric-encryption/</guid>
	<pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate>
	<description>Ever wonder how encryption actually works? Here, we’ll look at the two main approaches: symmetric, which is fast and straightforward, and asymmetric, which is a bit slower but incredibly powerful for secure communication.</description>
</item>
<item>
	<title>Introduction to cryptography</title>
	<link>https://uphack.io/blog/post/introduction-to-cryptography/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/introduction-to-cryptography/</guid>
	<pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
	<description>Cryptography can feel intimidating, but don’t worry—we’ll keep it straightforward. This post is about understanding the basics: how we use cryptography to protect data and why it’s such a key part of security.</description>
</item>
<item>
	<title>What is a server?</title>
	<link>https://uphack.io/blog/post/what-is-a-server/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/what-is-a-server/</guid>
	<pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
	<description>Not surprisingly, people tend to misuse the terms “server” and “web server”. Let’s settle once and for all what the difference between them is.</description>
</item>
<item>
	<title>What are web applications?</title>
	<link>https://uphack.io/blog/post/what-are-web-applications/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/what-are-web-applications/</guid>
	<pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
	<description>Web applications are everywhere, but what exactly are they? In this post, we’ll break down what makes a web app tick, how it differs from other types of software, and why it’s such a powerful tool in today’s connected world.</description>
</item>
<item>
	<title>The Hugging Face Incident Is Not an AI Story</title>
	<link>https://uphack.io/blog/post/the-hugging-face-incident-is-not-an-ai-story/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/the-hugging-face-incident-is-not-an-ai-story/</guid>
	<pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
	<description>A security engineer’s analysis of the OpenAI-Hugging Face incident, what failed in the architecture and incident response, and the lessons security teams can learn from it.</description>
</item>
<item>
	<title>Reflected XSS via Nested Form Parameters</title>
	<link>https://uphack.io/blog/post/reflected-xss-nested-newsletter-parameters/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/reflected-xss-nested-newsletter-parameters/</guid>
	<pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
	<description>How a nested digest[email] parameter becomes autofocus and onfocus attributes in a newsletter signup, including the payload, vulnerable code and fix.</description>
</item>
<item>
	<title>Base64 IDOR in a Return Credit Claim</title>
	<link>https://uphack.io/blog/post/base64-idor-return-credit-claim/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/base64-idor-return-credit-claim/</guid>
	<pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
	<description>How a Base64-encoded return reference leads to IDOR in a financial action: the request, decoded JSON, modified payload, vulnerable code, impact, and correct ownership check.</description>
</item>
<item>
	<title>XSS2Shell: Pre-auth XSS in WordPress Login Page (CVE-2026-64638)</title>
	<link>https://uphack.io/blog/post/xss2shell-wordpress-login-xss/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/xss2shell-wordpress-login-xss/</guid>
	<pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate>
	<description>CVE-2026-64638 is a pre-authentication reflected XSS affecting the WordPress core login page in versions 6.4 through 7.0.2. This post explains the parser differential, the affected versions, the fix, the conditional RCE extension, and a hands-on reproduction lab.</description>
</item>
<item>
	<title>WP2Shell: Pre-Auth WordPress RCE (CVE-2026-63030), Reproduced</title>
	<link>https://uphack.io/blog/post/wp2shell-unauthenticated-wordpress-core-rce/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/wp2shell-unauthenticated-wordpress-core-rce/</guid>
	<pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
	<description>WP2Shell is an unauthenticated remote code execution chain in WordPress core, combining CVE-2026-63030 and CVE-2026-60137. What it is, how to fix and detect it, and how to reproduce the full pre-auth RCE in a hands-on lab.</description>
</item>
<item>
	<title>Fundamental security principles</title>
	<link>https://uphack.io/blog/post/fundamental-security-principles/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/fundamental-security-principles/</guid>
	<pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
	<description>This post is all about the “big ideas” behind secure systems, like least privilege and separation of duties. These principles are surprisingly simple but form the backbone of how we design systems to stay safe from attacks.</description>
</item>
<item>
	<title>You Are the Bottleneck Now</title>
	<link>https://uphack.io/blog/post/you-are-the-bottleneck-now/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/you-are-the-bottleneck-now/</guid>
	<pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate>
	<description>AI can generate code faster than most developers can evaluate it. The risk isn&apos;t only bad output. It&apos;s losing the understanding you need to tell good code from plausible code.</description>
</item>
<item>
	<title>The Illusion of Building</title>
	<link>https://uphack.io/blog/post/the-illusion-of-building/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/the-illusion-of-building/</guid>
	<pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
	<description>AI makes it dramatically cheaper to produce software that appears to work. But &apos;building an app&apos; and &apos;engineering a system&apos; are two different activities that people keep confusing, and the gap between them is where most of the actual work lives.</description>
</item>
<item>
	<title>Security Is Not a Code Problem</title>
	<link>https://uphack.io/blog/post/security-is-not-a-code-problem/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/security-is-not-a-code-problem/</guid>
	<pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate>
	<description>Security is having a moment: new tools can read code, find bugs, and even suggest fixes. Some people took that to mean cybersecurity is basically over. This is my take from the inside: what’s actually changing, what isn’t, and why security was never just a code problem.</description>
</item>
<item>
	<title>Access Controls: Auth and Authz</title>
	<link>https://uphack.io/blog/post/access-control-authentication-and-authorization/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/access-control-authentication-and-authorization/</guid>
	<pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
	<description>How do systems make sure the right people get in, and the wrong ones stay out? In this post, we’ll dig into authentication (proving who you are) and authorization (what you’re allowed to do). They’re simple ideas, but they have a massive impact on security. </description>
</item>
<item>
	<title>Foundations of Information Security - CIA Triad</title>
	<link>https://uphack.io/blog/post/foundations-of-information-security-cia-triad/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/foundations-of-information-security-cia-triad/</guid>
	<pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
	<description>The CIA triad isn’t just a catchy acronym. It’s the backbone of security. We’ll break down confidentiality, integrity, and availability, and see how they shape the way we think about protecting systems and data. </description>
</item>
<item>
	<title>Introduction to Information Security</title>
	<link>https://uphack.io/blog/post/introduction-to-information-security/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/introduction-to-information-security/</guid>
	<pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate>
	<description>We cannot start a meaningful exploration of computer security without defining the subject itself. In this post, we&apos;ll talk about what security actually means.</description>
</item>
<item>
	<title>How to start your offensive security career</title>
	<link>https://uphack.io/blog/post/how-to-start-your-offensive-security-career/</link>
	<guid isPermaLink="true">https://uphack.io/blog/post/how-to-start-your-offensive-security-career/</guid>
	<pubDate>Sun, 09 Mar 2025 00:00:00 GMT</pubDate>
	<description>Is hacking like in the movies? How do I start? What do I need to know? What skills should I have? These are...</description>
</item>
</channel>
</rss>