cvelist/2022/31xxx/CVE-2022-31193.json

96 lines
3.7 KiB
JSON
Raw Normal View History

2022-05-18 19:01:55 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-05-18 19:01:55 +00:00
"ID": "CVE-2022-31193",
"STATE": "PUBLIC",
"TITLE": "URL Redirection to Untrusted Site in Dspace JSPUI"
2022-05-18 19:01:55 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "DSpace",
"version": {
"version_data": [
{
"version_value": ">= 6.0, < 6.4"
},
{
"version_value": ">= 4.0, < 5.11"
}
]
}
}
]
},
"vendor_name": "DSpace"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-05-18 19:01:55 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-08-01 21:00:49 +00:00
"value": "DSpace open source software is a repository application which provides durable access to digital resources. dspace-jspui is a UI component for DSpace. The JSPUI controlled vocabulary servlet is vulnerable to an open redirect attack, where an attacker can craft a malicious URL that looks like a legitimate DSpace/repository URL. When that URL is clicked by the target, it redirects them to a site of the attacker's choice. This issue has been patched in versions 5.11 and 6.4. Users are advised to upgrade. There are no known workaround for this vulnerability."
2022-05-18 19:01:55 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601: URL Redirection to Untrusted Site ('Open Redirect')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/DSpace/DSpace/security/advisories/GHSA-763j-q7wv-vf3m",
"refsource": "CONFIRM",
"url": "https://github.com/DSpace/DSpace/security/advisories/GHSA-763j-q7wv-vf3m"
},
{
"name": "https://github.com/DSpace/DSpace/commit/5f72424a478f59061dcc516b866dcc687bc3f9de",
"refsource": "MISC",
"url": "https://github.com/DSpace/DSpace/commit/5f72424a478f59061dcc516b866dcc687bc3f9de"
},
{
"name": "https://github.com/DSpace/DSpace/commit/f7758457b7ec3489d525e39aa753cc70809d9ad9",
"refsource": "MISC",
"url": "https://github.com/DSpace/DSpace/commit/f7758457b7ec3489d525e39aa753cc70809d9ad9"
}
]
},
"source": {
"advisory": "GHSA-763j-q7wv-vf3m",
"discovery": "UNKNOWN"
2022-05-18 19:01:55 +00:00
}
}