<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="/en" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<channel>
<title>Last Blog Article</title>
<link>https://www.synacktiv.com/en.html</link>
<description/>
<language>en</language>
<item>
<title>Simulating legitimate Active Directory services on the network: the case of GPO exploitation</title>
<link>https://www.synacktiv.com/en/publications/simulating-legitimate-active-directory-services-on-the-network-the-case-of-gpo.html</link>
<description>Simulating legitimate Active Directory services on an internal network is a powerful and versatile capability that can be leveraged in various contexts. Many examples of exploits relying on the ability to simulate working LDAP and/or SMB services can be cited, such as Group Policy Object exploitation or, more recently, the Certighost (CVE-2026-54121) ADCS flaw.

This is something that we started working on several years ago in the context of GPO exploitation (see this article as well as this article). The present publication introduces follow-up research that provides a way to simulate authenticated LDAP and SMB services on an internal network, in a flexible way that can be adapted to various use-cases. The research builds upon scapy and the great work of Gabriel Potter. It will be presented through the prism of GPO exploitation, but the aim of the resulting tooling is to be flexible in order to facilitate future research in other areas.

</description>
<pubDate/>
<dc:creator>Quentin Roland</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/simulating-legitimate-active-directory-services-on-the-network-the-case-of-gpo.html</guid>
</item>
<item>
<title>AWS EKS forensics: data sources and investigation tooling</title>
<link>https://www.synacktiv.com/en/publications/aws-eks-forensics-data-sources-and-investigation-tooling.html</link>
<description>Investigating a compromise in Amazon EKS means piecing together evidence spread across three layers: the managed Kubernetes control plane, the worker nodes, and the surrounding AWS services. This article maps the data sources an EKS cluster exposes for digital forensics and threat hunting, and the tooling used to correlate them, from the Kubernetes audit log down to the AWS identity of the nodes.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/aws-eks-forensics-data-sources-and-investigation-tooling.html</guid>
</item>
<item>
<title>Exploiting Titan Quest</title>
<link>https://www.synacktiv.com/en/publications/exploiting-titan-quest.html</link>
<description>Titan Quest is a hack-and-slash video game released in 2006. In 2016, THQ Nordic released an Anniversary Edition. In the version provided by GOG, several development tools are installed with the game. These allow for the creation of new maps, items, and effects. This article details the various vulnerabilities found in the game engine as well as their exploitation.

</description>
<pubDate/>
<dc:creator>Thomas Dubier</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/exploiting-titan-quest.html</guid>
</item>
<item>
<title>The SQL Server Unicode problem: why your data might not be what you think it is?</title>
<link>https://www.synacktiv.com/en/publications/the-sql-server-unicode-problem-why-your-data-might-not-be-what-you-think-it-is.html</link>
<description>Having examined Unicode handling in other databases, we will see that its implementation in SQL Server proves to be particularly complex. We will discover how the burden of backwards compatibility has given rise to new features which, in reality, have serious shortcomings.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/the-sql-server-unicode-problem-why-your-data-might-not-be-what-you-think-it-is.html</guid>
</item>
<item>
<title>KYC: Bypass age verification using generative video models</title>
<link>https://www.synacktiv.com/en/publications/kyc-bypass-age-verification-using-generative-video-models.html</link>
<description>Historically reserved for the banking sector, the KYC (Know Your Customer) process is now making its way into many online services, driven by increasingly strict legislation on anonymity and age verification. To comply, platforms deploy significant measures aimed at guaranteeing the "proof of life" of the user behind their webcam or smartphone. However, the meteoric rise of generative video AI models completely reshuffles the deck, offering attackers formidable and accessible tools to fool these systems. The French PVID framework aims to counter this new threat.

This article establishes a state of the art of current verification mechanisms, before detailing how we used AI to successfully bypass the age verification system of a website relying on AWS Rekognition.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/kyc-bypass-age-verification-using-generative-video-models.html</guid>
</item>
<item>
<title>Exploring cross-domain &amp; cross-forest RBCD: part 2</title>
<link>https://www.synacktiv.com/en/publications/exploring-cross-domain-cross-forest-rbcd-part-2.html</link>
<description>Kerberos delegation capabilities in Linux-based tooling have been extended to allow impersonating any user within a forest. This assumed identity can then be leveraged to access resources across any domain within that forest, or even in a remote forest, provided that a trust relationship exists and appropriate delegation rights are configured. This article provides a deep dive into recursive Kerberos delegation exchanges through complex multi-domain chains. Finally, we demonstrate the feasibility of the SPN-less RBCD attack in both cross-domain and cross-forest contexts.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/exploring-cross-domain-cross-forest-rbcd-part-2.html</guid>
</item>
<item>
<title>Caught in the Octopus Trap: Unauthenticated RCE in Argo CD with CodeQL</title>
<link>https://www.synacktiv.com/en/publications/caught-in-the-octopus-trap-unauthenticated-rce-in-argo-cd-with-codeql.html</link>
<description>Synacktiv has discovered an unauthenticated arbitrary code execution vulnerability in ArgoCD's repo-server component, potentially allowing full cluster compromise. This article explains how the vulnerability was identified using CodeQL, details the exploitation process to gain control over the underlying Kubernetes cluster, and introduces a tool for automating the attack.

</description>
<pubDate/>
<dc:creator>Hugo Vincent</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/caught-in-the-octopus-trap-unauthenticated-rce-in-argo-cd-with-codeql.html</guid>
</item>
<item>
<title>Completing Compliance with Evidence : A Bottom-Up Approach to NIS2, DORA, and the Cyber Resilience Act</title>
<link>https://www.synacktiv.com/en/publications/completing-compliance-with-evidence-a-bottom-up-approach-to-nis2-dora-and-the-cyber.html</link>
<description>GRC (Governance, Risks and Compliance) as it is most often practiced works top-down, you read a piece of regulation, draft a policy, declare coverage, and archive a documentary record. This approach has value, it structures, it documents, it meets an auditor's formal expectations. It also has a known limitation: it mostly reflects what the organization describes and far less easily what actually happens.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/completing-compliance-with-evidence-a-bottom-up-approach-to-nis2-dora-and-the-cyber.html</guid>
</item>
<item>
<title>Charting your way in: Helm template injection</title>
<link>https://www.synacktiv.com/en/publications/charting-your-way-in-helm-template-injection.html</link>
<description>During the audit of a Kubernetes cluster, we encountered an injection in a Helm template applied through ArgoCD. To our surprise, very few resources exist regarding YAML injection in vulnerable Helm templates. In this blog post, we will explore this kind of vulnerability and how to prevent its exploitation.

</description>
<pubDate/>
<dc:creator>Paul Barbé</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/charting-your-way-in-helm-template-injection.html</guid>
</item>
<item>
<title>AWS Forensics : What you need to know </title>
<link>https://www.synacktiv.com/en/publications/aws-forensics-what-you-need-to-know.html</link>
<description>Nowadays, it is rare to find a company whose IT system does not rely, at least in part, on cloud technologies. These solutions offer numerous benefits, particularly in terms of the rapid deployment of services and infrastructure. However, those technologies require specific skills and knowledge to handle day-to-day administration. The same logic applies to handle an incident into those environments. So, if you are a forensic analyst or even a security analyst and you're not familiar with AWS, this article can serve as a starting point to understand the fundamentals of AWS in the context of incident response.

</description>
<pubDate/>
<dc:creator>Nathanael Ndong</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/aws-forensics-what-you-need-to-know.html</guid>
</item>
<item>
<title>Surviving the surge of new Linux LPE :  Defense in Depth not dead</title>
<link>https://www.synacktiv.com/en/publications/surviving-the-surge-of-new-linux-lpe-defense-in-depth-not-dead.html</link>
<description>Thanks to AI-assisted vulnerability research and kernel patch diffing that breaks "responsible disclosure" embargos, it's quite the overwhelming time for defenders. There's been a weekly reveal of new Linux critical vulnerabilities, with full exploit scripts made public days before patchs are widely available.

Yet, most of the exploitation chains that have been recently published can be mitigated by tried-and-true Linux security hardening, giving wary defenders time to patch while N-day attackers try their shiny new ./exploit.sh.

Let's review some of them !

</description>
<pubDate/>
<dc:creator>Romain Huon</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/surviving-the-surge-of-new-linux-lpe-defense-in-depth-not-dead.html</guid>
</item>
<item>
<title>Exploiting the Tesla Wall Connector from its charge port connector - Part 2: bypassing the anti-downgrade</title>
<link>https://www.synacktiv.com/en/publications/exploiting-the-tesla-wall-connector-from-its-charge-port-connector-part-2-bypassing.html</link>
<description>In a previous article, we presented an attack against the Tesla Wall Connector Gen 3 used during Pwn2Own Automotive 2025. The exploit chain relied on a simple fact: there was no anti-downgrade mechanism. Once we could speak UDS over the charging cable, we could just write an old, vulnerable firmware to the passive slot, reboot, and pop the debug shell.

Tesla then shipped a firmware update that adds an anti-downgrade check to the update routine. Every firmware image now carries a security ratchet value, and the updater refuses any image whose ratchet is lower than the one stored on the device.

This second article describes how this anti-downgrade works, and how we bypassed it by abusing the order of operations between the partition table write and the slot erase, replaying the original Pwn2Own attack on a fully up-to-date charger.

This is one of those vulnerabilities you find by hand, with a coffee, an IDA window, and zero help from a language model. Do you remember those old good days?

</description>
<pubDate/>
<dc:creator>David Berard</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/exploiting-the-tesla-wall-connector-from-its-charge-port-connector-part-2-bypassing.html</guid>
</item>
<item>
<title>Make it Blink: Over-the-Air Exploitation of the Philips Hue Bridge</title>
<link>https://www.synacktiv.com/en/publications/make-it-blink-over-the-air-exploitation-of-the-philips-hue-bridge.html</link>
<description>The year-end edition of Pwn2Own took place in Cork, Ireland. For the first time, this event featured smart home devices, including the Amazon Smart Plug, Home Assistant Green, and the Philips Hue Bridge. The attack scenario defined by the ZDI involved an adversary with access to services listening on the local network, or launching an attack via a proximity network (Wi-Fi, Bluetooth, Zigbee). This article details the research conducted on the Philips Hue Bridge to achieve remote code execution (RCE) from the Zigbee network.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/make-it-blink-over-the-air-exploitation-of-the-philips-hue-bridge.html</guid>
</item>
<item>
<title> 	Bypassing Windows authentication reflection mitigations for SYSTEM shells - Part ②</title>
<link>https://www.synacktiv.com/en/publications/bypassing-windows-authentication-reflection-mitigations-for-system-shells-part.html</link>
<description>In part 1 of this blogpost series, we proved our initial theory that the patch for CVE-2025-33073 was insufficient, by disclosing a trivial NTLM reflection vulnerability leading to LPE.

In this second part, we turn to Kerberos and explain how we achieved a full-blown RCE primitive as a domain user, via a completely novel Kerberos authentication coercion technique that abuses discrepancies in how different Windows components handle Unicode characters.

Our research finally puts an end to authentication reflection vulnerabilities targeting the SMB service. That said, this vulnerability class is not dead yet.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/bypassing-windows-authentication-reflection-mitigations-for-system-shells-part.html</guid>
</item>
<item>
<title>Bypassing Windows authentication reflection mitigations for SYSTEM shells - Part 1</title>
<link>https://www.synacktiv.com/en/publications/bypassing-windows-authentication-reflection-mitigations-for-system-shells-part-1.html</link>
<description>A year ago, authentication reflection vulnerabilities resurfaced as a powerful attack vector through the discovery of CVE-2025-33073 by several security researchers, including us. This logical vulnerability allowed taking over almost any Windows machine without any user interaction. Following our analysis and the official patch by Microsoft, we had a gut feeling that the root cause of the issue was still not addressed.

This two-part blogpost will cover our journey to bypass the mitigations, which led to the discovery of two new authentication reflection vulnerabilities. In this first part, we will lay the foundation of our research, describe our methodology and disclose the first vulnerability that we uncovered: a trivial local privilege escalation via NTLM reflection.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/bypassing-windows-authentication-reflection-mitigations-for-system-shells-part-1.html</guid>
</item>
<item>
<title>Say hi to Pike!</title>
<link>https://www.synacktiv.com/en/publications/say-hi-to-pike.html</link>
<description>In this article we will introduce Pike, an experimental LLM agent that generates and analyzes Linux program execution traces. We will show that with its simple architecture paired with a good LLM, Pike can quickly help debug a crash, identify malware, or give valuable high level insights via a natural chat interface.

</description>
<pubDate/>
<dc:creator>Maxime Desbrus</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/say-hi-to-pike.html</guid>
</item>
<item>
<title>Hooking Windows Named Pipes</title>
<link>https://www.synacktiv.com/en/publications/hooking-windows-named-pipes.html</link>
<description>During security assessments, we often see desktop applications composed of several processes. Some of them run as SYSTEM, and others run in the user session context, meaning they are unprivileged. These processes need to communicate in some way, and often use Windows Named Pipes as IPC mechanisms (Inter-Process-Communication). Once opened, named pipes are a (usually) bidirectional communication channel, just like TCP or Websocket, that may be used by a low privileged process to attack an elevated process.

</description>
<pubDate/>
<dc:creator>Thomas Borot</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/hooking-windows-named-pipes.html</guid>
</item>
<item>
<title>Kubernetes forensics 1/3: what the container ?</title>
<link>https://www.synacktiv.com/en/publications/kubernetes-forensics-13-what-the-container.html</link>
<description>In 2025, Synacktiv CSIRT observed a significant rise in attacks and compromises targeting Kubernetes environments. The consensus is that these attacks are bound to keep expanding as much as the technology itself. To better understand how a Kubernetes cluster works and how to investigate one during a security incident, we decided to work on a series of articles about Kubernetes forensics. This one is the first of the series, focusing on the underlying container technology.

</description>
<pubDate/>
<dc:creator>Noam Leipold</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/kubernetes-forensics-13-what-the-container.html</guid>
</item>
<item>
<title>Exploring cross-domain &amp; cross-forest RBCD</title>
<link>https://www.synacktiv.com/en/publications/exploring-cross-domain-cross-forest-rbcd.html</link>
<description>The Resource-based Constrained Delegation (RBCD) attack is well-known from pentesters and attackers: by editing the msDS-AllowedToActOnBehalfOfOtherIdentity attribute of a machine account, an attacker can impersonate users on said machine. Even though this attack mechanism has been thorougly documented on a single domain, and can be performed with Impacket or Rubeus, only a few resources mention its implementation on cross-domain and cross-forest environments. In this article, we present the cross-domain and cross-forest RBCD workflow, along with an Impacket script implementation to carry out these attacks.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/exploring-cross-domain-cross-forest-rbcd.html</guid>
</item>
<item>
<title>Deep-dive into the deployment of an on-premise low-privileged LLM server</title>
<link>https://www.synacktiv.com/en/publications/deep-dive-into-the-deployment-of-an-on-premise-low-privileged-llm-server.html</link>
<description>In 1826, children fantasized riding horses in the Wild West. In 1926, it was outrunning the law as a moonshiner. In 2026, managing distributed inference servers without leaking all the company data is surely a universal dream among the new generation. This article rewinds our journey deploying an on-premise LLM server, with a critical eye on the underlying stack security.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/deep-dive-into-the-deployment-of-an-on-premise-low-privileged-llm-server.html</guid>
</item>
<item>
<title>mitmproxy for fun and profit: Interception and Analysis of Application Traffic</title>
<link>https://www.synacktiv.com/en/publications/mitmproxy-for-fun-and-profit-interception-and-analysis-of-application-traffic.html</link>
<description>A solid understanding of the protocols used by applications is a necessary prerequisite when assessing application security. In recent projects, we have had to intercept various types of network traffic across different platforms, including Linux, Android, and iOS. The purpose of this article is to introduce the mitmproxy tool and how to use it, as well as the different techniques that can be implemented to effectively intercept these communications, while taking into account the specific characteristics of each environment.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/mitmproxy-for-fun-and-profit-interception-and-analysis-of-application-traffic.html</guid>
</item>
<item>
<title>2025 winter challenge writeup</title>
<link>https://www.synacktiv.com/en/publications/2025-winter-challenge-writeup.html</link>
<description>Creating quines is a game that has always fascinated computer scientists. The journal Software: Practice and Experience dedicated an article to the subject in 1972—well before Intel released its first 32-bit x86 processor (1985). Even today, many enthusiasts continue to explore the intriguing universe of quines, such as Amy Burnett with her impressive JPEG Hash Quine or Yusuke Endoh’s legendary Uroboros Quine. In 2025, Synacktiv carried on this tradition by proposing two new variations of this type of puzzle: OCInception and Quinindrome. In this article, you will find the results of this latest winter challenge, alongside a breakdown of the winning solution and the most creative approaches.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/2025-winter-challenge-writeup.html</guid>
</item>
<item>
<title>Beyond ACLs: Mapping Windows Privilege Escalation Paths with BloodHound</title>
<link>https://www.synacktiv.com/en/publications/beyond-acls-mapping-windows-privilege-escalation-paths-with-bloodhound.html</link>
<description>Windows privileges are special rights that grant processes the ability to perform sensitive operations. Some privileges allow bypassing standard Access Control List (ACL) checks, which can lead to significant security implications.

While privileges like SeDebugPrivilege, SeImpersonatePrivilege or SeBackupPrivilege are frequently used by attackers to escalate their privileges, it is also possible for defenders to leverage logon rights privileges to limit lateral movement. With our pull requests in BloodHound, SharpHound and SharpHoundCommon, it is now possible to enumerate which privileges and logon rights are assigned to users and machines across the network and thus identify local privilege escalations paths.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/beyond-acls-mapping-windows-privilege-escalation-paths-with-bloodhound.html</guid>
</item>
<item>
<title>On the clock: Escaping VMware Workstation at Pwn2Own Berlin 2025</title>
<link>https://www.synacktiv.com/en/publications/on-the-clock-escaping-vmware-workstation-at-pwn2own-berlin-2025.html</link>
<description>At Pwn2Own Berlin 2025, we exploited VMware Workstation by abusing a Heap-Overflow in its PVSCSI controller implementation. The vulnerable allocation landed in the LFH allocator of Windows 11, whose exploit mitigations posed a major challenge. We overcame this through a complex interplay of techniques: defeating the LFH randomization using a side-channel; shaping and carefully preserving an exploitable heap layout; and abusing subtle behaviors of the vulnerable function to create powerful primitives. Ultimately, the exploit worked on the first attempt, though getting there was anything but simple.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/on-the-clock-escaping-vmware-workstation-at-pwn2own-berlin-2025.html</guid>
</item>
<item>
<title>Wireless-(in)Fidelity: Pentesting Wi-Fi in 2025</title>
<link>https://www.synacktiv.com/en/publications/wireless-infidelity-pentesting-wi-fi-in-2025.html</link>
<description>Despite the advancements that have been made in Wi-Fi security with the arrival of WPA3, some misconfigurations and legacy protocols still remain. In this blogpost, we share insights into Wi-Fi related findings encountered during penetration testing engagements. We will present compromise methods, addressing both common scenarios and less conventional ones. The purpose of this article is to present a range of the most commonly useful attack methods in Wi-Fi penetration testing. By improving the understanding of these attacks, we hope to raise awareness on the importance of Wi-Fi security for businesses.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/wireless-infidelity-pentesting-wi-fi-in-2025.html</guid>
</item>
<item>
<title>Livewire: remote command execution through unmarshaling</title>
<link>https://www.synacktiv.com/en/publications/livewire-remote-command-execution-through-unmarshaling.html</link>
<description>Livewire revolutionizes Laravel development by enabling real-time, interactive web interfaces using only PHP and Blade, removing the need of heavy JavaScript frameworks. Its innovative hydration system seamlessly instantiate and restores component states, supporting complex data types.

However, this mechanism comes with a critical vulnerability: a dangerous unmarshalling process can be exploited as long as an attacker is in possession of the APP_KEY of the application. By crafting malicious payloads, attackers can manipulate Livewire’s hydration process to execute arbitrary code, from simple function calls to stealthy remote command execution.

Finally, our research uncovered a pre-authenticated remote code execution vulnerability in Livewire, exploitable even without knowledge of the application’s APP_KEY. By analyzing Livewire’s recursive hydration mechanism, we found that attackers could inject malicious synthesizers through the updates field in Livewire requests, leveraging PHP’s loose typing and nested array handling. This technique bypasses checksum validation, allowing arbitrary object instantiation and leading to full system compromise.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/livewire-remote-command-execution-through-unmarshaling.html</guid>
</item>
<item>
<title>Exploiting Anno 1404</title>
<link>https://www.synacktiv.com/en/publications/exploiting-anno-1404.html</link>
<description>Anno 1404 is a strategy game developed by Related Designs and published by Ubisoft. It is a real-time strategy game that focuses on city management and construction. The Anno 1404: Venice expansion, released in 2010, includes an online and local area network multiplayer mode. During our research, we discovered several vulnerabilities that, when combined, allow for arbitrary code execution from within the multiplayer mode.

</description>
<pubDate/>
<dc:creator>Thomas Dubier</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/exploiting-anno-1404.html</guid>
</item>
<item>
<title>ActivID administrator account takeover : the story behind HID-PSA-2025-002</title>
<link>https://www.synacktiv.com/en/publications/activid-administrator-account-takeover-the-story-behind-hid-psa-2025-002.html</link>
<description>In September 2025, we were asked by one of our clients to focus on a specific product: ActivID Appliance by HID. According to the vendor, this product is used worldwide to secure access to critical infrastructure and data. It supports a wide range of authentication methods including push authentication, OTP, PKI credentials, and static credentials. In this article we will walk you through the methodology we used to discover HID-PSA-2025-002, an authentication bypass in the SOAP API that can lead to administrative access on the application.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/activid-administrator-account-takeover-the-story-behind-hid-psa-2025-002.html</guid>
</item>
<item>
<title>2025 Winter Challenge: Quinindrome</title>
<link>https://www.synacktiv.com/en/publications/2025-winter-challenge-quinindrome.html</link>
<description>A few months have passed and the first snowflakes have fallen since the end of the Synacktiv Summer Challenge. This event was a success, with one of the participants even finding a zero-day vulnerability while working on his solution! Although it hasn't been made public yet, it will be covered in an upcoming article on the Synacktiv website. As winter is coming, it's now time to introduce the Synacktiv Winter Challenge! Join other participants in this code golf contest and send us your solution before January 1st 🏌️. 

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/2025-winter-challenge-quinindrome.html</guid>
</item>
<item>
<title>Breaking the BeeStation: Inside Our Pwn2Own 2025 Exploit Journey</title>
<link>https://www.synacktiv.com/en/publications/breaking-the-beestation-inside-our-pwn2own-2025-exploit-journey.html</link>
<description>This article documents our successful exploitation at Pwn2Own Ireland 2025 against the BeeStation Plus. We walk through the full vulnerability research process, including attack surface enumeration, code auditing, exploit development, and ultimately obtaining a root shell on the target.

</description>
<pubDate/>
<dc:creator>Webmaster</dc:creator>
<guid isPermaLink="true">https://www.synacktiv.com/en/publications/breaking-the-beestation-inside-our-pwn2own-2025-exploit-journey.html</guid>
</item>
</channel>
</rss>