CVE-2012-0873
Description
Multiple cross-site scripting (XSS) vulnerabilities in Boonex Dolphin before 7.0.8 allow remote attackers to inject arbitrary web script or HTML via the (1) explain parameter to explanation.php or the (2) photos_only, (3) online_only, or (4) mode parameters to viewFriends.php.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Dolphin 7.0.x - 'explanation.php?explain' Cross-Site Scripting
source: https://www.securityfocus.com/bid/52088/info
Dolphin is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
Dolphin 7.0.7 and prior versions are vulnerable.
http://www.example.com/dolph/explanation.php?explain=%27%22%3E%3Cscript%3Ealert%28/xss/%29%3C/script%3E
Dolphin 7.0.x - 'viewFriends.php' Multiple Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/52088/info
Dolphin is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
Dolphin 7.0.7 and prior versions are vulnerable.
http://www.example.com/dolph/viewFriends.php?iUser=1&page=1&per_page=32&sort=activity&photos_only='"><script>alert(/xss/)</script>
http://www.example.com/dolph/viewFriends.php?iUser=1&page=1&per_page=32&sort=activity&online_only='"><script>alert(/xss/)</script>
http://www.example.com/dolph/viewFriends.php?iUser=1&page=1&sort=activity&mode='"><script>alert(/xss/)</script>
References
- http://archives.neohapsis.com/archives/bugtraq/2012-02/0107.html
- http://www.boonex.com/n/dolphin-7-0-8-released
- http://www.boonex.com/trac/dolphin/changeset/15282
- http://www.boonex.com/trac/dolphin/changeset/15283
- http://www.boonex.com/trac/dolphin/ticket/2530
- http://www.openwall.com/lists/oss-security/2012/02/20/11
- http://www.openwall.com/lists/oss-security/2012/02/20/6
- http://www.securityfocus.com/bid/52088
- http://yehg.net/lab/pr0js/advisories/%5BDolphin_7.0.7%5D_xss
- http://archives.neohapsis.com/archives/bugtraq/2012-02/0107.html
- http://www.boonex.com/n/dolphin-7-0-8-released
- http://www.boonex.com/trac/dolphin/changeset/15282
- http://www.boonex.com/trac/dolphin/changeset/15283
- http://www.boonex.com/trac/dolphin/ticket/2530
- http://www.openwall.com/lists/oss-security/2012/02/20/11
- http://www.openwall.com/lists/oss-security/2012/02/20/6
- http://www.securityfocus.com/bid/52088
- http://yehg.net/lab/pr0js/advisories/%5BDolphin_7.0.7%5D_xss
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.