<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Pablo Seoane · Pentester &amp; Security Researcher</title><link>https://bardlaudian.github.io/posts/</link><description>Recent content in Posts on Pablo Seoane · Pentester &amp; Security Researcher</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>© 2026</copyright><lastBuildDate>Thu, 16 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://bardlaudian.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>HTB Walkthrough: GoodGames</title><link>https://bardlaudian.github.io/posts/htb-goodgames/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-goodgames/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>GoodGames&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux&lt;/strong>. The chain starts with a &lt;strong>SQL Injection&lt;/strong> on the login form that allows both authentication bypass and database dumping. A cracked MD5 hash grants access to an internal Flask admin panel where the username field is vulnerable to &lt;strong>SSTI with Jinja2&lt;/strong>, giving RCE as &lt;code>root&lt;/code> inside a Docker container. Exiting to the real host combines &lt;strong>credential reuse&lt;/strong> via SSH with a &lt;strong>classic container escape&lt;/strong>: the user&amp;rsquo;s home directory is mounted as a volume, and without &lt;code>user namespace remapping&lt;/code> the container&amp;rsquo;s root can plant a SUID bit on &lt;code>bash&lt;/code> that is effective on the host.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Sau</title><link>https://bardlaudian.github.io/posts/htb-sau/</link><pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-sau/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Sau&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux&lt;/strong>. An SSRF in Request Baskets v1.2.1 (CVE-2023-27163) lets us pivot to Maltrail v0.53, a malicious traffic detection service accessible only from localhost. Maltrail has an unauthenticated RCE in its login endpoint that gives us a shell as &lt;code>puma&lt;/code>. Escalation to root exploits &lt;strong>CVE-2023-26604&lt;/strong>: &lt;code>systemctl status&lt;/code> run via &lt;code>sudo&lt;/code> invokes &lt;code>less&lt;/code> as a pager inheriting root privileges, which we escape with &lt;code>!/bin/bash&lt;/code>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: CCTV</title><link>https://bardlaudian.github.io/posts/htb-cctv/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-cctv/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>CCTV&lt;/strong> on Hack The Box. &lt;strong>Medium&lt;/strong> difficulty machine running &lt;strong>Linux&lt;/strong>. ZoneMinder exposed with default credentials is vulnerable to &lt;strong>CVE-2024-51482&lt;/strong>, a blind SQL Injection that lets us extract bcrypt hashes and gain SSH access. Once inside, motionEye runs as root with its API signing key exposed in a readable configuration file — a combination that exploits &lt;strong>CVE-2025-60787&lt;/strong> to inject a command into a capture filename and set SUID on &lt;code>/bin/bash&lt;/code>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Medium
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Jerry</title><link>https://bardlaudian.github.io/posts/htb-jerry/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-jerry/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Jerry&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Windows Server 2012 R2&lt;/strong>. Apache Tomcat 7.0.88 exposed with default credentials in the Manager. We use them to deploy a malicious WAR that delivers remote code execution directly as &lt;strong>NT AUTHORITY\SYSTEM&lt;/strong> — no privilege escalation needed.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Windows
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: NetMon</title><link>https://bardlaudian.github.io/posts/htb-netmon/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-netmon/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>NetMon&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Windows Server 2016&lt;/strong>. Anonymous FTP exposes the Windows root filesystem, allowing us to read a PRTG configuration backup with cleartext credentials. With admin panel access we exploit CVE-2018-9276, a command injection in PRTG&amp;rsquo;s notification system that executes code as &lt;strong>NT AUTHORITY\SYSTEM&lt;/strong>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Windows
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Devel</title><link>https://bardlaudian.github.io/posts/htb-devel/</link><pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-devel/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Devel&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Windows 7 x86&lt;/strong>. Anonymous FTP shares the root directory with the IIS webroot, letting us upload an ASPX webshell and gain remote code execution. We escalate to &lt;strong>NT AUTHORITY\SYSTEM&lt;/strong> by exploiting MS10-015 (KiTrap0D), a flaw in the Windows x86 kernel.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Windows
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Facts</title><link>https://bardlaudian.github.io/posts/htb-facts/</link><pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-facts/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Facts&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux (Ubuntu 25.04)&lt;/strong>. We exploit a Mass Assignment in Camaleon CMS to escalate our role to administrator without knowing any password, abuse a Path Traversal in the AWS uploader to read system files and extract an encrypted SSH key, crack the passphrase with John the Ripper, and escalate to root by abusing &lt;code>sudo NOPASSWD&lt;/code> permissions over &lt;code>facter&lt;/code> with a malicious custom Ruby fact.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Kobold</title><link>https://bardlaudian.github.io/posts/htb-kobold/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-kobold/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Kobold&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux&lt;/strong>. Exploitation goes through &lt;strong>CVE-2026-23744&lt;/strong>, an unauthenticated RCE in MCPJam Inspector 1.4.2: the &lt;code>/api/mcp/connect&lt;/code> endpoint passes the &lt;code>command&lt;/code> field directly to &lt;code>child_process.spawn()&lt;/code> without any validation. Privilege escalation to root exploits the fact that user &lt;code>ben&lt;/code> belongs to the &lt;code>operator&lt;/code> group, which has permissions over the Docker socket — accessible via &lt;code>sg docker&lt;/code> without needing to log out. With access to the Docker daemon, we mount the host filesystem and get root with &lt;code>chroot&lt;/code>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Cap</title><link>https://bardlaudian.github.io/posts/htb-cap/</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-cap/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Cap&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux (Ubuntu 20.04 LTS)&lt;/strong>. We exploit an IDOR on a network capture download endpoint to obtain cleartext FTP credentials, gain SSH access by reusing the password, and escalate to root by abusing the &lt;code>cap_setuid&lt;/code> capability assigned to the Python 3.8 binary.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Principal</title><link>https://bardlaudian.github.io/posts/htb-principal/</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-principal/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Step-by-step walkthrough of &lt;strong>Principal&lt;/strong> on Hack The Box. &lt;strong>Medium&lt;/strong> difficulty machine running &lt;strong>Linux (Ubuntu 24.04 LTS)&lt;/strong>. We chain a JWT authentication bypass via CVE-2026-29000, credential extraction from an admin dashboard, and privilege escalation to root by forging an SSH certificate with the server&amp;rsquo;s private CA key.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Medium
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: DevArea</title><link>https://bardlaudian.github.io/posts/htb-devarea/</link><pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-devarea/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>DevArea&lt;/strong> on Hack The Box. &lt;strong>Medium&lt;/strong> difficulty machine running &lt;strong>Linux Ubuntu&lt;/strong>. A Java SOAP service downloaded via anonymous FTP turns out to be Apache CXF 3.2.14, vulnerable to &lt;strong>CVE-2022-46364&lt;/strong> (XOP Include LFI). We use the flaw to read Hoverfly credentials from the systemd configuration and get RCE through the Middleware system. Root escalation exploits &lt;strong>PATH Hijacking&lt;/strong> in a script executed with &lt;code>sudo&lt;/code>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Medium
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Blue</title><link>https://bardlaudian.github.io/posts/htb-blue/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-blue/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Blue&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Windows 7 SP1&lt;/strong>. The vector is the infamous &lt;strong>EternalBlue&lt;/strong> exploit (MS17-010), a vulnerability in SMBv1 that compromises the Windows kernel and delivers direct access as &lt;strong>NT AUTHORITY\SYSTEM&lt;/strong> with no credentials required.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Windows
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: Lame</title><link>https://bardlaudian.github.io/posts/htb-lame/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-lame/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>Lame&lt;/strong>, one of the most classic machines on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty running &lt;strong>Linux&lt;/strong>. The main vector is a remote code execution vulnerability in &lt;strong>Samba 3.0.20&lt;/strong> (CVE-2007-2447) that, through the way Samba processes usernames, executes arbitrary shell commands with the service&amp;rsquo;s privileges — in this case, &lt;strong>root&lt;/strong>.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item><item><title>HTB Walkthrough: WingData</title><link>https://bardlaudian.github.io/posts/htb-wingdata/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://bardlaudian.github.io/posts/htb-wingdata/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
 Walkthrough of &lt;strong>WingData&lt;/strong> on Hack The Box. &lt;strong>Easy&lt;/strong> difficulty machine running &lt;strong>Linux&lt;/strong>. RCE via CVE-2025-47812, a null-byte authentication bypass in Wing FTP Server that grants access to the admin panel and remote code execution. After cracking user credentials with hashcat (SHA-256 with salt), we escalate to root by exploiting a &lt;code>PATH_MAX&lt;/code> bypass in Python&amp;rsquo;s &lt;code>tarfile&lt;/code> module executed with &lt;code>sudo&lt;/code> privileges.
&lt;/div>

&lt;p>&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 HackTheBox
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Linux
 &lt;/span>
&lt;/span>


&lt;span class="flex cursor-pointer">
 &lt;span
 class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
 Easy
 &lt;/span>
&lt;/span>

&lt;/p></description></item></channel></rss>