Update CVE-2021-3693.json

This commit is contained in:
Jamie Slome 2021-08-23 12:00:53 +01:00 committed by GitHub
parent 9cf490b759
commit 316fd4fa25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,93 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2021-3693",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS) - DOM in ledgersmb/ledgersmb"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "ledgersmb/ledgersmb",
"version": {
"version_data": [
{
"version_affected": "!",
"version_value": "1.7.33"
},
{
"version_affected": "<",
"version_value": "1.8.18"
}
]
}
}
]
},
"vendor_name": "ledgersmb"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_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."
"value": "LedgerSMB does not check the origin of HTML fragments merged into the browser's DOM. By sending a specially crafted URL to an authenticated user, this flaw can be abused for remote code execution and information disclosure."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/daf1384d-648a-43fd-9b35-5c37d8ead667",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/daf1384d-648a-43fd-9b35-5c37d8ead667"
},
{
"name": "https://ledgersmb.org/cve-2021-3693-cross-site-scripting",
"refsource": "MISC",
"url": "https://ledgersmb.org/cve-2021-3693-cross-site-scripting"
}
]
},
"source": {
"advisory": "daf1384d-648a-43fd-9b35-5c37d8ead667",
"discovery": "EXTERNAL"
}
}
}