First published: Wed Mar 26 2025(Updated: )
httpd.c in atophttpd 2.8.0 has an off-by-one error and resultant out-of-bounds read because a certain 1024-character req string would not have a final '\0' character.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Atop atophttpd |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-30742 has been assigned a moderate severity rating due to the potential for an out-of-bounds read.
To fix CVE-2025-30742, update atophttpd to the latest version that addresses this vulnerability.
CVE-2025-30742 can potentially be exploited for information disclosure attacks due to the out-of-bounds read.
CVE-2025-30742 affects atophttpd version 2.8.0 and possibly earlier versions.
CVE-2025-30742 is caused by an off-by-one error in httpd.c that leads to a failure in properly null-terminating a string.