Bugzilla – Bug 1228097
VUL-0: CVE-2024-40725: apache2: source code disclosure of local content
Last modified: 2024-07-18 09:15:03 UTC
Date: Wed, 17 Jul 2024 18:23:15 +0000 From: Eric Covener <covener@...che.org> To: oss-security@...ts.openwall.com Subject: CVE-2024-40725: Apache HTTP Server: source code disclosure with handlers configured via AddType Severity: important Affected versions: - Apache HTTP Server 2.4.60 through 2.4.61 Description: A partial fix for CVE-2024-39884 in the core of Apache HTTP Server 2.4.61 ignores some use of the legacy content-type based configuration of handlers. "AddType" and similar configuration, under some circumstances where files are requested indirectly, result in source code disclosure of local content. For example, PHP scripts may be served instead of interpreted. Users are recommended to upgrade to version 2.4.62, which fixes this issue. References: https://httpd.apache.org/ https://www.cve.org/CVERecord?id=CVE-2024-40725 Timeline: 2024-07-09: reported References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-40725 https://seclists.org/oss-sec/2024/q3/87 https://www.cve.org/CVERecord?id=CVE-2024-40725 http://www.openwall.com/lists/oss-security/2024/07/17/6
It needs to be clarified if the fix for bsc#1227353 / CVE-2024-39884 introduced this issue here.