You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
hash vulnerability
About this tag
The hash vulnerability tag on WindowsForum.com covers security flaws in hash implementations, such as CVE-2025-9288 in the sha.js npm package. This critical bug involves missing input-type validation, allowing attackers to supply unexpected types that rewind or corrupt the internal hash state, produce identical digests for distinct inputs, and trigger denial-of-service conditions. The vulnerability affects integrity-critical code and was patched in sha.js 2.4.12. Discussions focus on the technical details of the flaw, its impact on software security, and mitigation strategies for developers and system administrators.
A critical vulnerability in the widely used npm package sha.js lets attackers supply unexpected input types that rewind or corrupt the internal hash state, produce identical digests for distinct inputs, and trigger denial-of-service conditions — a flaw tracked as CVE‑2025‑9288 and patched in...