CVE-2025-55753·Apache vulnerability
An integer overflow in the case of failed ACME certificate renewal leads, after a number of failures (~30 days in default configurations), to the backoff timer becoming 0. Attempts to renew the certificate then are repeated without delays until it succeeds. This issue affects Apache HTTP Server: from 2.4.30 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
From: 2.4.30
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 remediate CVE-2025-55753, which addresses an integer overflow flaw in the ACME certificate renewal backoff mechanism. This vulnerability can cause the renewal retry timer to reset to zero after approximately 30 days of failed attempts, resulting in rapid renewal loops that consume resources. Delaying this patch leaves your server vulnerable to potential denial-of-service conditions through certificate renewal exhaustion.
sudo dnf check-update httpd && sudo dnf update httpdDefensia detects this vulnerability
How to check if you are affected
- Run 'apache2ctl -v' (Ubuntu/Debian) or 'httpd -v' (RHEL/CentOS) to check your installed Apache version; versions 2.4.30 through 2.4.65 are vulnerable
- Check if ACME certificate management is enabled by inspecting your Apache configuration: 'grep -r "mod_md" /etc/apache2/' or 'grep -r "mod_md" /etc/httpd/' to confirm the ACME module is loaded
- Review Apache error logs for repeated certificate renewal failures: 'grep -i "acme.*renewal.*fail" /var/log/apache2/error.log' or equivalent httpd log path, looking for patterns spanning 20+ days
- After applying the patch, verify the new version with 'apache2ctl -v' or 'httpd -v' and confirm it reports version 2.4.66 or later
FAQ
What is CVE-2025-55753?
CVE-2025-55753 is an integer overflow bug in Apache's ACME certificate renewal logic that causes the backoff timer to underflow to zero after sustained renewal failures, triggering unthrottled retry attempts that can degrade server performance and consume resources.
Is CVE-2025-55753 being actively exploited?
No, CVE-2025-55753 is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog and no public exploits are currently available. However, the vulnerability still poses a risk to unpatched servers using ACME-based certificate management.
What versions of Apache are affected by CVE-2025-55753?
Apache HTTP Server versions 2.4.30 through 2.4.65 are vulnerable; version 2.4.66 and later contain the fix.
How do I check if my server is vulnerable to CVE-2025-55753?
Execute 'apache2ctl -v' (Debian/Ubuntu) or 'httpd -v' (RHEL/CentOS) and check if the version falls within the 2.4.30–2.4.65 range. Additionally, verify that mod_md (ACME module) is enabled with 'apache2ctl -M | grep md' or 'httpd -M | grep md'.
Does Defensia detect CVE-2025-55753?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Apache is installed on a monitored server, CVE-2025-55753 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-55753. Free for 1 server.
Get started free