Outlook Web Access (OWA) suffers from a vulnerability that allows direct access to files blocked by policy

简介: This trick is mostly useful but can also be used for wrong purposes.
This trick is mostly useful but can also be used for wrong purposes. Since it is so simple, it’s probably already known for some people.

If someone sends you a file through OWA but the file is blocked by a policy, this is what you can do:

1-Install firefox
2-Access your email and attachment with the following rule:

http://<hostname>/<OWA directory>/<mail box username>/Inbox/<email subject>.EML/<attachment filename>

E.g.:
http://webmail.example.com/Exchange/myusername/Inbox/virus.EML/virus.zip

The best way is to try in following order:

1- http://<hostname>/<OWA directory>/<mail box username>/Inbox – you see all your emails
2- http://<hostname>/<OWA directory>/<mail box username>/Inbox/<email subject>.EML – you see only your email with the blocked files
3- http://<hostname>/<OWA directory>/<mail box username>/Inbox/<email subject>.EML/<attachment filename> – you download the file

The actual address could be different for a couple of reasons. Try to check the attachment URL and use it like shown above.

This can also be exploited through a malicious email with a link inside pointing to the malware directly.

Server environment: Exchange/ OWA 2003 6.5.76*
Client environment: firefox 3.0.15

Ricardo Martins
CISA, ISO 27001/20000 LA
Compliance & Consulting Manager
 
Tel: +351 210 111 616     Fax: +351 210 111 618     www.cso.pt     info@cso.pt 
 
______________________________
 
Chief Security Officers, SA.
Edificio Infante D. Henrique
Rua João Chagas, 53 - 1º Esq.
1495-764 Dafundo
Portugal
 
empresa do grupo
Art of Knowledge
 
  Pense no Ambiente antes de imprimir / Consider the Environment before printing
 

目录
相关文章
|
6月前
|
应用服务中间件
idea 调试报错 Illegal access: this web application instance has been stopped already.
idea 调试报错 Illegal access: this web application instance has been stopped already.
87 0
|
5月前
|
应用服务中间件 数据安全/隐私保护
Tomcat【部署 02】Web端403 Access Denied You are not authorized to view this page解决方法(Tomcat 10.2.12 版本)
Tomcat【部署 02】Web端403 Access Denied You are not authorized to view this page解决方法(Tomcat 10.2.12 版本)
149 0
|
应用服务中间件 数据格式 XML
解决tomcat stop报Illegal access: this web application instance has been stopped异常方法
解决tomcat stop报Illegal access: this web application instance has been stopped异常方法 运行shutdown.bat/shutdown.
5296 0
|
Web App开发 安全 测试技术
Acunetix Web Vulnerability Scanner手册
目录: 0×00、什么是Acunetix Web Vulnarability Scanner ( What is AWVS?) 0×01、AWVS安装过程、主要文件介绍、界面简介、主要操作区域简介(Install AWVS and GUI Descri...
3018 0
|
Web App开发 Python
Python crawler access to web pages the get requests a cookie
Python in the process of accessing the web page,encounter with cookie,so we need to get it. cookie in Python is form of a dictionary exists ,so coo...
1419 0