VYPR
Unrated severityNVD Advisory· Published Jul 31, 2024· Updated Jul 31, 2024

FOG Sensitive Information Disclosure

CVE-2024-41108

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

Patches

1
4479e2340760

Should allow snapinClient to use legacy method as thats the only way to download files at this point in time

https://github.com/fogproject/fogprojectTom ElliottJul 19, 2024via osv
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

News mentions

0

No linked articles in our index yet.