cvelist/2019/1003xxx/CVE-2019-1003003.json

69 lines
2.3 KiB
JSON
Raw Normal View History

2019-01-22 09:06:14 -05:00
{
2019-03-18 01:15:34 +00:00
"CVE_data_meta": {
"ASSIGNER": "jenkinsci-cert@googlegroups.com",
"DATE_ASSIGNED": "2019-01-21T19:07:26.674486",
"ID": "CVE-2019-1003003",
"REQUESTER": "ml@beckweb.net",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Jenkins",
"version": {
"version_data": [
{
"version_value": "2.158 and earlier, LTS 2.150.1 and earlier"
}
]
}
}
]
},
"vendor_name": "Jenkins project"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2019-01-22 09:06:14 -05:00
{
2019-03-18 01:15:34 +00:00
"lang": "eng",
"value": "An improper authorization vulnerability exists in Jenkins 2.158 and earlier, LTS 2.150.1 and earlier in core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java that allows attackers with Overall/RunScripts permission to craft Remember Me cookies that would never expire, allowing e.g. to persist access to temporarily compromised user accounts."
2019-01-22 09:06:14 -05:00
}
2019-03-18 01:15:34 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-613"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://jenkins.io/security/advisory/2019-01-16/#SECURITY-868",
"refsource": "CONFIRM",
"url": "https://jenkins.io/security/advisory/2019-01-16/#SECURITY-868"
},
{
"name": "106680",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/106680"
}
]
}
}