cvelist/2013/6xxx/CVE-2013-6430.json

72 lines
2.5 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
2019-03-17 21:44:18 +00:00
"CVE_data_meta": {
2020-01-10 14:01:04 +00:00
"ASSIGNER": "secalert@redhat.com",
2019-03-17 21:44:18 +00:00
"ID": "CVE-2013-6430",
2020-01-10 14:01:04 +00:00
"STATE": "PUBLIC"
2019-03-17 21:44:18 +00:00
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2020-01-10 14:01:04 +00:00
"value": "The JavaScriptUtils.javaScriptEscape method in web/util/JavaScriptUtils.java in Spring MVC in Spring Framework before 3.2.2 does not properly escape certain characters, which allows remote attackers to conduct cross-site scripting (XSS) attacks via a (1) line separator or (2) paragraph separator Unicode character or (3) left or (4) right angle bracket."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Scripting"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Pivotal",
"product": {
"product_data": [
{
"product_name": "Spring MVC",
"version": {
"version_data": [
{
"version_value": "before 3.2.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "http://www.gopivotal.com/security/cve-2013-6430",
"url": "http://www.gopivotal.com/security/cve-2013-6430"
},
{
"refsource": "MISC",
"name": "https://github.com/spring-projects/spring-framework/commit/7a7df6637478607bef0277bf52a4e0a03e20a248",
"url": "https://github.com/spring-projects/spring-framework/commit/7a7df6637478607bef0277bf52a4e0a03e20a248"
},
{
"refsource": "MISC",
"name": "https://jira.springsource.org/browse/SPR-9983",
"url": "https://jira.springsource.org/browse/SPR-9983"
2019-03-17 21:44:18 +00:00
}
]
}
}