Lucene search
K

Apache Httpd mod_proxy - Error Page Cross-Site Scripting Vulnerability

🗓️ 19 Nov 2019 00:00:00Reported by Sebastian NeefType 
zdt
 zdt
🔗 0day.today👁 3211 Views

Apache Httpd mod_proxy Vulnerability - Error Page Cross-Site Scriptin

Related
Code
ReporterTitlePublishedViews
Family
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities affect IBM Tivoli Monitoring embedded WebSphere Application and IHS server
20 Dec 201908:47
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in WebSphere Application Server bundled with Cloud Pak System and supporting products
6 May 202011:57
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in IBM HTTP Server used by WebSphere Application Server
18 Sep 201918:52
ibm
IBM Security Bulletins
Security Bulletin: IBM Cloud Orchestrator and IBM Cloud Orchestrator Enterprise Edition is affected by HTTP Server vulnerability (CVE-2018-20843)
24 Oct 201912:14
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in IBM HTTP Server affect IBM Netezza Performance Portal
21 Jul 202005:24
ibm
IBM Security Bulletins
Security Bulletin: Multiple Security Vulnerabilities Affect IBM WebSphere Application Server in IBM Cloud
20 Dec 201908:47
ibm
IBM Security Bulletins
WebSphere Application Server and IBM HTTP Server Security Bulletin List
13 Jul 202218:04
ibm
IBM Security Bulletins
Security Bulletin: Multiple security vulnerabilities have been identified in IBM HTTP Server shipped with IBM Rational ClearCase (CVE-2019-10092, CVE-2019-10098)
8 Oct 201919:24
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in the IBM i HTTP Server affect IBM i.
18 Dec 201914:26
ibm
IBM Security Bulletins
Security Bulletin: IBM Security SiteProtector System is affected by Apache HTTP Server vulnerabilities
27 Feb 202010:36
ibm
Rows per page
The trick is to use a vertical tab (`%09`) and then place another URL in the tag. So once a victim clicks the link on the error page, she will go somewhere else.

As you can see, the browser changes the destination from relative / to an absolute url https://enoflag.de. The exploit is `http://domain.tld/%09//otherdomain.tld`

Here's the httpd configuration to reproduce the behavior:

```
    <Location />
        ProxyPass http://127.0.0.1:9000/ connectiontimeout=1 timeout=2
        ProxyPassReverse http://127.0.0.1:9000/ 
        Order allow,deny
        Allow from all
    </Location>
```

#  0day.today [2019-12-03]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation