Auto-merge PR#8477

Auto-merge PR#8477
This commit is contained in:
CVE Team 2023-01-11 08:00:22 -05:00 committed by GitHub
commit 3e29ddbabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,97 @@
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"CVE_data_meta":
{
"ID": "CVE-2022-42967",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@jfrog.com",
"TITLE": "XSS in Caret markdown editor leads to remote code execution when viewing crafted Markdown files",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
"affects":
{
"vendor":
{
"vendor_data":
[
{
"vendor_name": "careteditor",
"product":
{
"product_data":
[
{
"product_name": "caret",
"version":
{
"version_data":
[
{
"version_name": "",
"version_affected": ">",
"version_value": "0",
"platform": ""
}
]
}
}
]
}
}
]
}
},
"problemtype":
{
"problemtype_data":
[
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"description":
[
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"description":
{
"description_data":
[
{
"lang": "eng",
"value": "Caret is vulnerable to an XSS attack when the user opens a crafted Markdown file when preview mode is enabled. This directly leads to client-side code execution."
}
]
},
"references":
{
"reference_data":
[
{
"refsource": "CONFIRM",
"url": "https://research.jfrog.com/vulnerabilities/caret-xss-rce/"
}
]
},
"impact":
{
"cvss":
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"baseScore": 7.5,
"baseSeverity": "HIGH"
}
}
}