CVE Vulnerabilities

CVE-2011-1682

Cross-Site Request Forgery (CSRF)

Published: Apr 13, 2011 | Modified: Aug 17, 2017
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
4.3 MEDIUM
AV:N/AC:M/Au:N/C:N/I:P/A:N
RedHat/V2
RedHat/V3
Ubuntu

Multiple cross-site request forgery (CSRF) vulnerabilities in phpList 2.10.13 and earlier allow remote attackers to hijack the authentication of administrators for requests that (1) create a list or (2) insert cross-site scripting (XSS) sequences. NOTE: this issue exists because of an incomplete fix for CVE-2011-0748. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

Weakness

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.

Affected Software

Name Vendor Start Version End Version
Phplist Tincan 2.4.0 2.4.0
Phplist Tincan 2.5.6 2.5.6
Phplist Tincan 2.10.6 2.10.6
Phplist Tincan 2.10.3 2.10.3
Phplist Tincan 1.6.1 1.6.1
Phplist Tincan 2.8.2 2.8.2
Phplist Tincan 1.9.0 1.9.0
Phplist Tincan 2.5.5 2.5.5
Phplist Tincan 1.6.0 1.6.0
Phplist Tincan 2.10.10 2.10.10
Phplist Tincan 1.9.3 1.9.3
Phplist Tincan 1.6.3 1.6.3
Phplist Tincan 2.6.3 2.6.3
Phplist Tincan 2.1.0 2.1.0
Phplist Tincan 2.9.4 2.9.4
Phplist Tincan 2.3.1 2.3.1
Phplist Tincan 2.6.5 2.6.5
Phplist Tincan 2.9.3 2.9.3
Phplist Tincan 1.6.4 1.6.4
Phplist Tincan 2.10.9 2.10.9
Phplist Tincan 2.6 2.6
Phplist Tincan 2.1.4 2.1.4
Phplist Tincan 2.5.7 2.5.7
Phplist Tincan 2.6.0 2.6.0
Phplist Tincan 1.5.1 1.5.1
Phplist Tincan 1.9.2 1.9.2
Phplist Tincan 2.8.12 2.8.12
Phplist Tincan 2.6.2 2.6.2
Phplist Tincan 2.5.4 2.5.4
Phplist Tincan 1.1.5b 1.1.5b
Phplist Tincan 2.10.5 2.10.5
Phplist Tincan 1.4.1 1.4.1
Phplist Tincan 2.1.1 2.1.1
Phplist Tincan 2.4.7 2.4.7
Phplist Tincan 1.1.6 1.1.6
Phplist Tincan 1.8.0 1.8.0
Phplist Tincan 1.7.0 1.7.0
Phplist Tincan 1.7.1 1.7.1
Phplist Tincan 2.1.3 2.1.3
Phplist Tincan 1.1.4b 1.1.4b
Phplist Tincan 1.1.5 1.1.5
Phplist Tincan 2.10.2 2.10.2
Phplist Tincan 2.5.2 2.5.2
Phplist Tincan 2.9.5 2.9.5
Phplist Tincan 2.5.0 2.5.0
Phplist Tincan 1.3.5 1.3.5
Phplist Tincan * 2.10.13
Phplist Tincan 2.3.2 2.3.2
Phplist Tincan 2.5.8 2.5.8
Phplist Tincan 2.10.11 2.10.11
Phplist Tincan 2.2.0 2.2.0
Phplist Tincan 2.10.8 2.10.8
Phplist Tincan 2.3.0 2.3.0
Phplist Tincan 1.0 1.0
Phplist Tincan 1.5.0 1.5.0
Phplist Tincan 1.1.2b 1.1.2b
Phplist Tincan 1.9.1 1.9.1
Phplist Tincan 2.5.1 2.5.1
Phplist Tincan 2.6.4 2.6.4
Phplist Tincan 2.3.4 2.3.4
Phplist Tincan 2.10.12 2.10.12
Phplist Tincan 1.0.1 1.0.1
Phplist Tincan 1.1.7 1.1.7
Phplist Tincan 2.10.4 2.10.4
Phplist Tincan 2.8.7 2.8.7
Phplist Tincan 2.10.1 2.10.1
Phplist Tincan 1.1.3b 1.1.3b
Phplist Tincan 2.3.3 2.3.3
Phplist Tincan 2.6.1 2.6.1
Phplist Tincan 1.3.7 1.3.7
Phplist Tincan 2.2.1 2.2.1
Phplist Tincan 2.5.3 2.5.3
Phplist Tincan 2.7.1 2.7.1
Phplist Tincan 2.10.7 2.10.7
Phplist Tincan 2.7.2 2.7.2

Potential Mitigations

  • Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
  • For example, use anti-CSRF packages such as the OWASP CSRFGuard. [REF-330]
  • Another example is the ESAPI Session Management control, which includes a component for CSRF. [REF-45]
  • Use the “double-submitted cookie” method as described by Felten and Zeller:
  • When a user visits a site, the site should generate a pseudorandom value and set it as a cookie on the user’s machine. The site should require every form submission to include this value as a form value and also as a cookie value. When a POST request is sent to the site, the request should only be considered valid if the form value and the cookie value are the same.
  • Because of the same-origin policy, an attacker cannot read or modify the value stored in the cookie. To successfully submit a form on behalf of the user, the attacker would have to correctly guess the pseudorandom value. If the pseudorandom value is cryptographically strong, this will be prohibitively difficult.
  • This technique requires Javascript, so it may not work for browsers that have Javascript disabled. [REF-331]

References