TL;DR: The final week of 2025 brought multiple critical CVEs, active exploitation of legacy vulnerabilities, MongoDB memory disclosure, and the emergence of DIG AI, an unrestricted LLM that can generate malware and evasion code on demand, according to FireCompass. The pattern is clear: defenders now face faster exploit chaining, lower attacker skill barriers, and more pressure on exposed credentials and systems.
NHIMG editorial — based on content published by FireCompass: Weekly Report on new hacking techniques and critical CVEs from 26 Dec to 31 Dec 2025
By the numbers:
- Subscription tiers for the model ranged from $50-$500 per month, lowering access to weaponized assistance.
- The report tracked 29 ransomware claims during the holiday week, illustrating that attacker activity continued despite reduced staffing.
Questions worth separating out
Q: How should security teams handle leaked secrets once they are found?
A: They should treat detection as the start of response, not the end.
Q: Why do exposed credentials make exploitability a broader governance problem?
A: Because exposed credentials can turn a theoretical software flaw into a live access path.
Q: What are the signs that a vulnerable system has turned into an access bridge?
A: Watch for unexpected reauthentication, unusual API usage from known services, unexplained privilege changes, and outbound traffic after a leak or exploit.
Practitioner guidance
- Inventory exposed services that can leak identity material Prioritise database servers, appliance endpoints, and application frameworks where memory disclosure or unsafe parsing could reveal tokens, keys, or session data.
- Rotate credentials after any plausible secret exposure event Assume that memory leaks, debug dumps, and unauthenticated query paths may have exposed NHI material.
- Harden privilege on database and management surfaces Reduce the blast radius of exploited systems by removing standing administrative access, segmenting management planes, and tightening authentication on data stores.
What's in the full article
FireCompass's full blog covers the operational detail this post intentionally leaves for the source:
- The specific exploit descriptions for Xspeeder SXZOS, Sa-Token, and MongoDB memory disclosure, including payload handling details.
- The dark web intelligence section on DIG AI prompts, subscription tiers, and insider recruitment themes.
- The per-threat CISO takeaways with concrete hardening actions for appliances, databases, and holiday-period monitoring.
- The broader weekly tracking context across ransomware claims and malware market activity.
👉 Read FireCompass's weekly report on new hacking techniques and critical CVEs →
Dark web AI malware tools and CVEs: what security teams should watch?
Explore further
Attackers are increasingly targeting identity material, not just software defects. The report’s most important pattern is that vulnerabilities are being used to uncover tokens, keys, and privileged access, then reused across systems. That shifts the defensive problem from patching alone to secret governance, privilege scoping, and fast revocation. For practitioners, the lesson is that every exposed credential is a potential cross-system access bridge.
A few things that frame the scale:
- 1 in 4 organisations are already investing in dedicated NHI security capabilities, with an additional 60% planning to do so within the next twelve months, according to The State of Non-Human Identity Security.
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
A question worth separating out:
Q: When should organisations prioritise entitlement reduction over secret rotation?
A: Organisations should prioritise entitlement reduction whenever a workload has broad, inherited, or rarely used permissions. Rotating a secret does not reduce the damage an attacker can do if the identity still has excessive access. Removing unused rights first usually delivers faster risk reduction than changing credentials alone.
👉 Read our full editorial: Dark web AI malware tools and critical CVEs widen attack paths