Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
3DescriptionGitHub Advisory
HAX CMS helps manage microsite universe with PHP or NodeJs backends. Versions prior to 26.0.1 use uniqid for generating salts, which is unsuitable. Version 26.0.1 fixes the issue.
AnalysisAI
Weak cryptographic salt generation in HAX CMS (haxcms-php) versions prior to 26.0.1 allows remote unauthenticated attackers to predict or recover salt values used during installation and authentication-related operations. The flaw stems from using PHP's uniqid() - a timestamp-based, non-cryptographic function - as a randomness source (CWE-338). No public exploit has been identified at time of analysis and the CVE is not on CISA KEV.
Technical ContextAI
HAX CMS is a PHP/Node.js content management system from HAXTheWeb (cpe:2.3:a:haxtheweb:haxcms-php) used to manage microsite ecosystems. The vulnerable code in install.php (lines 188-191 of the referenced commit) relies on PHP's uniqid() to generate salts. uniqid() returns a value derived from the current microsecond timestamp and is documented as not cryptographically secure - its output is largely predictable to an attacker who can estimate when the value was generated, dramatically reducing the entropy that a salt is supposed to provide. CWE-338 (Use of Cryptographically Weak Pseudo-Random Number Generator) captures this root cause: a security-sensitive value was produced by a PRNG unsuitable for cryptographic use, weakening any downstream password hashing, token, or signature operations that depend on the salt.
RemediationAI
Vendor-released patch: upgrade haxcms-php to version 26.0.1 or later, which replaces uniqid() with a cryptographically suitable random source (fix commit https://github.com/haxtheweb/haxcms-php/commit/4b83cbdf8782c75bdcdd4f57ba72fba1c6dac147; advisory https://github.com/haxtheweb/issues/security/advisories/GHSA-xg43-xm47-74cp). After upgrading, operators should regenerate any salts, password hashes, session tokens, or API keys that were derived from the weak uniqid() output on pre-26.0.1 installs, and force a password reset for administrative accounts whose hashes may have been protected by a predictable salt - note this will log out existing users and invalidate stored credentials. If immediate upgrade is not possible, restrict network exposure of the HAX CMS admin and install endpoints (for example via IP allow-listing or placing the site behind authenticated VPN/SSO), accepting that this reduces normal accessibility for legitimate administrators.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34896