cvelist/2024/1xxx/CVE-2024-1143.json

82 lines
2.6 KiB
JSON
Raw Normal View History

2024-02-01 05:00:35 +00:00
{
2024-02-02 07:00:33 +00:00
"data_version": "4.0",
2024-02-01 05:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-1143",
2024-02-02 07:00:33 +00:00
"ASSIGNER": "dl_cve@linecorp.com",
"STATE": "PUBLIC"
2024-02-01 05:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-02-06 05:00:33 +00:00
"value": "Central Dogma versions prior to 0.64.1 is vulnerable to Cross-Site Scripting (XSS), which could allow for the leakage of user sessions and subsequent authentication bypass."
2024-02-02 07:00:33 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "na"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "LINE Corporation",
"product": {
"product_data": [
{
"product_name": "Central Dogma",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0.63.3",
2024-02-06 05:00:33 +00:00
"version_value": "0.64.1"
2024-02-02 07:00:33 +00:00
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
2024-02-06 07:00:35 +00:00
"url": "https://github.com/line/centraldogma/security/advisories/GHSA-34q3-p352-c7q8",
2024-02-02 07:00:33 +00:00
"refsource": "MISC",
2024-02-06 07:00:35 +00:00
"name": "https://github.com/line/centraldogma/security/advisories/GHSA-34q3-p352-c7q8"
2024-02-01 05:00:35 +00:00
}
]
2024-02-06 06:00:35 +00:00
},
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N"
}
]
2024-02-01 05:00:35 +00:00
}
}