My perspective on application security, software engineering, and a career in tech.

This blog is where I share my thoughts on security, software engineering, and navigating a career in tech. Some of it will be deep technical dives, some will be lessons from experience, and some will be the kind of things I wish someone had told me earlier.

What you'll find on this blog:

  • Career advice that’s actually useful
  • Unfiltered thoughts on tech & security
  • Security insights
  • Breakdowns of attacks and exploits
  • and more...
Marius Horatau
Marius Horatau
Marius Horatau

Blog posts

Popular

  1. The Hugging Face Incident Is Not an AI Story

    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.

  2. XSS2Shell: Pre-auth XSS in WordPress Login Page (CVE-2026-64638)

    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.

  3. WP2Shell: Pre-Auth WordPress RCE (CVE-2026-63030), Reproduced

    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.

  4. You Are the Bottleneck Now

    AI can generate code faster than most developers can evaluate it. The risk isn't only bad output. It's losing the understanding you need to tell good code from plausible code.

  5. The Illusion of Building

    AI makes it dramatically cheaper to produce software that appears to work. But 'building an app' and 'engineering a system' are two different activities that people keep confusing, and the gap between them is where most of the actual work lives.

  6. Security Is Not a Code Problem

    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.

  7. How to start your offensive security career

    Is hacking like in the movies? How do I start? What do I need to know? What skills should I have? These are...

All posts

2026

  1. Web application architectures

    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...

  2. Client vs. server side

    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.

  3. IDOR in an SSO Investment Account Closure

    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.

  4. Hashing in cryptography

    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.

  5. Symmetric vs Asymmetric encryption

    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.

  6. Introduction to cryptography

    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.

  7. What is a server?

    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.

  8. What are web applications?

    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.

  9. Reflected XSS via Nested Form Parameters

    How a nested digest[email] parameter becomes autofocus and onfocus attributes in a newsletter signup, including the payload, vulnerable code and fix.

  10. Base64 IDOR in a Return Credit Claim

    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.

  11. Fundamental security principles

    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.

  12. Access Controls: Auth and Authz

    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.

  13. Foundations of Information Security - CIA Triad

    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. 

  14. Introduction to Information Security

    We cannot start a meaningful exploration of computer security without defining the subject itself. In this post, we'll talk about what security actually means.

Uphack Series

All series →

Some topics don't fit in a single post. A series is an ordered set of articles that build on each other.

7 parts·Complete

Security Fundamentals

The vocabulary and the mental models the rest of the blog assumes you already have.

Read the series →

12 parts·4 published

Web Application Fundamentals

How web apps actually work underneath the page: servers, architectures, URLs, HTTP, cookies, DNS, APIs, and encoding.

Read the series →

In the works

AI-Assisted Pentesting Workflow

Where AI assistants earn their place in a real test, and the supervision that keeps findings real.

Subscribe to newsletter

Practical insights on security, software engineering, and career, delivered when I publish something worth your time.

Unsubscribe anytime.

© 2026 Uphack.io

RSS Theme