CVE-2012-1469
Description
Multiple cross-site scripting (XSS) vulnerabilities in Open Journal Systems before 2.3.7 allow remote attackers and remote authenticated users to inject arbitrary web script or HTML via the (1) editor or (2) callback parameters to lib/pkp/lib/tinymce/jscripts/tiny_mce/plugins/ibrowser/ibrowser.php in the iBrowser plugin, (3) authors[][url] parameter to index.php, or (4) Bio Statement or (5) Abstract of Submission fields to the stripUnsafeHtml function in lib/pkp/classes/core/String.inc.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
Open Journal Systems (OJS) 2.3.6 - '/lib/pkp/classes/core/String.inc.php?String::stripUnsafeHtml()' Method Cross-Site Scripting
source: https://www.securityfocus.com/bid/52666/info
Open Journal Systems is prone to following multiple vulnerabilities because the software fails to sufficiently sanitize user-supplied input:
1. An arbitrary-file-deletion vulnerability
2. A security vulnerability
3. An arbitrary-file-upload vulnerability
4. Multiple cross-site scripting vulnerabilities
An attacker may leverage these issues to execute arbitrary script code, upload arbitrary files, and execute arbitrary code with administrative privileges. These issues may allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Open Journal Systems 2.3.6 is vulnerable; other versions may also be affected.
On the following URL:
http://www.example.com/index.php/[journal]/author/submit/3?articleId=[id]
the attacker should inject malicious scripting code to the "Bio Statement" or "Abstract of Submission" fields:
<img src="x"/onerror=alert(document.cookie)>
or (browser specific):
<img style="width:expression(alert(document.cookie));"></a>
The stored XSS will be displayed here:
http://www.example.com/index.php/[submission]/author/submission/[id]
Open Journal Systems (OJS) 2.3.6 - 'index.php?authors[][url]' Cross-Site Scripting
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| pkp | open_journal_systems | {"endIncluding":"2.3.6"} | |
References
- http://archives.neohapsis.com/archives/bugtraq/2012-03/0102.html
- http://pkp.sfu.ca/ojs/RELEASE-2.3.7
- http://pkp.sfu.ca/support/forum/viewtopic.php?f=2&t=8431
- http://secunia.com/advisories/48449
- http://secunia.com/advisories/48464
- http://www.osvdb.org/80255
- http://www.osvdb.org/80256
- http://www.osvdb.org/80257
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74225
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74226
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74227
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74228
- https://www.htbridge.com/advisory/HTB23079
- http://archives.neohapsis.com/archives/bugtraq/2012-03/0102.html
- http://pkp.sfu.ca/ojs/RELEASE-2.3.7
- http://pkp.sfu.ca/support/forum/viewtopic.php?f=2&t=8431
- http://secunia.com/advisories/48449
- http://secunia.com/advisories/48464
- http://www.osvdb.org/80255
- http://www.osvdb.org/80256
- http://www.osvdb.org/80257
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74225
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74226
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74227
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74228
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.