Public Disclosure – GoSecure! https://www.gosecure.it/blog MyDear(root)Shell Mon, 09 Jul 2018 13:47:34 +0000 en-US hourly 1 https://wordpress.org/?v=5.6 Public Disclosure – Palo Alto Networks https://www.gosecure.it/blog/art/620/public-disclosure/public-disclosure-palo-alto-networks/ Sun, 08 Jul 2018 19:39:13 +0000 https://www.gosecure.it/blog/?p=620 Thank you Palo Alto Networks!

https://securityadvisories.paloaltonetworks.com/

]]>
Full Disclosure – Veeam Backup Enterprise Manager Service v9 https://www.gosecure.it/blog/art/572/public-disclosure/full-disclosure-veeam-backup-enterprise-manager-service-v9/ https://www.gosecure.it/blog/art/572/public-disclosure/full-disclosure-veeam-backup-enterprise-manager-service-v9/#respond Fri, 25 Mar 2016 17:56:09 +0000 https://www.gosecure.it/blog/?p=572 read more)]]> Vendor: Veeam
Product: Veeam Backup Enterprise Manager Service v9.0.0.902
Type of vulnerability: Multiple, persistent Cross Site Scripting
CVSS: 4.1 (AV:A/AC:L/Au:S/C:P/I:P/A:N)
CVE: requested
Exploit-DB
OSVDB:

Discovered by: GoSecure!
Date of discovery: 16 september 2016
First contact with vendor: 18  september 2016 – Case Id: 01702458
Patching date: 24 march 2016
Full Disclosure: 25 march 2016

Details:
A cross site scripting web vulnerability has been discovered in Veeam Backup Enterprise Manager Service v9.0.0.902.
Authenticated users are able to inject own malicious Java Script codes in order to spoof session of other users of the affected web-application.

The issues are located in:
1 – Configuration > Search Server > Add > “DNS name” field – reflected XSS
2 – Configuration > Backup Server > Add > “Server description” field – stored XSS
3 – Jobs > “Description” field – stored XSS injected via remote backup server

The security risk of the client-side web vulnerability is estimated as medium with a Overall CVSS (common vulnerability scoring system) Score 4.1 .The attackers can spoof session or emulate every action that the victim can do in the web application.

Proof of Concept (PoC):
The cross site scripting web vulnerability can be exploited by authenticated user that may want to make a privilege escalation or impersonate another user of the web-application. For security demonstration or to reproduce the vulnerability follow the provided information and steps below.

1 – Configuration > Search Server > Add > “DNS name” field – reflected XSS
Attacker injection and activation:
– Go to Configuration > Search Server
– click on Add button
– insert the following string in the “DNS name or IP …” field and click ok
<iframe width="300" height="150">
– the script is activated

2 – Configuration > Backup Server > Add > “Server description” field – stored XSS
Attacker injection and activation:
– Go to Configuration > Backup Server
– click on Add button
– add a server and insert the follow string in the “Server description” field
<iframe onload=alert('GoSecure!')>
– point the mouse over the description of the new server: the script is activated

Otherwise edit the description of an existing server

3 – Jobs > “Description” field – stored XSS injected via remote backup server
Attacker injection:
– Go in a “Veeam Backup an Replication Server” that is managed by the “Veeam Backup Enterprise Manager Server”
– In “Home” > “Managed server” click on a job (eg. File Copy)
– Create e new job and insert the following description:§
<iframe onload=alert('Peru GoSecure!')></iframe>
– Complete the creation of the job and click finish.

Victim activation:
– Go in the Enterprise Manager web interface
– In Jobs, point the mouse over the description of the new job: the script is activated.

Note that, although this third issue is not unauthenticated, the problem can be that an evil user can create Job in a remote Backup server and inject code in another server/app in order to get e session in the Enterprise Manager Server
The JS injected, using POSTDATA as payload, can do every thing the victim can do in the web interface of the Enterprise Manager Server

Remediation:
https://www.veeam.com/kb2114

]]>
https://www.gosecure.it/blog/art/572/public-disclosure/full-disclosure-veeam-backup-enterprise-manager-service-v9/feed/ 0
Barracuda Hall of Fame https://www.gosecure.it/blog/art/551/public-disclosure/barracuda-hall-of-fame/ https://www.gosecure.it/blog/art/551/public-disclosure/barracuda-hall-of-fame/#respond Fri, 05 Dec 2014 10:23:45 +0000 https://www.gosecure.it/blog/?p=551 Thank you Barracuda 😀

Barracuda
https://barracudalabs.com/research-resources/bug-bounty-program/bug-bounty-hall-of-fame-2/

 

]]>
https://www.gosecure.it/blog/art/551/public-disclosure/barracuda-hall-of-fame/feed/ 0
Full Disclosure – IPSwitch IMail Server WEB client vulnerability https://www.gosecure.it/blog/art/510/public-disclosure/full-disclosure-ipswitch-imail-server-web-client-vulnerability/ https://www.gosecure.it/blog/art/510/public-disclosure/full-disclosure-ipswitch-imail-server-web-client-vulnerability/#respond Tue, 03 Jun 2014 13:22:07 +0000 https://www.gosecure.it/blog/?p=510 read more)]]> Vendor: IPSwitch
Product: IMail Server WEB client. Tested on 12.3 and 12.4 before 12.4.1.15
Type of vulnerability: Persistent Cross Site Scripting
CVSS: 3.4 – Vector
CVE: 2014-3878
Exploit-DB 33633
OSVDB: 107700 107701 107702

Discovered by: GoSecure!
Date of discovery: 30 march 2014
First contact with vendor: 31 march 2014 – Case Id: 2-199617
Patching date: 19 may 2014
Full Disclosure: 3 june 2014

Four injection points were useful to create a persistent Cross Site Scripting. All the injections are reached using default Web Client interface, but the Web Client Lite seems to be not vulnerable to these tests.

1. Contacts section:
A persistent XSS can be reached adding a new contact with a specific string in the Name field and whatever image:

PoC string:
Go<iframe width="300" height="150"></iframe>Secure!

IPSwitch1

When the contact is saved and on mouse over the picture the Name is been displayed in a bubble activating the JS:

IPSwitch2

2. Contacts section:
A vulnerability can also be reached in the Adding Group task.

PoC string:
<iframe src="https://www.gosecure.it" width="500" height="500" frameborder="1" align="center"></iframe>

IPSwitch3

3. Calendar section:
A persistent XSS can be reached adding a new event in the Calendar; this event can be spread adding the Meeting Request option.
Since, using this injection point, the XSS can be spread to other users, this is the most dangerous of the four and can be used to spoofing sessions and therefore compromising the attacked users account

The JavaScript is executed simply viewing the calendar or when the Reminder pops up.

PoC string:
GS!<iframe width="300" height="150"></iframe>

IPSwitch4
IPSwitch5

4.Task section:
In a similar way also the tasks are vulnerable to persistent XXS.

PoC string:
<iframe src="https://www.gosecure.it/blog/remote/xss_h.html" width="300" height="150">IPSwitch6

]]>
https://www.gosecure.it/blog/art/510/public-disclosure/full-disclosure-ipswitch-imail-server-web-client-vulnerability/feed/ 0