CVE-2025-58098·Apache vulnerability
Apache HTTP Server 2.4.65 and earlier with Server Side Includes (SSI) enabled and mod_cgid (but not mod_cgi) passes the shell-escaped query string to #exec cmd="..." directives. This issue affects Apache HTTP Server before 2.4.66. Users are recommended to upgrade to version 2.4.66, which fixes the issue.
- Severity
- high
- Software
- Apache
- Fixed in
- 2.4.66
- Published
- 2025-12-05
Affected versions
Until: 2.4.66
Fixed in: 2.4.66
How to fix this CVE
Upgrade Apache HTTP Server to version 2.4.66 or later to patch the Server Side Includes (SSI) command injection vulnerability. This fix prevents improper shell escaping of query strings when using mod_cgid with #exec directives, which could allow authenticated users to execute arbitrary shell commands on the server. If you cannot upgrade immediately, disable Server Side Includes or switch from mod_cgid to mod_cgi as a temporary mitigation.
sudo dnf update -y httpd httpd-core httpd-develDefensia detects this vulnerability
What an exploitation attempt looks like
Sample log line indicative of exploitation attempts:
POST|GET.*\?.*exec\s+cmd=|SSI.*#exec.*cmd=.*\$\(.*\)|query string containing shell metacharacters passed to #exec directive in .shtml file processingWAF mitigation (if patching is not yet possible)
Add this rule to your WAF to block exploitation attempts while you schedule the patch.
Block HTTP requests to .shtml files containing query strings with shell metacharacters (;, |, &, $, `, \n, \r) or the pattern 'exec cmd=' in the query string. Implement strict input validation on CGI parameters and restrict execution of SSI directives with external command invocation.How to check if you are affected
- Check your Apache version with: apache2ctl -v (or httpd -v on RHEL/CentOS) and confirm if it is 2.4.66 or later
- Verify if Server Side Includes are enabled by checking httpd.conf for 'AddType text/html .shtml' and 'AddOutputFilter INCLUDES .shtml' directives
- Confirm mod_cgid is loaded instead of mod_cgi by running: apache2ctl -M | grep cgid (should show cgid_module if vulnerable configuration is present)
- Review Apache error and access logs for patterns like '?exec cmd=' in query strings combined with .shtml requests, indicating potential exploitation attempts
FAQ
What is CVE-2025-58098?
This vulnerability allows authenticated users to execute arbitrary shell commands on Apache servers running version 2.4.65 or earlier with Server Side Includes enabled and mod_cgid loaded, due to improper shell escaping of query string parameters in #exec directives.
Is CVE-2025-58098 being actively exploited?
No, there are currently no reports of active exploitation or public exploits available for this vulnerability.
What versions of Apache are affected by CVE-2025-58098?
All versions up to and including Apache 2.4.65 are affected; version 2.4.66 and later contain the patch.
How do I check if my server is vulnerable to CVE-2025-58098?
Run 'apache2ctl -v' to check the version, then verify SSI is enabled with 'grep -E "AddOutputFilter INCLUDES" /etc/apache2/httpd.conf' and confirm mod_cgid is loaded with 'apache2ctl -M | grep cgid_module' — if all three conditions are true, your server is vulnerable.
Does Defensia detect CVE-2025-58098?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Apache is installed on a monitored server, CVE-2025-58098 will appear in your dashboard with remediation steps.
Related Apache CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-58098. Free for 1 server.
Get started free