Parsing ASP.NET Core Identity password hashes for Hashcat cracking on embedded Linux systems
By
Yannic Hemmer, Pentagrid AG
A five-star bake. Worth schmearing, sharing, saving.
Summary
This article discusses the discovery of ASP.NET Core Identity password hashes on an embedded Linux system, which is an unusual environment for such hashes. The author explains how to parse and crack these hashes using Hashcat, covering different versions of ASP.NET Core Identity (v2, v3, and .NET 7.0+) that use PBKDF2 with HMAC-SHA1, HMAC-SHA256, and HMAC-SHA512. The vulnerability exposed password hashes without authentication, leading to an investigation to demonstrate password cracking and identify weak passwords.
Key quotes
· 3 pulledWhile this would not be anything out of the ordinary, the environment certainly was.
exposing password hashes without any authentication is not exactly considered best practice
it was decided to investigate the password hashes further in an attempt to showcase password cracking and detect weak passwords.
You might also wanna read
Linux Kernel Self-Protection Project: Addressing Security Challenges with Flexible Array Members and struct sockaddr
The article discusses the Linux Kernel Self-Protection Project (KSPP) and its work on improving kernel security, particularly focusing on bo

ASP.NET Core HTTP Request/Response Smuggling Vulnerability (CVE-2025-55315)
This article describes a security vulnerability (CVE-2025-55315) in ASP.NET Core that involves HTTP request/response smuggling, allowing aut
Technical Analysis of Robin Hood Hash Table Implementation with Linear Probing
The article presents a technical discussion of a specific hash table implementation called "Robin Hood open-addressing with linear probing a
Critical LangChain Core Vulnerability (CVE-2025-68664) Allows Serialization Injection Attacks
Cyata Research discloses LangGrinch (CVE-2025-68664), a critical vulnerability in LangChain Core that allows serialization injection attacks
Exploiting CVE-2024-50264: Using Kernel-Hack-Drill to Overcome Linux Kernel Vulnerability Challenges
This technical article details the exploitation of CVE-2024-50264, a challenging Linux kernel vulnerability that won the Pwnie Award 2025 fo
Critical Flaws Found in HashiCorp Vault and CyberArk Conjur Enable Remote Code Execution
Researchers discovered 14 logic flaws in HashiCorp Vault and CyberArk Conjur, two widely used open-source credential management systems. The
