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 |
2.6 |
|
AV:N/AC:H/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 : 32445
Publication date : 2008-09-29 22h00 +00:00
Author : Thomas Henlich
EDB Verified : Yes
source: https://www.securityfocus.com/bid/31486/info
MySQL is prone to an HTML-injection vulnerability because the application's command-line client 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.
$ mysql --html --execute "select '<a>'" ... <TABLE BORDER=1><TR><TH><a></TH></TR><TR><TD><a></TD></TR></TABLE>
Products Mentioned
Configuraton 0
Mysql>>Mysql >> Version 5.0.4
Mysql>>Mysql >> Version 5.0.30
Mysql>>Mysql >> Version 5.0.36
Mysql>>Mysql >> Version 5.0.44
Oracle>>Mysql >> Version 5.0.26
Oracle>>Mysql >> Version 5.0.27
Oracle>>Mysql >> Version 5.0.30
Oracle>>Mysql >> Version 5.0.32
Oracle>>Mysql >> Version 5.0.33
Oracle>>Mysql >> Version 5.0.37
Oracle>>Mysql >> Version 5.0.38
Oracle>>Mysql >> Version 5.0.41
Oracle>>Mysql >> Version 5.0.42
Oracle>>Mysql >> Version 5.0.45
Oracle>>Mysql >> Version 5.0.67
References