PatchSiren cyber security CVE debrief
CVE-2026-47689 FOGProject CVE debrief
The FOG Project is vulnerable to a stored cross-site scripting (XSS) attack. The `buildRow()` method in `fogpage.class.php` substitutes data values into HTML table cell templates using `str_replace()` without any HTML escaping. This allows an unauthenticated attacker who knows any registered host's MAC address to POST malicious inventory values to `/service/inventory.php`, which stores them in the database. When an administrator opens the Group Inventory tab, the payload renders as executable HTML/JavaScript in the admin's browser. The issue is addressed in versions 1.5.10.1832 and 1.6.0-beta.2313 or later.
- Vendor
- FOGProject
- Product
- Unknown
- CVSS
- MEDIUM 4.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-21
- Original CVE updated
- 2026-08-07
- Advisory published
- 2026-07-21
- Advisory updated
- 2026-08-07
Who should care
Administrators and users of the FOG Project, especially those who manage inventory and use the Group Inventory tab, should be aware of this vulnerability and take immediate action to update to a patched version. This includes reviewing and sanitizing user-input data in inventory values and monitoring for suspicious activity on the Group Inventory tab. Security teams and vulnerability management teams should prioritize this issue due to its potential impact on system security and data integrity.
Technical summary
The vulnerability exists in the `buildRow()` method of `fogpage.class.php`, where user-input data is not properly sanitized before being used to generate HTML table cells. This allows for the injection of malicious JavaScript code, which can be executed when an administrator views the Group Inventory tab. The issue arises from the use of `str_replace()` without HTML escaping, enabling an unauthenticated attacker with knowledge of a registered host's MAC address to inject malicious inventory values. These values are stored in the database and executed as HTML/JavaScript when an administrator accesses the Group Inventory tab.
Defensive priority
High
Recommended defensive actions
- Update to version 1.5.10.1832 or 1.6.0-beta.2313 or later
- Review and sanitize user-input data in inventory values
- Monitor for suspicious activity on the Group Inventory tab
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-21T21:16:50.937Z and last modified on 2026-07-22T19:17:05.743Z. The NVD entry is currently available. Evidence is limited to public sources and may not reflect the full scope of affected systems or potential impacts. Defenders should verify the official CVE record and NVD entry for the latest information. The CVE-2026-47689 record indicates that FOG is vulnerable to a stored cross-site scripting (XSS) attack. The `buildRow()` method in `fogpage.class.php` substitutes data values into HTML table cell templates using `str_replace()` without any HTML escaping. This allows an unauthenticated attacker who knows any registered host's MAC address to POST malicious inventory values to `/service/inventory.php`, which stores them in the database.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47689 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47689
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47689 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47689
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/FOGProject/fogproject/security/advisories/GHSA-fqgf-j2gh-92cm
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.