FOG Sensitive Information Disclosure
Description
FOG is a free open-source cloning/imaging/rescue suite/inventory management system. The hostinfo page has missing/improper access control since only the host's mac address is required to obtain the configuration information. This data can only be retrieved if a task is pending on that host. Otherwise, an error message containing "Invalid tasking!" will be returned. The domainpassword in the hostinfo dump is hidden even to authenticated users, as it is displayed as a row of asterisks when navigating to the host's Active Directory settings. This vulnerability is fixed in 1.5.10.41.
Affected products
1- Range: < 1.5.10.41
Patches
14479e2340760Should allow snapinClient to use legacy method as thats the only way to download files at this point in time
2 files changed · +2 −2
packages/web/lib/client/fogclient.class.php+1 −1 modified@@ -108,7 +108,7 @@ public function __construct( $method = 'json'; } } - if ($method != 'json') { + if (!in_array($this->shortName,['snapin','snapinclient']) && $method != 'json') { throw new Exception( _('Please update your FOG Client, this is old and insecure') );
packages/web/lib/fog/system.class.php+1 −1 modified@@ -53,7 +53,7 @@ private static function _versionCompare() public function __construct() { self::_versionCompare(); - define('FOG_VERSION', '1.5.10.37'); + define('FOG_VERSION', '1.5.10.41'); define('FOG_SCHEMA', 270); define('FOG_BCACHE_VER', 140); define('FOG_CLIENT_VERSION', '0.13.0');
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
3- github.com/FOGProject/fogproject/blob/a4bb1bf39ac53c3cbe623576915fbc3b5c80a00f/packages/web/service/hostinfo.phpmitrex_refsource_MISC
- github.com/FOGProject/fogproject/blob/a4bb1bf39ac53c3cbe623576915fbc3b5c80a00f/packages/web/service/hostname.phpmitrex_refsource_MISC
- github.com/FOGProject/fogproject/security/advisories/GHSA-p3f9-4jj4-fm2gmitrex_refsource_CONFIRM
News mentions
0No linked articles in our index yet.